Stefan Knoblich
17329d04ad
ftmod_libpri: Print warning message in lpwrap_stop_timer(), if timer is not on the active list
...
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-09-07 00:04:40 +02:00
Stefan Knoblich
a035182582
ftmod_libpri: Append new lpwrap timers in correct order.
...
List is sorted in ascending order of expiration time,
fix the if clause in lpwrap_start_timer().
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-09-07 00:02:32 +02:00
Kapil Gupta
b15c1d12ed
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-09-06 17:15:34 -04:00
Kapil Gupta
fbfdfc1591
adding MG_FAX_NOTIFIED flag to notify only one fax event(ced or cng) per call to mgc
2012-09-06 17:14:42 -04:00
David Yat Sin
be8347027f
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-09-06 16:54:07 -04:00
David Yat Sin
f49ee5ebf9
FreeTDM: Added function to listen for mg-tdm-dtmfremoval command to disable/enable DTMF removal per channel
2012-09-06 16:53:58 -04:00
Kapil Gupta
e3de0a5c70
logging change from ERROR to Warning [rtp.c:542 - Receive unknown command]
2012-09-06 14:37:36 -04:00
Kapil Gupta
2097799bf9
changing logtype from error to info for couple of logging prints
2012-09-06 14:31:28 -04:00
Kapil Gupta
6381d06c23
adding TUCL enable/disable logging
2012-09-06 12:56:57 -04:00
Anthony Minessale
cbefc9dae1
fix logic in dmachine parser for overlap bindings so they work regardless of the order they are bound
2012-09-06 11:54:03 -05:00
Steve Underwood
2051237c74
Merge branch 'master' of git.freeswitch.org:freeswitch
2012-09-07 00:42:44 +08:00
Steve Underwood
cc73cb6544
Some tweaks to spandsp tests. Make spandsp write TIFF files more like the
...
TIFF/FX spec says, even though no software seems to care.
2012-09-07 00:41:41 +08:00
Anthony Minessale
d528ceee19
regression from a9d72bc35d
2012-09-06 11:32:50 -05:00
Anthony Minessale
4cb0e2e5bd
protect against case with null sofia_private in callback
2012-09-06 10:59:39 -05:00
Kapil Gupta
b285155449
temp fix - calling mg_choose_context api again if failure in first attempt
2012-09-06 11:52:23 -04:00
Kapil
5f73d7457f
Revert "refs #5684 - make sure we retry all contexts ids if we start at the end of the list"
...
This reverts commit 3e39945d73
.
2012-09-06 11:33:08 -04:00
Kapil Gupta
a425177bbf
adding new "fax-detect-evevt-type" field in config
2012-09-06 11:28:30 -04:00
Nenad Corbic
0c49449746
Changed MTP2 events from ERROR to WARN
2012-09-05 23:06:08 -04:00
Nenad Corbic
c260bc4b8a
Update mtp2 loglevels
...
Alignment loss - wanring
Alignment up - info
2012-09-05 18:03:08 -04:00
Raymond Chandler
3e26caf8ff
Merge branch 'master' into FS-4558
2012-09-05 16:55:51 -04:00
Raymond Chandler
9def7a2e8b
FS-4558 --resolve
2012-09-05 16:55:39 -04:00
Anthony Minessale
77de3905ee
one more try
2012-09-05 13:48:52 -05:00
Anthony Minessale
d45db89833
second try at sip_wait_for_aleg_ack
2012-09-05 13:11:32 -05:00
Anthony Minessale
352b1903da
FS-4593 please test this and post logs if necessary
2012-09-05 12:47:47 -05:00
Anthony Minessale
8650116d20
move verbos zrtp debug messages to log level DEBUG1 fsctl debug_level 1 to see them
2012-09-05 11:36:11 -05:00
Michael S Collins
8622f5cc33
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
2012-09-05 09:28:59 -07:00
Anthony Minessale
3dc829afa1
remove .la files on modwipe
2012-09-05 11:29:39 -05:00
Michael S Collins
f79668d57a
Update phrase_en.xml for sounds ver 1.0.21
2012-09-05 09:28:43 -07:00
Anthony Minessale
709e4fb28a
add make version target
2012-09-05 11:20:17 -05:00
Anthony Minessale
8ec031e7c9
let callers delete themselves on reload
2012-09-05 11:12:06 -05:00
Moises Silva
15fa227699
freetdm: Fix ss7 logger broken compilation
2012-09-05 02:26:39 -04:00
Jeff Lenk
528d10319f
fix naming issue in last mod_managed change - trivial
2012-09-04 23:32:59 -05:00
Anthony Minessale
a9d72bc35d
fix small broadcast bug
2012-09-04 19:08:06 -05:00
Raymond Chandler
5a8fcfb552
Merge branch 'master' into FS-4558
2012-09-04 20:04:50 -04:00
Stefan Knoblich
4ffcb7c9ef
ftmod_libpri: Improve RESTART handling, add PTP NT idle channel restart and T316.
...
Do not try to send RESTART on BRI PTMP spans, libpri will just print
an error and do nothing, causing the channels to be stuck in RESTART
forever.
Add T316 (RESTART ACK timeout), which is not implemented by libpri.
The default timeout is 30 seconds (Q.931 recommends 2 minutes, but
that is a little long and libpri layer 2 is being stupid) and the
restart attempt limit to 3 (instead of 2).
Periodically send RESTART on idle b-channels in PTP NT mode.
Default interval is 15 minutes, feature can be disabled by setting
"idle_restart_interval" to 0 in the span configuration.
Allow timeout / interval values to have an additional time unit
suffix for convenience reasons, the default (no unit specified)
is milliseconds, valid units include:
w (week), d (day), h (hour), m (minute), s (second)
Only full integers are accepted, no fractional numbers, valid examples:
2w = two weeks
37m = 37 minutes
1h = 1 hour
Combinations of multiple numbers and units (e.g. "1w5d") are not supported.
New span configuration parameters:
idle_restart_interval (milliseconds / time unit suffix /
0 = disabled)
t316 / restart_timeout (milliseconds / time unit suffix)
t316_limit / restart_attempts (number of max. attempts)
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-09-05 00:42:32 +02:00
Stefan Knoblich
1a47eb933b
ftmod_libpri: Reset timer parameters in lpwrap_run_expired() before invoking the callback.
...
Allowing us to restart the timer from the callback with lpwrap_start_timer().
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-09-05 00:42:32 +02:00
Mathieu Rene
3e39945d73
refs #5684 - make sure we retry all contexts ids if we start at the end of the list
2012-09-04 16:57:06 -04:00
Anthony Minessale
de0f311f2d
FS-4591 --resolve
2012-09-04 15:07:09 -05:00
David Yat Sin
999f39cd34
Copied over code that Robert used for mod_opal
2012-09-04 15:03:46 -04:00
Anthony Minessale
76dd6db3a2
swigall
2012-09-04 13:08:41 -05:00
Raymond Chandler
c3aeed6409
FS-4558: add conference chat broadcasting
2012-09-04 14:02:02 -04:00
Anthony Minessale
b01976942c
also allow early_ok flag on caller_channel
2012-09-04 12:38:29 -05:00
Anthony Minessale
455b22480c
FS-3971 --resolve
2012-09-04 12:30:23 -05:00
Anthony Minessale
ff3631b474
sigh
2012-09-04 11:13:52 -05:00
Anthony Minessale
07684b2dcb
forgot one
2012-09-04 11:13:52 -05:00
Anthony Minessale
945d1141c5
set channel vars with result of group dial
2012-09-04 11:25:04 -05:00
Anthony Minessale
52f98724c0
make tiff work on older automistake
2012-09-04 11:01:36 -05:00
Anthony Minessale
fbdc05d030
fix build (need make spandsp-reconf)
2012-09-04 11:03:53 -05:00
Kapil Gupta
5c3e8955de
Task #5695 - Need to have RTP IP input field in mod_media_gateway.conf.xml
2012-09-04 11:03:26 -04:00
Travis Cross
7b23b41508
Remove suggestion to use git-buildpackage
2012-09-04 14:57:29 +00:00