20746 Commits

Author SHA1 Message Date
James Zhang
fbc5322e65 freetdm: fixing wrong default timer values 2012-03-20 10:51:53 -04:00
James Zhang
63a2c847eb freetdm: merge native bridge fix from releases.3.4
which solves the crash on outgoing calls after native bridge
2012-03-16 12:24:10 -04:00
James Zhang
46ddfc0ebb freetdm: fixing glare with different options 2012-03-16 11:19:01 -04:00
James Zhang
b5f69db10f freetdm: fixing printing in ftmod_sangoma_ss7_support.c functions 2012-02-24 16:21:21 -05:00
James Zhang
938fafb09e freetdm: fixing problem during review - review board number 98 2012-02-24 16:09:58 -05:00
James Zhang
6ed6fd2c1a freetdm: latest SPIROU fixes in releases.3.4 branch merged in releases.3.5 2012-02-24 15:43:23 -05:00
James Zhang
a46c03ef65 freetdm: fixing glare
- adding configuration of glare handling rule
         - fixed cic status remains COLLECTING
2012-02-10 17:29:28 -05:00
James Zhang
7b3a3d86b9 freetdm: fixed cgu/cgb commands wrongly setting cic status when
the range covers one or more signaling links
2012-02-09 14:32:08 -05:00
James Zhang
b78b612b47 freetdm: fixing cgu with signaling link in unblock range 2012-02-09 14:11:21 -05:00
James Zhang
024a043e2c freetdm: initial fix to rx cgb 2012-02-09 14:04:45 -05:00
James Zhang
b0ee65b45a freetdm: adding new commands and removing unused ones
- ftdm ss7 show
         - ftdm ss7 show span X
         - ftdm ss7 show status linkset X
         - ftdm ss7 inhibit X
         - ftdm ss7 uninhibit X
2012-02-09 11:15:48 -05:00
James Zhang
460814d871 esl: fix command prompt 2012-02-03 15:32:10 -05:00
James Zhang
03fee3de39 fs_cli: fix empty prompt in nbss7 2012-02-02 13:48:44 -05:00
James Zhang
34b0f8ad74 spandsp: fixing t38 with configurable tone type.
- tone_type value is taken from dialplan
           t38_gateway function's 2nd parameter
         - tone type could be one of
           cng|ced_preamble|ans|ans_pr|ansam|preamble
         - in dialplan, if enable t38 in ftdm-to-sip,
           tone type should be set to "t38_gateway peer cng"
         - if enable t38 in sip-to-ftdm,
           tone type should be set to "t38_gateway peer ced_preamble"
2012-02-02 11:38:12 -05:00
Moises Silva
541aa551c7 Merge branch 'releases.3.4.experimental_head' into releases.3.5 2012-01-31 17:17:25 -05:00
Moises Silva
e8407ab1e1 mod_logfile: Fix compilation that was broken due to previous merge
Note that we no longer use our custom-made log rotation
             as the FreeSWITCH mainstream project added that feature
             we just re-use the same feature with a different parameter
2012-01-31 17:13:10 -05:00
Moises Silva
94ceff6842 Merge branch 'master' into smgmaster
Conflicts:
	build/modules.conf.in
	src/mod/loggers/mod_logfile/mod_logfile.c
2012-01-31 16:56:29 -05:00
Moises Silva
1ad0bc250c Merge remote-tracking branch 'fsorig/master' 2012-01-31 15:57:07 -05:00
Moises Silva
78f622adaf Merge remote-tracking branch 'origin/releases.3.4.experimental_head' into releases.3.4.experimental_head 2012-01-31 15:55:18 -05:00
Moises Silva
cafff50005 Merge branch 'releases.3.4' into releases.3.4.experimental_head
Conflicts:
	libs/freetdm/mod_freetdm/mod_freetdm.c
2012-01-31 15:37:33 -05:00
Moises Silva
cca407d09a freetdm: Fix bug in SS7 state processing introduced during the changes
for native bridging that caused infinite SUSPEND state executions
         due to peer member not being cleared at the end of the call
2012-01-31 15:18:53 -05:00
Travis Cross
b9b77bd615 fs_cli: make enhanced fs_cli features work on all TERMs
FS-3815 --resolve

This is a workaround for the fact that libedit counts terminal control
characters when calculating the length of the prompt.  By not using
absolute positioning, we avoid the issue.

