David Yat Sin
c425955670
Merge branch 'nsg-4.3'
2012-09-11 15:01:26 -04:00
David Yat Sin
848db87c26
Merge branch 'releases.3.5' into nsg-4.3
2012-09-11 14:56:22 -04:00
David Yat Sin
fcbfc69466
mod_media_gateway now specifies physical channel when opening TDM terminations
2012-09-11 14:45:57 -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
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
Moises Silva
15fa227699
freetdm: Fix ss7 logger broken compilation
2012-09-05 02:26:39 -04:00
Kapil
4569bbec22
redmine task# 5692 fix, changing log level for link error cases
2012-08-31 11:54:24 -04:00
Kapil Gupta
917609df1b
removing "raw_ftdm_chan_open" API as we have M2UA sig type
2012-08-23 10:59:21 -04:00
Kapil Gupta
12e61692dd
adding signaling FTDM_SIGTYPE_M2UA type
2012-08-17 19:05:12 -04:00
Moises Silva
f3160f9ecf
freetdm: ss7 - Fix bug where TDM alarms are not delivered when the span is in M2UA mode
2012-08-16 19:08:34 -04:00
kapil
106e17f7a2
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-08-16 16:43:00 -04:00
kapil
583bd7a811
Added debugging to confirm echo_cancel event works
2012-08-16 16:42:17 -04:00
Nenad Corbic
a24706aed6
Changed EC ENABLE/DISABLE failure from ERROR to WARNING.
...
As some installations have no ec. I will have to test
without ec and confirm that we handle that case gracefully.
2012-08-16 02:06:10 -04:00
Mathieu Rene
e07d588d10
turn on echo cancellation and turn it off in mg_notify
2012-08-16 01:29:43 -04:00
Mathieu Rene
a7d51f5f4f
turn on echo cancellation and turn it off in mg_notify
2012-08-16 01:28:32 -04:00
Kapil Gupta
fd39c5b44a
renaming CONFIG_ERROR macro to LOAD_ERROR
2012-08-15 16:11:13 -04:00
Kapil Gupta
4f8e843610
adding code to check return type of "ftdm_start_span" API
2012-08-15 14:26:09 -04:00
Mathieu Rene
bd84a23f51
set tdm pre buffer len to 200ms by default, and set it to 0 before fax calls
2012-08-14 16:22:31 -04:00
Moises Silva
16692837c1
freetdm: Process OOB events even in M2UA mode
2012-08-08 09:58:41 -04:00
Kapil
7b7256b55f
fixing issues
2012-08-06 10:20:02 -04:00
Kapil Gupta
34000bf188
adding "interface-identifier" field to configuration
2012-08-03 12:07:02 -04:00
root
61f0237670
print modification
2012-08-01 13:21:47 -04:00
David Yat Sin
d96687a352
Fix for TDM termination alarms
2012-08-01 13:18:37 -04:00
David Yat Sin
6906c00342
Merge branch 'releases.3.4' into releases.3.5
...
Conflicts:
src/include/switch_channel.h
src/switch_channel.c
2012-07-31 14:18:36 -04:00
root
0c87442dd7
adding termination service states(in-service/out-of-service) flags and
...
reject incoming megaco request if requested termination is not in service
2012-07-30 13:17:39 -04:00
root
22bc29b5e0
sending termination in-service/out-of-service service change for termination whenever there is alarm indication from freetdm
2012-07-30 12:32:46 -04:00
root
da26b4de41
adding termination service-change code
2012-07-29 10:17:13 -04:00
David Yat Sin
2a1eb6e8fa
Merge branch 'releases.3.4' of ssh://git.sangoma.com/smg_freeswitch into releases.3.4
2012-07-28 10:42:18 -04:00
David Yat Sin
4bbb8c014a
Fixed compile error
2012-07-28 10:41:55 -04:00
David Yat Sin
a6503b4952
Fixed compile warning
2012-07-28 09:59:47 -04:00
root
2dc5b322dd
Added event system for TDM termination alarms
2012-07-27 21:31:24 -04:00
root
008bb4942b
adding code for updating codec types
2012-07-27 16:11:46 -04:00
David Yat Sin
6895e46983
Fix compile warning
2012-07-27 15:02:45 -04:00
James Zhang
a4255e140b
freetdm: adding variables for ansi outgoing IAMs
...
. added called party number INN variable
ie. <action application="export" data="freetdm_ss7_cld_inn=0"/>
. added multiple variables to set User Service Information IE
variables are :
ss7_iam_usi_trans_cap
ss7_iam_usi_code_standard
ss7_iam_usi_trans_mode
ss7_iam_usi_trans_rate_0
ss7_iam_usi_trans_rate_1
ss7_iam_usi_layer1_ident
ss7_iam_usi_layer1_prot
ss7_iam_usi_layer2_ident
ss7_iam_usi_layer2_prot
ss7_iam_usi_layer3_ident
ss7_iam_usi_layer3_prot
ss7_iam_usi_chan_struct
ss7_iam_usi_config
ss7_iam_usi_establish
ss7_iam_usi_symmetry
ss7_iam_usi_rate_multiplier
. ss7_iam_usi_trans_cap is a string variable, the others are all integers
. ss7_iam_usi_trans_cap has options of :
- SPEECH
- UNRESTRICTED
- RESTRICTED
- 31KHZ
- 7KHZ
- 15KHZ
- VIDEO
default value is SPEECH, if the parameter is wrong, set to SPEECH. If not
set, this field is not present
2012-07-27 11:53:00 -04:00
Mathieu Rene
a668b9ddf6
automatically fail new tdm channel if ftdm_start_only is true
2012-07-27 11:06:23 -04:00
root
3350403d04
commit from testbox
2012-07-27 11:22:29 -04:00
David Yat Sin
b10e73131e
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-07-26 16:43:29 -04:00
David Yat Sin
258900818a
freetdm: Added thread to service events when there is no signalling module on a span
2012-07-26 16:43:18 -04:00
root
f57825f1fe
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-07-25 23:16:53 -04:00
David Yat Sin
5dc8412f44
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-07-25 23:16:42 -04:00
David Yat Sin
a4bb00023c
Reverted back clear-channel, used existing FTDM_SIGTYPE instead
2012-07-25 23:16:32 -04:00
root
491737fd4d
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-07-25 21:27:06 -04:00
Mathieu Rene
039c18638c
allocate recv buffer for tdm
2012-07-25 21:26:53 -04:00
root
cde7e0408a
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-07-25 21:16:52 -04:00
Mathieu Rene
f85347cf72
add logging before uuid_bridge, set frame->codec from tech_pvt->read_codec
2012-07-25 21:16:46 -04:00
root
a0d984c9c6
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-07-25 21:16:23 -04:00
Mathieu Rene
4d3038c9e4
add logging before uuid_bridge, set frame->codec from tech_pvt->read_codec
2012-07-25 21:16:14 -04:00
root
6b774cf35a
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-07-25 21:07:02 -04:00
Mathieu Rene
0494df1ac4
give the tdm channels their caller profile so switch_ivr_uuid_bridge doesn't piss its pants off
2012-07-25 21:06:47 -04:00