]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
13 years agoFS-4623 --resolve
Jeff Lenk [Sun, 16 Sep 2012 19:21:30 +0000 (14:21 -0500)] 
FS-4623 --resolve

13 years agoFS-4099 --resolve switch windows to use posix delimiter (/) for base paths. This...
Jeff Lenk [Sun, 16 Sep 2012 19:15:49 +0000 (14:15 -0500)] 
FS-4099 --resolve switch windows to use posix delimiter (/) for base paths. This will correct numerous problems with escaped chars. This change only effects windows builds. Please test.

13 years agoftmod_libpri: Default disable NT-mode idle b-channel restart
Stefan Knoblich [Sun, 16 Sep 2012 12:07:55 +0000 (14:07 +0200)] 
ftmod_libpri: Default disable NT-mode idle b-channel restart

Some people, it seems, were having sleepless nights from the
log messages this feature produces every 15 minutes.

Default disable the feature, because i hate repeating myself
over and over, explaining them this is a non-issue and intended
behaviour and how to disable it in the config.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
13 years agofix small leak in var arrays
Anthony Minessale [Fri, 14 Sep 2012 22:07:49 +0000 (17:07 -0500)] 
fix small leak in var arrays

13 years agofreetdm trivial build warnings on windows
Jeff Lenk [Fri, 14 Sep 2012 21:51:43 +0000 (16:51 -0500)] 
freetdm trivial build warnings on windows

13 years agoonly use the wait_for_aleg_ack when the call is unanswered
Anthony Minessale [Fri, 14 Sep 2012 21:16:30 +0000 (16:16 -0500)] 
only use the wait_for_aleg_ack when the call is unanswered

13 years agoFS-4586 --resolve add mod_spy to vs2010
Jeff Lenk [Fri, 14 Sep 2012 21:08:23 +0000 (16:08 -0500)] 
FS-4586 --resolve add mod_spy to vs2010

13 years agovs2010 add missing includes
Jeff Lenk [Fri, 14 Sep 2012 20:21:08 +0000 (15:21 -0500)] 
vs2010 add missing includes

13 years agoAdding debugging and a default value for disconnect time. Also handle unset times...
William King [Fri, 14 Sep 2012 20:16:58 +0000 (13:16 -0700)] 
Adding debugging and a default value for disconnect time. Also handle unset times better.

13 years agofix strange code analysis error
Jeff Lenk [Fri, 14 Sep 2012 19:55:21 +0000 (14:55 -0500)] 
fix strange code analysis error

13 years agofix crash in mod_fifo when deleting a node when its in use
Anthony Minessale [Fri, 14 Sep 2012 19:25:15 +0000 (14:25 -0500)] 
fix crash in mod_fifo when deleting a node when its in use

13 years agovs2008 add missing file mod_sofia
Jeff Lenk [Fri, 14 Sep 2012 19:23:28 +0000 (14:23 -0500)] 
vs2008 add missing file mod_sofia

13 years agowindows missing copy for libjpeg vs2008
Jeff Lenk [Fri, 14 Sep 2012 19:14:48 +0000 (14:14 -0500)] 
windows missing copy for libjpeg vs2008

13 years agofix build of mod_freetdm
Michael Jerris [Fri, 14 Sep 2012 18:40:16 +0000 (14:40 -0400)] 
fix build of mod_freetdm

13 years agovs2010 reswig
Jeff Lenk [Fri, 14 Sep 2012 17:28:15 +0000 (12:28 -0500)] 
vs2010 reswig

13 years agowindows fix for recent tpl additions to switch_event.c
Jeff Lenk [Fri, 14 Sep 2012 17:13:36 +0000 (12:13 -0500)] 
windows fix for recent tpl additions to switch_event.c
and revert a search and replace error for libtiff building

13 years agolower console output to debug for avmd
Anthony Minessale [Fri, 14 Sep 2012 16:24:23 +0000 (11:24 -0500)] 
lower console output to debug for avmd

