]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
17 years agoSFSIP-145
Mathieu Rene [Sat, 9 May 2009 15:05:33 +0000 (15:05 +0000)] 
SFSIP-145

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13267 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoSFSIP-144
Mathieu Rene [Sat, 9 May 2009 01:58:30 +0000 (01:58 +0000)] 
SFSIP-144

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13266 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoreturn silence frame in dahdi codec when there is no output from the decoder
Moises Silva [Sat, 9 May 2009 00:23:05 +0000 (00:23 +0000)] 
return silence frame in dahdi codec when there is no output from the decoder

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13265 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoFSCORE-357
Anthony Minessale [Fri, 8 May 2009 19:03:54 +0000 (19:03 +0000)] 
FSCORE-357

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13264 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agooops
Mathieu Rene [Fri, 8 May 2009 04:48:55 +0000 (04:48 +0000)] 
oops

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13263 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoadded proper waiting (up to 10ms) for the DAHDI transcoder output frame
Moises Silva [Fri, 8 May 2009 04:40:32 +0000 (04:40 +0000)] 
added proper waiting (up to 10ms) for the DAHDI transcoder output frame

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13262 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoAdd code analyzer tags to xml functions
Mathieu Rene [Fri, 8 May 2009 04:38:44 +0000 (04:38 +0000)] 
Add code analyzer tags to xml functions

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13261 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoFix leak-on-failure
Mathieu Rene [Fri, 8 May 2009 04:33:58 +0000 (04:33 +0000)] 
Fix leak-on-failure

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13260 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoProperly use switch_xml_parse_str_dynamic
Mathieu Rene [Fri, 8 May 2009 04:05:39 +0000 (04:05 +0000)] 
Properly use switch_xml_parse_str_dynamic

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13259 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoFix an error in fs_cli's usage
Mathieu Rene [Fri, 8 May 2009 04:00:14 +0000 (04:00 +0000)] 
Fix an error in fs_cli's usage

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13258 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoset mod_dahdi_codec dahdi transcoding device sockets to non-blocking to avoid hanging...
Moises Silva [Fri, 8 May 2009 01:25:39 +0000 (01:25 +0000)] 
set mod_dahdi_codec dahdi transcoding device sockets to non-blocking to avoid hanging when there is no data and just return 0 bytes frame
Jira: MODCODEC-8

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13257 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoUse switch_xml_parse_str_dynamic so we don't leak (thanks Math)
Andrew Thompson [Thu, 7 May 2009 22:13:05 +0000 (22:13 +0000)] 
Use switch_xml_parse_str_dynamic so we don't leak (thanks Math)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13256 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoAdd switch_xml_parse_str_dynamic and switch_xml_parse_str_dup
Mathieu Rene [Thu, 7 May 2009 21:40:21 +0000 (21:40 +0000)] 
Add switch_xml_parse_str_dynamic and switch_xml_parse_str_dup

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13255 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoUpdate Changelog through 5/6/2009 (r13248)
Michael Collins [Thu, 7 May 2009 21:10:30 +0000 (21:10 +0000)] 
Update Changelog through 5/6/2009 (r13248)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13254 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agowait for cdr to be generated in failed cdr_x
Anthony Minessale [Thu, 7 May 2009 17:27:15 +0000 (17:27 +0000)] 
wait for cdr to be generated in failed cdr_x

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13253 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agosleep when loading odbc profiles to prevent connection races in underlying libs
Anthony Minessale [Thu, 7 May 2009 15:14:28 +0000 (15:14 +0000)] 
sleep when loading odbc profiles to prevent connection races in underlying libs

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13251 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoadd rtp-autoflush-during-bridge param
Anthony Minessale [Thu, 7 May 2009 15:07:48 +0000 (15:07 +0000)] 
add rtp-autoflush-during-bridge param

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13250 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoadd rtp-autoflush-during-bridge param
Anthony Minessale [Thu, 7 May 2009 15:07:04 +0000 (15:07 +0000)] 
add rtp-autoflush-during-bridge param

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13249 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoDon't set the caller name to origination_uuid's value
Mathieu Rene [Thu, 7 May 2009 02:16:12 +0000 (02:16 +0000)] 
Don't set the caller name to origination_uuid's value

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13248 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoMODAPP-271
Mathieu Rene [Thu, 7 May 2009 02:05:16 +0000 (02:05 +0000)] 
MODAPP-271

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13247 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agodoh
Anthony Minessale [Wed, 6 May 2009 22:52:09 +0000 (22:52 +0000)] 
doh

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13246 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoAdd sofia profile params to fine-tune timers
Mathieu Rene [Wed, 6 May 2009 18:12:44 +0000 (18:12 +0000)] 
Add sofia profile params to fine-tune timers

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13245 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years ago fix play and get digits when using phrase macros
Brian West [Wed, 6 May 2009 18:00:28 +0000 (18:00 +0000)] 
 fix play and get digits when using phrase macros

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13244 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years ago remove unused code
Brian West [Wed, 6 May 2009 17:34:29 +0000 (17:34 +0000)] 
 remove unused code

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13243 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoMODAPP-272
Anthony Minessale [Wed, 6 May 2009 15:24:04 +0000 (15:24 +0000)] 
MODAPP-272

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13242 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoadd group_recurse_variables and user_recurse_variables to {} vars (default is true...
Anthony Minessale [Wed, 6 May 2009 15:13:51 +0000 (15:13 +0000)] 
add group_recurse_variables and user_recurse_variables to {} vars (default is true, set to false to not pass vars down to user or group channels)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13241 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoMODAPP-272 + a few more goodies, abandon outbound calls when they are not needed...
Anthony Minessale [Wed, 6 May 2009 13:55:46 +0000 (13:55 +0000)] 
MODAPP-272 + a few more goodies, abandon outbound calls when they are not needed, place queue name in the caller id

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13240 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoFixed incorrect include path.
Robert Joly [Wed, 6 May 2009 10:38:34 +0000 (10:38 +0000)] 
Fixed incorrect include path.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13239 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years ago bump sounds
Brian West [Wed, 6 May 2009 04:41:13 +0000 (04:41 +0000)] 
 bump sounds

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13238 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agofix evil send myself a refer bug FSCORE-350
Anthony Minessale [Tue, 5 May 2009 22:15:52 +0000 (22:15 +0000)] 
fix evil send myself a refer bug FSCORE-350

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13237 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoyipee, ten millionth bug in mod_loopaback
Anthony Minessale [Tue, 5 May 2009 19:35:31 +0000 (19:35 +0000)] 
yipee, ten millionth bug in mod_loopaback

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13236 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoESL-15
Brian West [Tue, 5 May 2009 17:30:06 +0000 (17:30 +0000)] 
ESL-15

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13235 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years ago clean up
Brian West [Tue, 5 May 2009 15:51:30 +0000 (15:51 +0000)] 
 clean up

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13234 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agofix memory issue in core file resampling code
Anthony Minessale [Tue, 5 May 2009 15:09:32 +0000 (15:09 +0000)] 
fix memory issue in core file resampling code

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13233 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoMODENDP-206 Ignore ptime when missing instead of using @0i - thanks stangor
Mathieu Rene [Mon, 4 May 2009 22:53:41 +0000 (22:53 +0000)] 
MODENDP-206 Ignore ptime when missing instead of using @0i - thanks stangor

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13231 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agofix mem corruption on failed register
Anthony Minessale [Mon, 4 May 2009 21:48:10 +0000 (21:48 +0000)] 
fix mem corruption on failed register

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13230 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agofix mem corruption on failed register
Anthony Minessale [Mon, 4 May 2009 21:41:42 +0000 (21:41 +0000)] 
fix mem corruption on failed register

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13229 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoMake { } vars take precedence over channel variables
Mathieu Rene [Mon, 4 May 2009 20:43:09 +0000 (20:43 +0000)] 
Make { } vars take precedence over channel variables

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13228 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoUpdate doxygen for switch_channel_variable_first and switch_channel_variable_last
Mathieu Rene [Mon, 4 May 2009 19:56:46 +0000 (19:56 +0000)] 
Update doxygen for switch_channel_variable_first and switch_channel_variable_last

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13227 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoMODENDP-217
Anthony Minessale [Mon, 4 May 2009 14:36:11 +0000 (14:36 +0000)] 
MODENDP-217

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13226 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agomove originate retry related vars to only be in {} not in channel variable list
Anthony Minessale [Mon, 4 May 2009 14:09:32 +0000 (14:09 +0000)] 
move originate retry related vars to only be in {} not in channel variable list

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13225 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoconnection timeout
Rupa Schomaker [Mon, 4 May 2009 13:42:52 +0000 (13:42 +0000)] 
connection timeout
(very) slow connection timeout
Timeouts needed to avoid deadlock between read thread and file close.  If
read thread never returns -- the file can never be closed.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13224 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoremove accidental commit
Brian West [Sun, 3 May 2009 15:33:48 +0000 (15:33 +0000)] 
remove accidental commit

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13223 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agorefactor resampling in mod_local_stream
Anthony Minessale [Sun, 3 May 2009 03:15:42 +0000 (03:15 +0000)] 
refactor resampling in mod_local_stream

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13222 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agotweak log messages
Anthony Minessale [Sat, 2 May 2009 00:58:51 +0000 (00:58 +0000)] 
tweak log messages

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13220 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoprevent buffer destroy race
Anthony Minessale [Fri, 1 May 2009 21:31:16 +0000 (21:31 +0000)] 
prevent buffer destroy race

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13219 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoFix race condition between shout thread starting and shout_file_read
Rupa Schomaker [Fri, 1 May 2009 16:22:36 +0000 (16:22 +0000)] 
Fix race condition between shout thread starting and shout_file_read
Fix race condition between thread terminating and context being cleaned up
Fix stutter when first 64k is drained from shoutcast streaming buffer
Reduce the amount of padding from around 6s to 1s if the stream goes away
  or runs slow

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13218 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoESL-12
Anthony Minessale [Fri, 1 May 2009 15:00:31 +0000 (15:00 +0000)] 
ESL-12

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13217 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoadd execute_application to custom controls
Rupa Schomaker [Fri, 1 May 2009 13:13:44 +0000 (13:13 +0000)] 
add execute_application to custom controls

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13216 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoMODAPP-269
Anthony Minessale [Fri, 1 May 2009 12:32:44 +0000 (12:32 +0000)] 
MODAPP-269

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13215 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoMODENDP-216
Anthony Minessale [Fri, 1 May 2009 12:29:44 +0000 (12:29 +0000)] 
MODENDP-216

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13214 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoUpdate changelog through 4/29/2009 (r13208)
Michael Collins [Thu, 30 Apr 2009 23:28:36 +0000 (23:28 +0000)] 
Update changelog through 4/29/2009 (r13208)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13213 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoadd resume command to event socket and socket_resume variable
Anthony Minessale [Thu, 30 Apr 2009 22:45:46 +0000 (22:45 +0000)] 
add resume command to event socket and socket_resume variable

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13212 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agocheck for escape chars too
Rupa Schomaker [Thu, 30 Apr 2009 17:22:24 +0000 (17:22 +0000)] 
check for escape chars too

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13211 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoFSCORE-355
Anthony Minessale [Thu, 30 Apr 2009 14:02:24 +0000 (14:02 +0000)] 
FSCORE-355

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13210 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoFSCORE-359
Anthony Minessale [Thu, 30 Apr 2009 13:53:29 +0000 (13:53 +0000)] 
FSCORE-359

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13209 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agodocument dist-dtmf member flag
Traun Leyden [Thu, 30 Apr 2009 04:55:40 +0000 (04:55 +0000)] 
document dist-dtmf member flag

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13208 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoMODAPP-261
Anthony Minessale [Thu, 30 Apr 2009 04:20:22 +0000 (04:20 +0000)] 
MODAPP-261

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13207 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoMODAPP-268
Anthony Minessale [Thu, 30 Apr 2009 04:18:46 +0000 (04:18 +0000)] 
MODAPP-268

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13206 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agodoh
Anthony Minessale [Thu, 30 Apr 2009 02:45:12 +0000 (02:45 +0000)] 
doh

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13205 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoclean esl on make current
Anthony Minessale [Thu, 30 Apr 2009 02:20:25 +0000 (02:20 +0000)] 
clean esl on make current

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13204 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoadd experimental NDLB-connectile-dysfunction-2.0
Anthony Minessale [Thu, 30 Apr 2009 00:23:51 +0000 (00:23 +0000)] 
add experimental NDLB-connectile-dysfunction-2.0

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13203 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoadd experimental NDLB-connectile-dysfunction-2.0
Anthony Minessale [Thu, 30 Apr 2009 00:09:41 +0000 (00:09 +0000)] 
add experimental NDLB-connectile-dysfunction-2.0

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13202 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoadd experimental NDLB-connectile-dysfunction-2.0
Anthony Minessale [Wed, 29 Apr 2009 23:27:24 +0000 (23:27 +0000)] 
add experimental NDLB-connectile-dysfunction-2.0

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13201 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoadd experimental NDLB-connectile-dysfunction-2.0
Anthony Minessale [Wed, 29 Apr 2009 22:56:19 +0000 (22:56 +0000)] 
add experimental NDLB-connectile-dysfunction-2.0

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13200 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoadd experimental NDLB-connectile-dysfunction-2.0
Anthony Minessale [Wed, 29 Apr 2009 22:48:21 +0000 (22:48 +0000)] 
add experimental NDLB-connectile-dysfunction-2.0

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13199 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoadd experimental NDLB-connectile-dysfunction-2.0
Anthony Minessale [Wed, 29 Apr 2009 22:04:25 +0000 (22:04 +0000)] 
add experimental NDLB-connectile-dysfunction-2.0

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13198 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoadd experimental NDLB-connectile-dysfunction-2.0
Anthony Minessale [Wed, 29 Apr 2009 22:00:34 +0000 (22:00 +0000)] 
add experimental NDLB-connectile-dysfunction-2.0

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13197 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agodoh
Anthony Minessale [Wed, 29 Apr 2009 19:15:42 +0000 (19:15 +0000)] 
doh

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13196 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoprevent double free
Anthony Minessale [Wed, 29 Apr 2009 19:05:51 +0000 (19:05 +0000)] 
prevent double free

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13195 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoadd transfer action to caller-controls
Rupa Schomaker [Wed, 29 Apr 2009 18:49:59 +0000 (18:49 +0000)] 
add transfer action to caller-controls

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13194 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoadd show channels like %foo% (no % in the string implies wrapped in %, no spaces...
Anthony Minessale [Wed, 29 Apr 2009 17:35:49 +0000 (17:35 +0000)] 
add show channels like %foo% (no % in the string implies wrapped in %, no spaces allowed in match string

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13193 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agotoo many commas
Anthony Minessale [Wed, 29 Apr 2009 17:09:29 +0000 (17:09 +0000)] 
too many commas

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13192 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agodist-dtmf flag in conference
Anthony Minessale [Wed, 29 Apr 2009 17:07:51 +0000 (17:07 +0000)] 
dist-dtmf flag in conference

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13191 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agofix unint memory issue
Anthony Minessale [Wed, 29 Apr 2009 15:08:53 +0000 (15:08 +0000)] 
fix unint memory issue

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13190 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoupdate
Anthony Minessale [Wed, 29 Apr 2009 14:52:46 +0000 (14:52 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13189 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoupdate last commit
Anthony Minessale [Wed, 29 Apr 2009 04:15:52 +0000 (04:15 +0000)] 
update last commit

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13188 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoarbitrary notify
Anthony Minessale [Wed, 29 Apr 2009 03:37:30 +0000 (03:37 +0000)] 
arbitrary notify

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13187 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agofail over to default if desired stream is not found
Anthony Minessale [Wed, 29 Apr 2009 03:24:53 +0000 (03:24 +0000)] 
fail over to default if desired stream is not found

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13186 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agofail over to default if desired stream is not found
Anthony Minessale [Wed, 29 Apr 2009 03:23:26 +0000 (03:23 +0000)] 
fail over to default if desired stream is not found

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13185 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agofail over to default if desired stream is not found
Anthony Minessale [Wed, 29 Apr 2009 03:05:35 +0000 (03:05 +0000)] 
fail over to default if desired stream is not found

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13184 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agodoh
Anthony Minessale [Wed, 29 Apr 2009 01:00:47 +0000 (01:00 +0000)] 
doh

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13183 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoStings of files
Anthony Minessale [Tue, 28 Apr 2009 23:46:18 +0000 (23:46 +0000)] 
Stings of files

method 1 high level (core most funcs that use switch_ivr_playback)

Delimiter is set by a var which also enables the parser
<action application="set" data="playback_delimiter=!"/>
<action application="set" data="playback_sleep_val=500"/>
<action application="playback" data="/ram/sr8k.wav!/ram/swimp.wav"/>

method 2 low level (mod_file_string lower level code that uses direct file handles)

Delimiter is always !
<action application="playback" data="file_string:///ram/sr8k.wav!/ram/swimp.wav"/>

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13182 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoswitch_core.h doxygen update
Mathieu Rene [Tue, 28 Apr 2009 20:41:44 +0000 (20:41 +0000)] 
switch_core.h doxygen update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13181 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agofix typo in CALL_INFO/ALERT_INFO
Anthony Minessale [Tue, 28 Apr 2009 16:00:16 +0000 (16:00 +0000)] 
fix typo in CALL_INFO/ALERT_INFO

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13180 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoprevent div by zero
Anthony Minessale [Tue, 28 Apr 2009 15:32:37 +0000 (15:32 +0000)] 
prevent div by zero

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13179 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agofix win32 build
Anthony Minessale [Tue, 28 Apr 2009 15:11:38 +0000 (15:11 +0000)] 
fix win32 build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13178 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoupdate to snapshot spandsp-20090427
Michael Jerris [Tue, 28 Apr 2009 14:42:18 +0000 (14:42 +0000)] 
update to snapshot spandsp-20090427

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13177 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoFSCORE-357
Anthony Minessale [Tue, 28 Apr 2009 14:13:05 +0000 (14:13 +0000)] 
FSCORE-357

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13176 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agorevert
Anthony Minessale [Tue, 28 Apr 2009 12:39:36 +0000 (12:39 +0000)] 
revert

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13175 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoMODENDP-215
Anthony Minessale [Tue, 28 Apr 2009 03:58:37 +0000 (03:58 +0000)] 
MODENDP-215

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13174 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoparse out alert-info and call-info from infos
Anthony Minessale [Mon, 27 Apr 2009 23:36:03 +0000 (23:36 +0000)] 
parse out alert-info and call-info from infos

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13173 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoupdate changelog through april 26, 2009 (r13159)
Michael Collins [Mon, 27 Apr 2009 18:38:54 +0000 (18:38 +0000)] 
update changelog through april 26, 2009 (r13159)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13172 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoadd changelog items since 1.0.3 through r13139 (part deux)
Michael Collins [Mon, 27 Apr 2009 18:29:14 +0000 (18:29 +0000)] 
add changelog items since 1.0.3 through r13139 (part deux)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13171 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoadd changelog items since 1.0.3 through r13139
Michael Collins [Mon, 27 Apr 2009 18:24:07 +0000 (18:24 +0000)] 
add changelog items since 1.0.3 through r13139

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13170 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoadd contact lookup for lazy ppl
Brian West [Mon, 27 Apr 2009 18:18:29 +0000 (18:18 +0000)] 
add contact lookup for lazy ppl

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13169 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agosend content len with body in esl sendevent
Anthony Minessale [Mon, 27 Apr 2009 18:02:44 +0000 (18:02 +0000)] 
send content len with body in esl sendevent

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13168 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoFSCORE-357
Anthony Minessale [Mon, 27 Apr 2009 17:45:04 +0000 (17:45 +0000)] 
FSCORE-357

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13167 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agokeep presence up to date
Anthony Minessale [Mon, 27 Apr 2009 17:31:34 +0000 (17:31 +0000)] 
keep presence up to date

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13166 d0543943-73ff-0310-b7d9-9358b9ac24b2

17 years agoMODFORM-27
Mathieu Rene [Mon, 27 Apr 2009 17:27:20 +0000 (17:27 +0000)] 
MODFORM-27

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13165 d0543943-73ff-0310-b7d9-9358b9ac24b2