root
5d3718fdb8
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-07-30 12:34:08 -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
David Yat Sin
6571b88e15
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-07-30 11:08:12 -04:00
David Yat Sin
2899b4ae95
Updated to latest code used on test machines
2012-07-30 11:07:01 -04:00
Stefan Knoblich
3c82033e53
FreeSWITCH: Fix warn-unused-result error in rtp_common_read().
...
strerror_r() returns the error message string (and expects you to use it).
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-30 13:56:48 +02:00
David Yat Sin
a3b4f3ad4d
Added mod_opal
2012-07-29 22:28:10 -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
Anthony Minessale
293429f78d
add api-expansion to switch.conf.xml and fsctl api_expansion command to control allowing apis to be expanded via variable expansion
2012-07-27 18:53:04 -05:00
Anthony Minessale
cfb2335406
FS-4462 add log message to point out this problem in the future
2012-07-27 15:27:01 -05:00
root
008bb4942b
adding code for updating codec types
2012-07-27 16:11:46 -04:00
Anthony Minessale
365b9feb72
457x tweaks
2012-07-27 15:07:11 -05:00
Anthony Minessale
b6de76cb8c
tweak
2012-07-27 14:49:08 -05:00
David Yat Sin
6895e46983
Fix compile warning
2012-07-27 15:02:45 -04:00
Anthony Minessale
aba2b391fb
fix seg
2012-07-27 13:23:30 -05:00
root
ed5875b54b
fixing issue
2012-07-27 13:01:54 -04:00
root
ad5297cab7
adding codec nogotiation code
2012-07-27 12:54:58 -04:00
root
04d787ce37
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-07-27 12:08:48 -04:00
root
6e54a5e9bc
local descriptor codec negotiation done
2012-07-27 12:08:15 -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
Anthony Minessale
71b64412b9
FS-4470 --resolve 2 for one fix
2012-07-27 10:44:16 -05:00
root
3350403d04
commit from testbox
2012-07-27 11:22:29 -04:00
Mathieu Rene
a668b9ddf6
automatically fail new tdm channel if ftdm_start_only is true
2012-07-27 11:06:23 -04:00
Mathieu Rene
30a0a2056f
Merge branch 'nsg-4.3' of git.sangoma.com:smg_freeswitch into nsg/4.3
2012-07-27 11:04:29 -04:00
Mathieu Rene
3519ebc981
add megaco_prepare_termination
2012-07-27 10:59:37 -04:00
Mathieu Rene
3fbde17442
Merge branch 'nsg-4.3' of git.sangoma.com:smg_freeswitch into nsg/4.3
...
Conflicts:
src/mod/endpoints/mod_media_gateway/media_gateway_cmd_handler.c
src/mod/endpoints/mod_media_gateway/media_gateway_xml.c
2012-07-27 10:47:19 -04:00
Stefan Knoblich
dc1422998a
FreeTDM: Add FTDM_XINT64_FMT 64bit hex format string and use it in ftmod_misdn.
...
Fixes:
src/ftmod/ftmod_misdn/ftmod_misdn.c: In function 'misdn_handle_mph_information_ind':
src/ftmod/ftmod_misdn/ftmod_misdn.c:871:3: error: format '%lx' expects argument of type 'long unsigned int', but argument 13 has type 'uint64_t' [-Werror=format]
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-27 14:33:46 +02:00
Anthony Minessale
f5af7ae2b1
FS-4471 --resolve
2012-07-26 21:25:50 -05:00
Anthony Minessale
034d3741c1
4569 tweaks
2012-07-26 21:07:10 -05:00
Anthony Minessale
772f60d235
4569 tweaks
2012-07-26 16:47:50 -05: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
Anthony Minessale
cd88211d0a
FS-4470 try this, the tmp_hanguphook will flag the b leg with CF_REDIRECT in the event that it hangs up which should spare it from the codepath in exchange_media state
2012-07-26 14:33:45 -05:00
root
b1b2bee362
fixing local sdp issue
2012-07-26 15:02:25 -04:00
Anthony Minessale
696fb9c28b
expand vars in hold music variable
2012-07-26 13:17:39 -05:00
root
20f900c64a
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-07-26 13:51:53 -04:00
root
a6b85b7de5
fixing two add for same termination back-2-back scenario, 2nd add should reject as term already in context
2012-07-26 13:50:43 -04:00
Anthony Minessale
93f96addc3
FS-4453 confirm this fixes your problem please
2012-07-26 12:32:51 -05:00
Anthony Minessale
1dd4bd4926
add core-uuid attr to xml cdr tag
2012-07-26 11:45:06 -05:00
Mathieu Rene
0e5ebbd984
remove typedef added for code completion
2012-07-26 12:43:32 -04:00
Anthony Minessale
1d5b5f218a
add core_uuid global variable to expose the runtime uuid
2012-07-26 11:38:02 -05:00
root
ee8047ebbf
changes on test box
2012-07-26 12:30:33 -04:00
Stefan Knoblich
5ebc68fb51
ftmod_isdn: Fix per-channel teletone buffer offset wraparound.
...
Do a "soft" wraparound with modulo, removes the ~0.5s tone glitch.
(Multiply ts.rate (samples) by two to match the offset unit (bytes, 2 per sample).)
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-07-26 09:14:51 +02: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
0c18f809cf
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-07-25 23:15:16 -04:00