13 years agohangup unauth calls with rejected cause
Anthony Minessale [Fri, 14 Sep 2012 16:19:36 +0000 (11:19 -0500)] 
hangup unauth calls with rejected cause

13 years agoFS-4600 --resolve
Brian West [Fri, 14 Sep 2012 15:30:13 +0000 (10:30 -0500)] 
FS-4600 --resolve

13 years agoFS-4599 --resolve
Brian West [Fri, 14 Sep 2012 15:29:25 +0000 (10:29 -0500)] 
FS-4599 --resolve

13 years agoFS-4618 --resolve
Jeff Lenk [Fri, 14 Sep 2012 12:38:03 +0000 (07:38 -0500)] 
FS-4618 --resolve

13 years agoMod_sonar can be useful for collecting specific round trip delay information about...
William King [Fri, 14 Sep 2012 07:26:31 +0000 (00:26 -0700)] 
Mod_sonar can be useful for collecting specific round trip delay information about a call route. This is a first working draft, so expect it to interfere with the migration habits of your creatures. To use setup a destination with echo, originate a call to that destination and drop the call into &sonar(). Then watch the logs for the results.

13 years agoRevert "for consistency"
Seven Du [Fri, 14 Sep 2012 01:41:10 +0000 (09:41 +0800)] 
Revert "for consistency"

This reverts commit e8c7bb3a88bbc46de44dca54c049f0bf0de21ced.

13 years agofor consistency
Seven Du [Fri, 14 Sep 2012 01:36:35 +0000 (09:36 +0800)] 
for consistency

13 years agorun serialize test in skel
Anthony Minessale [Thu, 13 Sep 2012 22:58:25 +0000 (17:58 -0500)] 
run serialize test in skel

13 years agoadd funcs to binary seralize/deserialize switch_events into a contiguous binary frame
Anthony Minessale [Thu, 13 Sep 2012 22:46:13 +0000 (17:46 -0500)] 
add funcs to binary seralize/deserialize switch_events into a contiguous binary frame

13 years agoIf the timer value isn't available it isn't an error. Instead just don't add the...
William King [Thu, 13 Sep 2012 22:12:35 +0000 (15:12 -0700)] 
If the timer value isn't available it isn't an error. Instead just don't add the field.

13 years agoadd tpl to tree (please check win build)
Anthony Minessale [Thu, 13 Sep 2012 20:01:01 +0000 (15:01 -0500)] 
add tpl to tree (please check win build)

13 years agoupdate json lib in core and ESL and re-apply old patches
Anthony Minessale [Thu, 13 Sep 2012 17:54:25 +0000 (12:54 -0500)] 
update json lib in core and ESL and re-apply old patches

