Giovanni Maruzzelli
4ed53eca23
gsmopen: updated gsmopen.h
2012-04-18 15:18:39 +02:00
Giovanni Maruzzelli
a4df4fa1f4
gsmopen: added gsmlib support to outbound smss (eg: PDU mode). Must implement a mechanism to fall back sending in UCS2 when characters cannot be represented in iso-8859-1 (gsmlib does not support utf)
2012-04-18 15:17:31 +02:00
Michael Jerris
e9abdac010
attempt to fix ldns install-sh correctly
2012-04-17 23:05:48 -04:00
Michael Jerris
2f9889624f
AC_REQUIRE_AUX_FILE is not available in all versions of autotools
2012-04-17 22:30:28 -04:00
Michael Jerris
5c575b27f8
fix typo
2012-04-17 22:00:59 -04:00
Michael Jerris
215d8921a1
please stop removing libs/ldns/install-sh if you can't make it actually work on all platforms. This is the second time I have had to erevert this
2012-04-17 21:48:49 -04:00
William King
180f535490
Adding a failed registration event and adding an auth result header on the attempt event.
2012-04-17 17:28:47 -07:00
Anthony Minessale
395965891e
FS-4119 --resolve
2012-04-17 16:53:25 -05:00
Anthony Minessale
456b07eb8b
FS-4125 --resolve you should really switch to {} when you know you have one dial string but i'll add this as a convienence
2012-04-17 16:51:40 -05:00
Anthony Minessale
bf60eff52b
FS-4116 --resolve repeat bootstrap.sh or manually remove config.cache before running configure. The options was cached from the first time you ran configure and the new --without-openssl param did not matter
2012-04-17 16:46:11 -05:00
Travis Cross
315c0e4c0d
ldns: fix bootstrap on automake 1.10
2012-04-17 23:32:34 +00:00
Anthony Minessale
19f441c6f4
move relevant portion of display update code into the core and fix mod_loopback bug involving passing display updates across properly
2012-04-17 16:13:41 -05:00
Anthony Minessale
e27a9c78c3
put caller back into the fifo if the agent hangs up before they are bridged
2012-04-17 16:12:14 -05:00
Giovanni Maruzzelli
a621cdee99
gsmopen: added proof of concet to send pdu messages via gsmlib
2012-04-17 22:54:54 +02:00
Giovanni Maruzzelli
1f664b68f4
gsmopen: added gsmlib support to incoming smss (eg: PDU mode)
2012-04-17 21:17:09 +02:00
Giovanni Maruzzelli
3df7a04df5
gsmopen: added win_iconv
2012-04-17 20:11:44 +02:00
Giovanni Maruzzelli
3747375196
gsmopen: re-added gsmlib
2012-04-17 18:40:32 +02:00
Anthony Minessale
51810b9892
FS-4120 --resolve
2012-04-17 08:31:47 -05:00
Giovanni Maruzzelli
61894c23ae
gsmopen: zeroize sms_message store in case we receive an empty message
2012-04-17 11:27:54 +02:00
Anthony Minessale
f4961bc905
fix dependency order
2012-04-16 16:38:48 -05:00
Anthony Minessale
02e5eaefec
FS-4118 --resolve
2012-04-16 16:14:20 -05:00
James Zhang
e2f1b4ab27
freetdm: fix REL receiving leg always stay in TERMINATING stae in
...
native bridge mode
- This is supposed to be included in commit of
b324f8679782957bc9db3bdfd6687aa42cba77dd. Somehow it's
not included in that commit. Without this change, the
REL receiving leg always stay in TERMINATING state when
received an incoming REL message.
2012-04-16 13:48:35 -04:00
Anthony Minessale
6e512f1a89
FS-4053 --resolve
2012-04-16 11:57:19 -05:00
Anthony Minessale
ecfe3263e2
FS-4114 --resolve this bug is actually in libsndfile, if its not fixed in the latest version we probably should report it upstream
2012-04-16 11:55:52 -05:00
Anthony Minessale
e1db065195
FS-4115 possible workaround for sipura bug + recording
2012-04-16 11:14:22 -05:00
Michael S Collins
044d802cf0
Suggested new phrases: day mode, night mode, lunch mode, etc.
2012-04-16 08:53:18 -07:00
Giovanni Maruzzelli
4ff99df417
gsmopen: Makefile.am updated
2012-04-16 16:23:24 +02:00
Giovanni Maruzzelli
e6689bada9
gsmopen: using non volatile memoty for storage (vs SIM), new reading with timeout from serial port
2012-04-16 15:18:08 +02:00
Stefan Knoblich
997550c511
ftmod_libpri: Check for required features in configure and remove old-style log callbacks
...
Non-PRI_NEW_SET_API logging callbacks were only available in libpri-1.0 and older,
which also lacks PRI_IO_FUNCS (required) and wouldn't work anyway.
Explicitly check for both PRI_* feature defines at configure time and reject libpri
versions that lack them.
Remove the non-PRI_NEW_SET_API logging callbacks in ftmod_libpri.c.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-04-14 01:39:25 +02:00
Stefan Knoblich
020724e103
ftmod_libpri: Improve libpri message logging.
...
Use the PRI_NEW_SET_API define provided by >=libpri-1.2 to distinguish
between old style and new style pri_set_error() and pri_set_message()
callback functions.
Improve message logging by using ftdm_log_chan() if per-span
data with a valid (d-)channel object is available.
NOTE: pri_get_userdata() returns NULL if pri is NULL.
This will reduce the horizontal space for libpri output a bit, but allows
us to see which span the message/error came from.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-04-14 01:13:22 +02:00
James
cd2d67ace1
freetdm: fixed group block/unblock state dead lock when signal link
...
is down and recovered later
To re-produce this bug:
1. do CGB on one side
2. unplug signaling link cable
3. plug signaling link cable back
4. do CGU on the blocking side
5. cic state stay in RESTART for ever
Fix this problem by sending cic to SUSPENDED state after
receiving/sending CGU message
2012-04-13 17:26:48 -04:00
Anthony Minessale
9c288870e2
FS-3994 --resolve regression from FS-3596:b2d2353c
2012-04-13 15:58:49 -05:00
Brian West
1454cdf15a
send the name and number in the right order
2012-04-13 15:33:42 -05:00
Anthony Minessale
ab0736127a
FS-4043 --resolve
2012-04-13 12:47:30 -05:00
Anthony Minessale
0eb9b0101f
FS-4110 --resolve yes this block is wrong we can't guess the right presence id here
2012-04-13 11:37:06 -05:00
Anthony Minessale
f6c9e19639
FS-3750
2012-04-13 11:19:08 -05:00
Anthony Minessale
1145905513
FS-4106 --resolve
2012-04-13 11:18:16 -05:00
Giovanni Maruzzelli
11bf6f468d
Merge branch 'gsmopen01'
2012-04-13 18:32:21 +02:00
Brian West
f263c0518e
up this limit
2012-04-13 11:39:03 -05:00
Giovanni Maruzzelli
59af24747e
gsmopen: workaround for reading with timeout, need something to simulate the poll. Next week :)
2012-04-13 18:30:48 +02:00
James Zhang
a796c6849c
freetdm: fixed no ACM/CPG sending in some situations after native bridge
...
- clear up ACM_SENT & CPG_SENT flag in DOWN state in native
bridge state machine
2012-04-13 11:18:53 -04:00
Giovanni Maruzzelli
f74ba1ae61
Merge branch 'master' into gsmopen01
2012-04-13 17:18:03 +02:00
Giovanni Maruzzelli
9fb2c7f25a
gsmopen: hardwired SMS unicode test now works
2012-04-13 16:09:54 +02:00
Anthony Minessale
a76a252514
FS-4109 --resolve
2012-04-13 08:57:34 -05:00
Giovanni Maruzzelli
d3a11b56b3
gsmopen: make huawei 1550 work with SMS in text UCS2: if you give CSMP after CSCS will die, let's do the opposite, first csmp then cscs. Two days catching this one. Bah :/
2012-04-13 15:46:26 +02:00
Anthony Minessale
6a3478f2f1
FS-3750 --resolve
2012-04-13 08:43:46 -05:00
Anthony Minessale
44e5691223
FS-4107 --resolve
2012-04-13 07:33:00 -05:00
Anthony Minessale
a00e9afe92
swig
2012-04-12 16:28:50 -05:00
Anthony Minessale
f9aec85b76
FS-4105 --resolve
2012-04-12 10:00:37 -05:00
Anthony Minessale
ca27465020
FS-4104 --resolve
2012-04-12 09:53:53 -05:00