Anthony Minessale
e40e8696fc
update 4579 stuff
2012-07-31 14:01:56 -05: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
b9db9e44ff
fixing warnings
2012-07-31 13:45:08 -04:00
Kapil
7421bcfb34
adding safe check for term ptr
2012-07-31 09:26:46 -04:00
Anthony Minessale
1b355edf18
FS-4483 --resolve
2012-07-31 08:03:07 -05:00
Anthony Minessale
b3e6730de8
indent
2012-07-31 07:59:58 -05:00
Stefan Knoblich
3b5b59e693
Revert "FreeSWITCH: Fix warn-unused-result error in rtp_common_read()."
...
*sigh* of course there are two versions of strerror_r():
char *strerror_r() - GNU
int strerror_r() - non-GNU
Revert and back the drawing board...
This reverts commit 3c82033e53
.
2012-07-31 01:58:48 +02:00
Anthony Minessale
0f4ecab5e9
FS-4481 --resolve seg is fixed but just utf-8 will not work. you need type/subtype format like text/utf-8
2012-07-30 16:36:20 -05:00
Kapil
4423077a4e
adding API to send T.38 CNG tone notify to MGC
2012-07-30 16:48:53 -04:00
Kapil
39b6233abb
adding T.38 required packages
2012-07-30 16:00:15 -04:00
root
c1114c6859
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-07-30 13:45:54 -04:00
root
4fd24d6172
adding code to return Audit of termination state based on termination's state(in-service/oos)
2012-07-30 13:44:40 -04:00
David Yat Sin
c06e3d7653
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
2012-07-30 13:37:20 -04:00
David Yat Sin
3c8d14a226
Adding mod_media_gateway
2012-07-30 13:36: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
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