13 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
David Yat Sin [Thu, 13 Sep 2012 16:35:19 +0000 (12:35 -0400)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

13 years agofreetdm: Fix for HW DTMF events not passed to signalling module in transfer mode
David Yat Sin [Thu, 13 Sep 2012 16:34:49 +0000 (12:34 -0400)] 
freetdm: Fix for HW DTMF events not passed to signalling module in transfer mode

13 years agoMerge branch 'master' of git.freeswitch.org:freeswitch
Steve Underwood [Thu, 13 Sep 2012 16:25:28 +0000 (00:25 +0800)] 
Merge branch 'master' of git.freeswitch.org:freeswitch

13 years agobuild fix on opus
Anthony Minessale [Thu, 13 Sep 2012 16:27:50 +0000 (11:27 -0500)] 
build fix on opus

13 years agoAdd image squashing feature to the FAX engine so a superfine image or fine
Steve Underwood [Thu, 13 Sep 2012 16:24:19 +0000 (00:24 +0800)] 
Add image squashing feature to the FAX engine so a superfine image or fine
image can be sent to a machine which has those resolutions inhibited.

13 years agoupdate opus to use the standardized release
Anthony Minessale [Thu, 13 Sep 2012 15:32:00 +0000 (10:32 -0500)] 
update opus to use the standardized release

13 years agoFix for compilation errors
David Yat Sin [Thu, 13 Sep 2012 04:00:26 +0000 (00:00 -0400)] 
Fix for compilation errors

13 years agofix lost bindings when list
Seven Du [Thu, 13 Sep 2012 03:31:50 +0000 (11:31 +0800)] 
fix lost bindings when list

13 years agomod_freetdm: Remove duplicate assignment.
Stefan Knoblich [Wed, 12 Sep 2012 23:02:31 +0000 (01:02 +0200)] 
mod_freetdm: Remove duplicate assignment.

curr is getting set in the for() statement (again). Use that, remove
the other line setting it.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
13 years agomod_freetdm: Coding style and whitespace clean up.
Stefan Knoblich [Wed, 12 Sep 2012 23:01:19 +0000 (01:01 +0200)] 
mod_freetdm: Coding style and whitespace clean up.

No functional changes.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
13 years agomod_freetdm: Remove duplicate code block in channel_on_hangup(), after merge.
Stefan Knoblich [Wed, 12 Sep 2012 22:58:49 +0000 (00:58 +0200)] 
mod_freetdm: Remove duplicate code block in channel_on_hangup(), after merge.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
13 years agoadd hold_events variable with start and stop times for each hold
Anthony Minessale [Wed, 12 Sep 2012 21:36:17 +0000 (16:36 -0500)] 
add hold_events variable with start and stop times for each hold

13 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
David Yat Sin [Wed, 12 Sep 2012 17:15:16 +0000 (13:15 -0400)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

13 years agoFix for compile warnings
David Yat Sin [Wed, 12 Sep 2012 17:13:51 +0000 (13:13 -0400)] 
Fix for compile warnings

13 years agodon't put casue from unanswered pickups as result of originate
Anthony Minessale [Wed, 12 Sep 2012 15:22:03 +0000 (10:22 -0500)] 
don't put casue from unanswered pickups as result of originate

13 years agoMerged latest FreeTDM code from Sangoma's repo
David Yat Sin [Wed, 12 Sep 2012 15:05:39 +0000 (11:05 -0400)] 
Merged latest FreeTDM code from Sangoma's repo
Merge remote branch 'smgfs/master'

Conflicts:
build/modules.conf.in
configure.in
libs/esl/fs_cli.c
libs/freetdm/mod_freetdm/mod_freetdm.c
libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.h
libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_cfg.c
libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_logger.c
libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_support.c
src/include/switch_types.h
src/mod/applications/mod_commands/mod_commands.c
src/mod/applications/mod_spandsp/mod_spandsp.c
src/mod/endpoints/mod_opal/mod_opal.cpp
src/mod/endpoints/mod_opal/mod_opal.h
src/mod/endpoints/mod_sofia/mod_sofia.h
src/mod/endpoints/mod_sofia/rtp.c
src/switch.c
src/switch_core.c
src/switch_rtp.c

13 years agoadd send-display-update profile param to disable the update method
Anthony Minessale [Tue, 11 Sep 2012 20:40:43 +0000 (15:40 -0500)] 
add send-display-update profile param to disable the update method

13 years agoMerge branch 'nsg-4.3'
David Yat Sin [Tue, 11 Sep 2012 19:01:26 +0000 (15:01 -0400)] 
Merge branch 'nsg-4.3'

13 years agoMerge branch 'releases.3.5' into nsg-4.3
David Yat Sin [Tue, 11 Sep 2012 18:56:22 +0000 (14:56 -0400)] 
Merge branch 'releases.3.5' into nsg-4.3

13 years agoMerge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
David Yat Sin [Tue, 11 Sep 2012 18:46:17 +0000 (14:46 -0400)] 
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3

13 years agomod_media_gateway now specifies physical channel when opening TDM terminations
David Yat Sin [Tue, 11 Sep 2012 18:45:57 +0000 (14:45 -0400)] 
mod_media_gateway now specifies physical channel when opening TDM terminations

13 years agomod_freetdm: Add missing break in on_clear_channel_signal() FTDM_SIGEVENT_UP case...
Stefan Knoblich [Tue, 11 Sep 2012 15:15:33 +0000 (17:15 +0200)] 
mod_freetdm: Add missing break in on_clear_channel_signal() FTDM_SIGEVENT_UP case statement.

FTDM_SIGEVENT_UP was falling through to FTDM_SIGEVENT_PROGRESS_MEDIA, which
does (almost) the same, so no harm, but still fix it.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
13 years agomod_freetdm: Whitespace, indentation and coding-style clean up.
Stefan Knoblich [Tue, 11 Sep 2012 15:12:31 +0000 (17:12 +0200)] 
mod_freetdm: Whitespace, indentation and coding-style clean up.

No functional changes.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
13 years agopull cause from channels in ent originate when none of them answer or the call times out
Anthony Minessale [Tue, 11 Sep 2012 15:38:29 +0000 (10:38 -0500)] 
pull cause from channels in ent originate when none of them answer or the call times out

13 years agorenaming stats counter from fax to t38
Kapil Gupta [Tue, 11 Sep 2012 13:59:48 +0000 (09:59 -0400)] 
renaming stats counter from fax to t38

13 years agoadding total number of fax call recv statistics counter
Kapil Gupta [Tue, 11 Sep 2012 13:35:17 +0000 (09:35 -0400)] 
adding total number of fax call recv statistics counter

13 years agoftmod_libpri: Skip channels marked in use during NT-mode idle restart.
Stefan Knoblich [Tue, 11 Sep 2012 09:09:40 +0000 (11:09 +0200)] 
ftmod_libpri: Skip channels marked in use during NT-mode idle restart.

Channels can be in DOWN state but reserved by an incoming call
(FTDM_CHANNEL_INUSE flag). Additionally check the flag in on_timeout_t3xx()
and skip those channels.

Reported-by: privi #freetdm @ irc.freenode.net
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
13 years agoFreetdm: ISDN fix for link not always recovering after T1/E1 alarm
David Yat Sin [Tue, 11 Sep 2012 05:22:31 +0000 (01:22 -0400)] 
Freetdm: ISDN fix for link not always recovering after T1/E1 alarm

13 years agoplan b
Anthony Minessale [Tue, 11 Sep 2012 01:57:07 +0000 (20:57 -0500)] 
plan b

13 years agorevert
Anthony Minessale [Tue, 11 Sep 2012 01:49:32 +0000 (20:49 -0500)] 
revert

13 years agoend faster when only pickup endpoints are left
Anthony Minessale [Tue, 11 Sep 2012 01:47:51 +0000 (20:47 -0500)] 
end faster when only pickup endpoints are left

13 years agoFS-4605 --resolve
Jeff Lenk [Tue, 11 Sep 2012 00:34:04 +0000 (19:34 -0500)] 
FS-4605 --resolve

13 years agoSupport rebooting some more ciscos
Brian West [Mon, 10 Sep 2012 23:25:02 +0000 (18:25 -0500)] 
Support rebooting some more ciscos

13 years agoFS-4595 please test
Anthony Minessale [Mon, 10 Sep 2012 23:21:08 +0000 (18:21 -0500)] 
FS-4595 please test

13 years agoadding echo cancel code based on tdmc package
Kapil Gupta [Mon, 10 Sep 2012 22:26:39 +0000 (18:26 -0400)] 
adding echo cancel code based on tdmc package

13 years agomissed a spot
Anthony Minessale [Mon, 10 Sep 2012 21:57:39 +0000 (16:57 -0500)] 
missed a spot

13 years agoset new pt on re-invite video negotiation
Anthony Minessale [Mon, 10 Sep 2012 20:20:30 +0000 (15:20 -0500)] 
set new pt on re-invite video negotiation

13 years agosndfile tweak
Anthony Minessale [Mon, 10 Sep 2012 19:13:07 +0000 (14:13 -0500)] 
sndfile tweak

13 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Raymond Chandler [Mon, 10 Sep 2012 18:54:15 +0000 (14:54 -0400)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

13 years agominor video tweaks
Anthony Minessale [Mon, 10 Sep 2012 17:58:23 +0000 (12:58 -0500)] 
minor video tweaks

13 years agovideo tweaks for echo app
Anthony Minessale [Mon, 10 Sep 2012 17:58:06 +0000 (12:58 -0500)] 
video tweaks for echo app

13 years agocode changes for the following issue
Kapil Gupta [Mon, 10 Sep 2012 17:33:54 +0000 (13:33 -0400)] 
code changes for the following issue
1)resetting term->u.rtp.rfc2833 , if ADD/MODIFY SDP does not have rfc2833
2) calling DTMF removal from modify request also depends on rfc2833 present in sdp or not
3) calling EC disable from ADD/MODIFY api handler if sdp contains T38

