Commit Graph

10 Commits

Author SHA1 Message Date
Daniel Golle eb9adfd95d asterisk-11.x-chan-dongle: support E1752 and refresh patches
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-24 21:08:16 +02:00
Daniel Golle 2b304f867c asterisk-11.x-chan-dongle: fix audio endianess problem
Github user @ljakob supplied a patch in
https://github.com/openwrt/telephony/issues/7
--
Hi, I've solved the problem myself - it was an endianness bug:

Here what gave me the correct clue:

    audio is broken in one direction only
    audio is fine if you disable any timing-source within asterisk (no good idea if you want to use IAX)
    audio was fine on my x86 box
    I had a long look into the code :)

The bug is in the audio handling of timing_write in channel.c, the data sent to the socket is not changed to the correct endianness if a timing device is used.

Here is my patch, it's untested (just one call yet) but it's trivial enough:
http://www.hugo.weite-welt.com/asterisk13_chan_dongle_endianess.patch
it is against asterisk13 branch in
https://github.com/oleg-krv/asterisk-chan-dongle.git
but should fit into other asterisk versions nicely
--
This commit imports the patch above to asterisk-11.x-chan-dongle.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-24 20:50:09 +02:00
Daniel Golle f01cea4127 asterisk-11.x-chan-dongle: fix build with musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-24 01:00:35 +02:00
Jiri Slachta a5b4c7d1f9 Add PKG_LICENSE variable to the most of the packages.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-11-04 16:00:37 +01:00
Jiri Slachta 04dc3e9df4 asterisk-chan-dongle: allow user to send USSD commands directly
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-06-29 20:58:57 +02:00
Jiri Slachta ebd8d9804e asterisk-11.x-chan-dongle: fix site URL in URL variable
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2013-11-04 12:03:38 +01:00
Jiri Slachta 55b088cd6c asterisk-11.x-chan-dongle: update to latest revision in its branch
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2013-09-07 16:26:30 +02:00
Jiri Slachta 52c2aced3c asterisk-11.x-chan-dongle: add maintainer
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2013-08-26 13:01:33 +02:00
Jiri Slachta b2e2d6974e asterisk-11.x-chan-dongle: update to revision 1cede952ed
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2013-08-26 12:59:06 +02:00
Jiri Slachta 100f27f3bb Directory structure restructuralized.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2013-06-21 13:55:47 +02:00