Mathieu Rene
18d29b4670
mod_radius_cdr: Add 'Freeswitch-Other-Leg-Id' av pair
2011-05-05 15:21:27 -04:00
Mathieu Rene
a5170df009
mod_radius_cdr: Add 'Freeswitch-Direction' av pair
2011-05-05 13:45:21 -04:00
Giovanni Maruzzelli
eb13414051
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
2011-05-05 12:32:31 -05:00
Giovanni Maruzzelli
6341694d13
skypopen: let's bump the thread priorities (to be refined, thanks Tony)
2011-05-05 12:32:25 -05:00
Arnaldo Pereira
65a324b8ba
freetdm: ftmod_r2 - consider force_release and overwrite the disconnect cause,
...
on incoming calls, when it's set.
2011-05-05 12:22:18 -04:00
Arnaldo Pereira
e497784ade
freetdm: ftmod_r2 - take charge_calls parameter into consideration when accepting a call
2011-05-05 12:04:15 -04:00
Jeff Lenk
1b8013a171
vs2010 reswig
2011-05-04 21:59:17 -05:00
Jeff Lenk
7adaceb87a
Fix for issue reported on the mailing list with a Chinese locale and windows. This commit removes a hidden char that should not have been there anyway.
2011-05-04 16:54:45 -05:00
Brian West
fca0575ad2
swigall
2011-05-04 14:47:32 -05:00
Michael Jerris
7c971707b1
add specific alarm status in dump
2011-05-04 12:51:49 -04:00
Anthony Minessale
789a9ce8d1
FS-3213 --resolve
2011-05-04 10:03:45 -05:00
Anthony Minessale
88f4828c88
FS-3282 --resolve ms resolution with new query-timeout-ms, query-timeout still works as expected
2011-05-04 10:00:22 -05:00
Steve Underwood
c890fbfa2e
Changed T.38 terminal handling, so errors from the user's packet transmit routine properly filter up the chain, cause termination of the FAX session, and are reported to the caller.
2011-05-04 20:49:21 +08:00
Jeff Lenk
a57336ba37
FS-3004 --resolve
2011-05-03 22:40:43 -05:00
Marc Olivier Chouinard
c4b78a49c7
record_session: Will auto create recursive destination folder if it doesn't already exist (Doesn't create folder when used with local cache feature)
2011-05-03 17:27:21 -04:00
David Yat Sin
89e635cd63
FreeTDM: SS7 - Fix for one call state not handled
2011-05-03 16:30:08 -04:00
Marc Olivier Chouinard
9ff8f53f05
mod_callcenter: Fix member been switch as abandoned when he was pickup by an agent FS-3281
2011-05-03 12:13:52 -04:00
Giovanni Maruzzelli
e1c21a67dc
gsmopen: FS-351
2011-05-03 10:17:28 -05:00
Giovanni Maruzzelli
1e74a714d7
skypopen: * FS-351
2011-05-03 10:13:30 -05:00
Stefan Knoblich
ccce356392
ftmod_libpri: Rewrite parts of hangup handling to fix hanging calls problem.
...
Let's hope this fixes it for good and doesn't introduce new problems.
Tested-by: SparFux (#freetdm @ irc.freenode.net)
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2011-05-03 13:44:21 +02:00
Brian West
43442e4f41
refactor mod_loopback timeout handling
2011-05-02 17:21:45 -05:00
David Yat Sin
2246f3ca75
freetdm: ISDN - Fix for some API commands printing ERR - no return
2011-05-02 15:37:19 -04:00
Moises Silva
d655fa600f
mod_sangoma_codec: ok hardware documentation says 200ms for G729
2011-05-02 14:05:11 -04:00
Moises Silva
87e96ace72
mod_sangoma_codec: register G729 up to 100ms
2011-05-02 12:59:43 -04:00
Anthony Minessale
a8b87ffe05
add option to disable srtp with --disble-srtp
2011-05-02 11:34:13 -05:00
Anthony Minessale
a6b336e4cb
add option to disable srtp with --disble-srtp
2011-05-02 11:33:57 -05:00
Anthony Minessale
a13064101f
3280 --resolve missed a spot
2011-05-02 10:37:05 -05:00
Michal Bielicki - cypromis
0f6d1aa505
FS3245 move pid var in redhat/centos init file to /var/run/freeswitch/freeswitch.pid, as it gets instaleld to do so
2011-05-02 16:48:09 +02:00
cypromis
3feb222e09
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
2011-05-01 21:24:24 +02:00
Markus Mueller
6196a4199e
ftmod_libpri: Possible fix for call tear-down problems (+ locking cleanup)
...
Remove pri_destroycall() in on_hangup() and
use pri_hangup() instead of the deprecated pri_release().
NOTE: The original patch used PRI_CAUSE_NORMAL_CIRCUIT_CONGESTION for the cause
code, which (without pri_enable_hangup_fix() enabled) emits a RELEASE COMPLETE
message. This version of the patch uses PRI_CAUSE_NORMAL_CLEARING (-1). (stkn)
Additionally, use ftdm_set_state() instead of ftdm_set_state_locked() because the channel
is already locked. (stkn)
Completely-untested-by: Stefan Knoblich <stkn@openisdn.net>
2011-04-30 18:16:46 +02:00
Moises Silva
de05a65108
set the maximum buffer length and source members for frames returned from portaudio endpoints
2011-04-30 08:33:32 -04:00
Giovanni Maruzzelli
1447aec426
skypopen: directories reshuffle, old stuff is now in old_stuff subdir :)
2011-04-30 03:06:54 -05:00
Giovanni Maruzzelli
ff9607c08f
skypopen: directories reshuffle, old stuff is now in old_stuff subdir :)
2011-04-30 03:01:51 -05:00
Giovanni Maruzzelli
aa7f47ac06
skypopen: refining INTERACTIVE INSTALLER for Linux (to be announced :) )
2011-04-30 02:35:41 -05:00
Giovanni Maruzzelli
7d2c2c8818
skypopen: refining INTERACTIVE INSTALLER for Linux (to be announced :) )
2011-04-30 02:29:20 -05:00
Anthony Minessale
2d856f8f7c
FS-3276 --resolve please attach the diff next time, do not paste it into the comment. It ruins the formatting. Also I changed the patch so the variable names refelect what is being harvested namely sip_bye_content_type and sip_bye_payload
2011-04-29 17:13:16 -05:00
Jeff Lenk
5ef8c49728
fix trivial compiler warning
2011-04-29 15:01:07 -05:00
Anthony Minessale
81ec7555f8
FS-3280 --resolve doh
2011-04-29 12:37:36 -05:00
Anthony Minessale
6610e6e98a
tweak
2011-04-29 10:29:03 -05:00
Anthony Minessale
e70af1f84f
don't nat map on loopback addrs
2011-04-29 10:28:56 -05:00
Anthony Minessale
741707297f
typo
2011-04-29 09:35:46 -05:00
Anthony Minessale
16e3d1fa25
default timer to run slower and increase as needed, Run the timer at 20ms by default and drop down as needed unless you set 1m-timer=true which was previous default
2011-04-29 11:09:14 -05:00
Anthony Minessale
00b53a91ea
FS-3277 --resolve There are actually really only 2 places where it needs the real hostname, the hostname command and the header on the events. I changed everything to the switchname because there were some more sql stmts etc in the core.
2011-04-29 10:24:50 -05:00
Jeff Lenk
5510618660
OPENZAP-154 --resolve
2011-04-29 08:57:00 -05:00
Stefan Knoblich
360ed43a04
ftmod_libpri: ignore missing call_data in on_hangup() and use the call handle passed in the pevent structure (still needs more love...)
...
Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2011-04-29 01:59:24 +02:00
Jeff Lenk
e56cbeef41
fix trivial comiler warning for last commit
2011-04-28 14:39:24 -05:00
Anthony Minessale
bd471fc6a9
add bridged timestamp and hangup_complete_with_xml=true to add xml_cdr to the body of hangup_complete events
2011-04-28 13:46:39 -05:00
Anthony Minessale
a391d82b57
remove unused code
2011-04-28 10:56:13 -05:00
Jeff Lenk
3829e2fda5
FS-3272 --resolve moc we need to discuss this with anthm catch me on irc thanks
2011-04-28 00:29:28 -05:00
Anthony Minessale
24003dc28f
set flag
2011-04-27 16:18:59 -05:00