13 years agohangup pickup chans with no answer if they are the only ones left
Anthony Minessale [Mon, 10 Sep 2012 16:14:19 +0000 (11:14 -0500)] 
hangup pickup chans with no answer if they are the only ones left

13 years agoAdd better handling of time values when the times aren't defined. Fix formatting...
William King [Mon, 10 Sep 2012 15:59:38 +0000 (08:59 -0700)] 
Add better handling of time values when the times aren't defined. Fix formatting of the config values for two config values.

13 years agofixing issue of applying tdm dtmf removal
Kapil Gupta [Mon, 10 Sep 2012 15:09:28 +0000 (11:09 -0400)] 
fixing issue of applying tdm dtmf removal

13 years agoFS-4343 --resolve add mod_directory, mod_callcenter, mod_skypopen
Jeff Lenk [Mon, 10 Sep 2012 13:54:53 +0000 (08:54 -0500)] 
FS-4343 --resolve add mod_directory, mod_callcenter, mod_skypopen

13 years agoFS-4602 --resolve
Anthony Minessale [Sat, 8 Sep 2012 21:12:35 +0000 (16:12 -0500)] 
FS-4602 --resolve

13 years agoSome tweaks to spandsp
Steve Underwood [Sat, 8 Sep 2012 17:08:15 +0000 (01:08 +0800)] 
Some tweaks to spandsp

