]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Steve Underwood [Fri, 3 Aug 2012 12:26:30 +0000 (20:26 +0800)]
Fixed the way T.85/T.85-L0 selection is handled when decoding DCS messages
Stefan Knoblich [Fri, 3 Aug 2012 10:31:41 +0000 (12:31 +0200)]
ftmod_isdn: Fix set-but-unused warning.
Resolves OPENZAP-189
Fixes:
src/ftmod/ftmod_isdn/ftmod_isdn.c: In function 'ftdm_isdn_931_34':
src/ftmod/ftmod_isdn/ftmod_isdn.c:902:21: error: variable 'status' set but not used [-Werror=unused-but-set-variable]
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
Kapil Gupta [Fri, 3 Aug 2012 09:27:21 +0000 (05:27 -0400)]
fixing issue - shouldnt check rtp termination service state
Giovanni Maruzzelli [Thu, 2 Aug 2012 17:13:32 +0000 (19:13 +0200)]
gsmopen and skypopen: better printout from function gsm (or sk) list
Giovanni Maruzzelli [Thu, 2 Aug 2012 16:47:18 +0000 (18:47 +0200)]
gsmopen: indent
Giovanni Maruzzelli [Thu, 2 Aug 2012 16:39:02 +0000 (18:39 +0200)]
FS-4379 gsmopen: 'gsm remove interface' works now
root [Wed, 1 Aug 2012 17:21:47 +0000 (13:21 -0400)]
print modification
David Yat Sin [Wed, 1 Aug 2012 17:18:37 +0000 (13:18 -0400)]
Fix for TDM termination alarms
Mathieu Rene [Wed, 1 Aug 2012 16:14:52 +0000 (12:14 -0400)]
fix leak
Anthony Minessale [Tue, 31 Jul 2012 21:35:56 +0000 (16:35 -0500)]
remove debug
Anthony Minessale [Tue, 31 Jul 2012 20:53:00 +0000 (15:53 -0500)]
FS-4484 I missed the part about gateways, that is a different story. Try this patch
Anthony Minessale [Tue, 31 Jul 2012 20:44:57 +0000 (15:44 -0500)]
doh
Anthony Minessale [Tue, 31 Jul 2012 20:32:04 +0000 (15:32 -0500)]
FS-4480 try this
Anthony Minessale [Tue, 31 Jul 2012 20:26:03 +0000 (15:26 -0500)]
send notifies for refer for 4579
Kapil [Tue, 31 Jul 2012 19:07:44 +0000 (15:07 -0400)]
adding code to parse signal descriptor for detecting T.38 CED/ANS signal request from MGC
Anthony Minessale [Tue, 31 Jul 2012 19:01:56 +0000 (14:01 -0500)]
update 4579 stuff
David Yat Sin [Tue, 31 Jul 2012 18:18:36 +0000 (14:18 -0400)]
Merge branch 'releases.3.4' into releases.3.5
Conflicts:
src/include/switch_channel.h
src/switch_channel.c
root [Tue, 31 Jul 2012 17:45:08 +0000 (13:45 -0400)]
fixing warnings
Kapil [Tue, 31 Jul 2012 13:26:46 +0000 (09:26 -0400)]
adding safe check for term ptr
Anthony Minessale [Tue, 31 Jul 2012 13:03:07 +0000 (08:03 -0500)]
FS-4483 --resolve
Anthony Minessale [Tue, 31 Jul 2012 12:59:58 +0000 (07:59 -0500)]
indent
Stefan Knoblich [Mon, 30 Jul 2012 23:58:48 +0000 (01:58 +0200)]
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
3c82033e532081fb42678a2ba297f9bd32b94635 .
Anthony Minessale [Mon, 30 Jul 2012 21:36:20 +0000 (16:36 -0500)]
FS-4481 --resolve seg is fixed but just utf-8 will not work. you need type/subtype format like text/utf-8
Kapil [Mon, 30 Jul 2012 20:48:53 +0000 (16:48 -0400)]
adding API to send T.38 CNG tone notify to MGC
Kapil [Mon, 30 Jul 2012 20:00:15 +0000 (16:00 -0400)]
adding T.38 required packages
root [Mon, 30 Jul 2012 17:45:54 +0000 (13:45 -0400)]
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
root [Mon, 30 Jul 2012 17:44:40 +0000 (13:44 -0400)]
adding code to return Audit of termination state based on termination's state(in-service/oos)
David Yat Sin [Mon, 30 Jul 2012 17:37:20 +0000 (13:37 -0400)]
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
David Yat Sin [Mon, 30 Jul 2012 17:36:36 +0000 (13:36 -0400)]
Adding mod_media_gateway
root [Mon, 30 Jul 2012 17:17:39 +0000 (13:17 -0400)]
adding termination service states(in-service/out-of-service) flags and
reject incoming megaco request if requested termination is not in service
root [Mon, 30 Jul 2012 16:34:08 +0000 (12:34 -0400)]
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
root [Mon, 30 Jul 2012 16:32:46 +0000 (12:32 -0400)]
sending termination in-service/out-of-service service change for termination whenever there is alarm indication from freetdm
David Yat Sin [Mon, 30 Jul 2012 15:08:12 +0000 (11:08 -0400)]
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
David Yat Sin [Mon, 30 Jul 2012 15:07:01 +0000 (11:07 -0400)]
Updated to latest code used on test machines
Stefan Knoblich [Mon, 30 Jul 2012 11:56:48 +0000 (13:56 +0200)]
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>
David Yat Sin [Mon, 30 Jul 2012 02:28:10 +0000 (22:28 -0400)]
Added mod_opal
root [Sun, 29 Jul 2012 14:17:13 +0000 (10:17 -0400)]
adding termination service-change code
David Yat Sin [Sat, 28 Jul 2012 14:42:18 +0000 (10:42 -0400)]
Merge branch 'releases.3.4' of ssh://git.sangoma.com/smg_freeswitch into releases.3.4
David Yat Sin [Sat, 28 Jul 2012 14:41:55 +0000 (10:41 -0400)]
Fixed compile error
David Yat Sin [Sat, 28 Jul 2012 13:59:47 +0000 (09:59 -0400)]
Fixed compile warning
root [Sat, 28 Jul 2012 01:31:24 +0000 (21:31 -0400)]
Added event system for TDM termination alarms
Anthony Minessale [Fri, 27 Jul 2012 23:53:04 +0000 (18:53 -0500)]
add api-expansion to switch.conf.xml and fsctl api_expansion command to control allowing apis to be expanded via variable expansion
Anthony Minessale [Fri, 27 Jul 2012 20:27:01 +0000 (15:27 -0500)]
FS-4462 add log message to point out this problem in the future
root [Fri, 27 Jul 2012 20:11:46 +0000 (16:11 -0400)]
adding code for updating codec types
Anthony Minessale [Fri, 27 Jul 2012 20:07:11 +0000 (15:07 -0500)]
457x tweaks
Anthony Minessale [Fri, 27 Jul 2012 19:49:08 +0000 (14:49 -0500)]
tweak
David Yat Sin [Fri, 27 Jul 2012 19:02:45 +0000 (15:02 -0400)]
Fix compile warning
Anthony Minessale [Fri, 27 Jul 2012 18:23:30 +0000 (13:23 -0500)]
fix seg
root [Fri, 27 Jul 2012 17:01:54 +0000 (13:01 -0400)]
fixing issue
root [Fri, 27 Jul 2012 16:54:58 +0000 (12:54 -0400)]
adding codec nogotiation code
root [Fri, 27 Jul 2012 16:08:48 +0000 (12:08 -0400)]
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
root [Fri, 27 Jul 2012 16:08:15 +0000 (12:08 -0400)]
local descriptor codec negotiation done
James Zhang [Fri, 27 Jul 2012 15:53:00 +0000 (11:53 -0400)]
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
Anthony Minessale [Fri, 27 Jul 2012 15:44:16 +0000 (10:44 -0500)]
FS-4470 --resolve 2 for one fix
root [Fri, 27 Jul 2012 15:22:29 +0000 (11:22 -0400)]
commit from testbox
Mathieu Rene [Fri, 27 Jul 2012 15:06:23 +0000 (11:06 -0400)]
automatically fail new tdm channel if ftdm_start_only is true
Mathieu Rene [Fri, 27 Jul 2012 15:04:29 +0000 (11:04 -0400)]
Merge branch 'nsg-4.3' of git.sangoma.com:smg_freeswitch into nsg/4.3
Mathieu Rene [Fri, 27 Jul 2012 14:59:37 +0000 (10:59 -0400)]
add megaco_prepare_termination
Mathieu Rene [Fri, 27 Jul 2012 14:47:19 +0000 (10:47 -0400)]
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
Stefan Knoblich [Fri, 27 Jul 2012 12:31:39 +0000 (14:31 +0200)]
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>
Anthony Minessale [Fri, 27 Jul 2012 02:25:50 +0000 (21:25 -0500)]
FS-4471 --resolve
Anthony Minessale [Fri, 27 Jul 2012 02:07:10 +0000 (21:07 -0500)]
4569 tweaks
Anthony Minessale [Thu, 26 Jul 2012 21:47:50 +0000 (16:47 -0500)]
4569 tweaks
David Yat Sin [Thu, 26 Jul 2012 20:43:29 +0000 (16:43 -0400)]
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
David Yat Sin [Thu, 26 Jul 2012 20:43:18 +0000 (16:43 -0400)]
freetdm: Added thread to service events when there is no signalling module on a span
Anthony Minessale [Thu, 26 Jul 2012 19:33:45 +0000 (14:33 -0500)]
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
root [Thu, 26 Jul 2012 19:02:25 +0000 (15:02 -0400)]
fixing local sdp issue
Anthony Minessale [Thu, 26 Jul 2012 18:17:39 +0000 (13:17 -0500)]
expand vars in hold music variable
root [Thu, 26 Jul 2012 17:51:53 +0000 (13:51 -0400)]
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
root [Thu, 26 Jul 2012 17:50:43 +0000 (13:50 -0400)]
fixing two add for same termination back-2-back scenario, 2nd add should reject as term already in context
Anthony Minessale [Thu, 26 Jul 2012 17:32:51 +0000 (12:32 -0500)]
FS-4453 confirm this fixes your problem please
Anthony Minessale [Thu, 26 Jul 2012 16:45:06 +0000 (11:45 -0500)]
add core-uuid attr to xml cdr tag
Mathieu Rene [Thu, 26 Jul 2012 16:43:32 +0000 (12:43 -0400)]
remove typedef added for code completion
Anthony Minessale [Thu, 26 Jul 2012 16:38:02 +0000 (11:38 -0500)]
add core_uuid global variable to expose the runtime uuid
root [Thu, 26 Jul 2012 16:30:33 +0000 (12:30 -0400)]
changes on test box
Stefan Knoblich [Thu, 26 Jul 2012 07:06:08 +0000 (09:06 +0200)]
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>
root [Thu, 26 Jul 2012 03:16:53 +0000 (23:16 -0400)]
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
David Yat Sin [Thu, 26 Jul 2012 03:16:42 +0000 (23:16 -0400)]
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
David Yat Sin [Thu, 26 Jul 2012 03:16:32 +0000 (23:16 -0400)]
Reverted back clear-channel, used existing FTDM_SIGTYPE instead
root [Thu, 26 Jul 2012 03:15:16 +0000 (23:15 -0400)]
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
Mathieu Rene [Thu, 26 Jul 2012 02:24:12 +0000 (22:24 -0400)]
prevent writes if we dont have a remote addr
root [Thu, 26 Jul 2012 01:58:10 +0000 (21:58 -0400)]
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
Mathieu Rene [Thu, 26 Jul 2012 01:58:03 +0000 (21:58 -0400)]
allow remote addr modification on rtp
root [Thu, 26 Jul 2012 01:50:29 +0000 (21:50 -0400)]
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
Mathieu Rene [Thu, 26 Jul 2012 01:49:47 +0000 (21:49 -0400)]
allow remote addr modification on rtp
root [Thu, 26 Jul 2012 01:27:06 +0000 (21:27 -0400)]
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
Mathieu Rene [Thu, 26 Jul 2012 01:26:53 +0000 (21:26 -0400)]
allocate recv buffer for tdm
root [Thu, 26 Jul 2012 01:16:52 +0000 (21:16 -0400)]
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
Mathieu Rene [Thu, 26 Jul 2012 01:16:46 +0000 (21:16 -0400)]
add logging before uuid_bridge, set frame->codec from tech_pvt->read_codec
root [Thu, 26 Jul 2012 01:16:23 +0000 (21:16 -0400)]
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
Mathieu Rene [Thu, 26 Jul 2012 01:16:14 +0000 (21:16 -0400)]
add logging before uuid_bridge, set frame->codec from tech_pvt->read_codec
root [Thu, 26 Jul 2012 01:07:02 +0000 (21:07 -0400)]
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
Mathieu Rene [Thu, 26 Jul 2012 01:06:47 +0000 (21:06 -0400)]
give the tdm channels their caller profile so switch_ivr_uuid_bridge doesn't piss its pants off
root [Thu, 26 Jul 2012 01:04:22 +0000 (21:04 -0400)]
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
Mathieu Rene [Thu, 26 Jul 2012 01:04:15 +0000 (21:04 -0400)]
save the uuid
root [Thu, 26 Jul 2012 00:59:17 +0000 (20:59 -0400)]
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
Mathieu Rene [Thu, 26 Jul 2012 00:59:09 +0000 (20:59 -0400)]
Im feeling bold
root [Thu, 26 Jul 2012 00:54:58 +0000 (20:54 -0400)]
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
Mathieu Rene [Thu, 26 Jul 2012 00:54:47 +0000 (20:54 -0400)]
originate returns a status, not a cause
root [Thu, 26 Jul 2012 00:50:42 +0000 (20:50 -0400)]
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3