Thanks to Ivan Isaev for the workaround and testing.
2012-01-31 18:42:47 +00:00
David Yat Sin
d6c6396e24 Freetdm - ISDN Fix for get_trillium_val function 2012-01-31 12:59:12 -05:00
Anthony Minessale
348ac89809 FS-3855 --resolve 2012-01-31 11:03:09 -06:00
Anthony Minessale
4ba52c0827 remove srand call to get more random strings 2012-01-31 10:03:28 -06:00
James Zhang
c9c68a7759 freetdm: Some more clean up for ss7 event cloning
- The queue size has been bumped again, long calls could potentially require more elements (multiple resume/suspend)
         - The queue is only used when there is a call active
2012-01-30 19:15:02 -05:00
David Yat Sin
a9c10f8c41 FreeTDM - ISDN fix for get_trillium_val function 2012-01-30 18:32:05 -05:00
James Zhang
b6c02364a7 freetdm: Reduce the size of the span peer channels and ss7 info per channel clone event queues 2012-01-30 18:26:08 -05:00
James Zhang
d1a772bfe9 freetdm: Only hangup with user message when release location information is set 2012-01-30 18:02:26 -05:00
James Zhang
c1ad567742 freetdm: removing sus|res|rel commands 2012-01-30 17:37:57 -05:00
Moises Silva
8cade84528 freetdm: Set the call id into the caller data provided as argument to the call place function 2012-01-30 16:15:08 -05:00
Moises Silva
5ef3c94271 OPENZAP-177 --resolve Thanks to Abhishek Singh 2012-01-30 14:15:51 -05:00
James Zhang
14d8b42e58 freetdm: testing code of sending suspend message 2012-01-30 13:19:36 -05:00
Anthony Minessale
ab0dc27170 FS-3794 fix scope on sql stmts 2012-01-30 11:43:43 -06:00
James Zhang
777f946e2f freetdm: adding susp/resm/rels but not finished.
disable t6 finished.
2012-01-30 10:28:08 -05:00
Anthony Minessale
f25c5aaf27 FS-3842 here is the from and contact change but I can't remove the user agent but I added a new param to the gateway config called options_user_agent to set something specific 2012-01-29 17:37:56 -06:00
Marc Olivier Chouinard
ce4256971b mod_callcenter: Small fix 2012-01-29 15:50:14 -05:00
Brian West
9f8d37decf FS-3847 regression 2012-01-28 18:32:35 -06:00
Anthony Minessale
20737713ec FS-3847 --resolve 2012-01-28 13:09:12 -06:00
Anthony Minessale
09ad887948 FS-3841 --resolve ok return the string "die" or "exit" from hanguphook to cause an error or call s:destroy("any err message"); either should now halt the script 2012-01-27 19:03:04 -06:00
Anthony Minessale
99b6479947 add strmicroepoch api 2012-01-27 17:27:28 -06:00
Michael S Collins
b21d479a7d Add new 'change password fail' macro. Same as vm-fail-auth right now until new sound prompts get recorded and distributed. 2012-01-27 15:05:14 -08:00
Jeff Lenk
c2ac8f5fcc correct managed esl sample 2012-01-27 16:04:54 -06:00
Anthony Minessale
29f66f994c doh 2012-01-27 14:18:19 -06:00
Anthony Minessale
7471ec17ed add printed errors to mailer part 2 2012-01-27 13:52:15 -06:00
Anthony Minessale
0b21064a05 add printed errors to mailer 2012-01-27 13:41:50 -06:00
Anthony Minessale
cde54eb5e8 FS-3842 the fix was to remove the (null) if you are asking for a to uri in the options with no username try this patch. You were not clear that you were looking for no username in the to uri. Keep in mind our system considers a 404 a sucessful response to an options request anyway but this should be what you want. 2012-01-27 12:55:09 -06:00
Anthony Minessale
daa49c06e2 only enforce the video-bridge mode if the flag is set on the conference too 2012-01-27 12:24:51 -06:00
Michael S Collins
9ff741b9f2 Add simple 'thank you' msg to the vm pass change function. This is a placeholder until we have a recording for 'your password has been changed' 2012-01-27 11:12:19 -08:00
Michael S Collins
a61e4ab82c Preliminary work for adding verification of vm password change 2012-01-27 10:56:32 -08:00