13 years agoadding code to generate "DTMF Removal Enable/Disable" event from mod_media gateway...
Kapil Gupta [Sat, 8 Sep 2012 11:37:25 +0000 (07:37 -0400)] 
adding code to generate "DTMF Removal Enable/Disable" event from mod_media gateway to freetdm.

13 years agoMerge branch 'master' into FS-4558
Raymond Chandler [Sat, 8 Sep 2012 06:29:59 +0000 (02:29 -0400)] 
Merge branch 'master' into FS-4558

13 years agoFS-4558 --resolve
Raymond Chandler [Sat, 8 Sep 2012 06:28:35 +0000 (02:28 -0400)] 
FS-4558 --resolve

13 years agoFS-4591
Jeff Lenk [Fri, 7 Sep 2012 23:28:06 +0000 (18:28 -0500)] 
FS-4591

13 years agoadd timestamps for on and off hold times to put in xml cdrs
Anthony Minessale [Fri, 7 Sep 2012 23:17:57 +0000 (18:17 -0500)] 
add timestamps for on and off hold times to put in xml cdrs

13 years agoadd chan vars to tell sip to break the rfc and expect the codec payload the other...
Anthony Minessale [Fri, 7 Sep 2012 21:50:50 +0000 (16:50 -0500)] 
add chan vars to tell sip to break the rfc and expect the codec payload the other side replies with rather than the one it offered which is the correct behaviour

13 years agoadd uuid_media_reneg api command to tell a channel to send a re-invite with optional...
Anthony Minessale [Fri, 7 Sep 2012 20:33:09 +0000 (15:33 -0500)] 
add uuid_media_reneg api command to tell a channel to send a re-invite with optional list of new codecs

13 years agoFS-4408 fix crash caused by missing or invalid call-id in sip invite
Anthony Minessale [Fri, 7 Sep 2012 20:08:10 +0000 (15:08 -0500)] 
FS-4408 fix crash caused by missing or invalid call-id in sip invite

13 years agoadding api to release all calls/context during Subtract with Context ALL(C=*{S=*...
Kapil Gupta [Fri, 7 Sep 2012 16:10:16 +0000 (12:10 -0400)] 
adding api to release all calls/context during Subtract with Context ALL(C=*{S=*}) request processing

13 years agoDTMF removal code - by default making disable
Kapil Gupta [Fri, 7 Sep 2012 15:44:45 +0000 (11:44 -0400)] 
DTMF removal code - by default making disable

13 years agoadding code to invoke freetdm dtmf removal api
Kapil Gupta [Fri, 7 Sep 2012 14:14:58 +0000 (10:14 -0400)] 
adding code to invoke freetdm dtmf removal api

13 years agoUpdate phrase_en.xml (to be recorded)
Michael S Collins [Thu, 6 Sep 2012 22:43:01 +0000 (15:43 -0700)] 
Update phrase_en.xml (to be recorded)

13 years agoftmod_libpri: Print warning message in lpwrap_stop_timer(), if timer is not on the...
Stefan Knoblich [Thu, 6 Sep 2012 22:04:40 +0000 (00:04 +0200)] 
ftmod_libpri: Print warning message in lpwrap_stop_timer(), if timer is not on the active list

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
13 years agoftmod_libpri: Append new lpwrap timers in correct order.
Stefan Knoblich [Thu, 6 Sep 2012 22:02:32 +0000 (00:02 +0200)] 
ftmod_libpri: Append new lpwrap timers in correct order.

List is sorted in ascending order of expiration time,
fix the if clause in lpwrap_start_timer().

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
13 years agoMerge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
Kapil Gupta [Thu, 6 Sep 2012 21:15:34 +0000 (17:15 -0400)] 
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3

13 years agoadding MG_FAX_NOTIFIED flag to notify only one fax event(ced or cng) per call to mgc
Kapil Gupta [Thu, 6 Sep 2012 21:14:42 +0000 (17:14 -0400)] 
adding MG_FAX_NOTIFIED flag to notify only one fax event(ced or cng) per call to mgc

13 years agoMerge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
David Yat Sin [Thu, 6 Sep 2012 20:54:07 +0000 (16:54 -0400)] 
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3

13 years agoFreeTDM: Added function to listen for mg-tdm-dtmfremoval command to disable/enable...
David Yat Sin [Thu, 6 Sep 2012 20:53:58 +0000 (16:53 -0400)] 
FreeTDM: Added function to listen for mg-tdm-dtmfremoval command to disable/enable DTMF removal per channel

13 years agologging change from ERROR to Warning [rtp.c:542 - Receive unknown command]
Kapil Gupta [Thu, 6 Sep 2012 18:37:36 +0000 (14:37 -0400)] 
logging change from ERROR to Warning [rtp.c:542 - Receive unknown command]

13 years agochanging logtype from error to info for couple of logging prints
Kapil Gupta [Thu, 6 Sep 2012 18:31:28 +0000 (14:31 -0400)] 
changing logtype from error to info for couple of logging prints

13 years agoadding TUCL enable/disable logging
Kapil Gupta [Thu, 6 Sep 2012 16:56:57 +0000 (12:56 -0400)] 
adding TUCL enable/disable logging

13 years agofix logic in dmachine parser for overlap bindings so they work regardless of the...
Anthony Minessale [Thu, 6 Sep 2012 16:53:58 +0000 (11:53 -0500)] 
fix logic in dmachine parser for overlap bindings so they work regardless of the order they are bound

13 years agoMerge branch 'master' of git.freeswitch.org:freeswitch
Steve Underwood [Thu, 6 Sep 2012 16:42:44 +0000 (00:42 +0800)] 
Merge branch 'master' of git.freeswitch.org:freeswitch