Commit Graph

10598 Commits

Author SHA1 Message Date
Anthony Minessale ad0aaa6dd5 fix mem corruption on failed register
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13230 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-04 21:48:10 +00:00
Anthony Minessale d548de40cc fix mem corruption on failed register
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13229 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-04 21:41:42 +00:00
Mathieu Rene affd0c8446 Make { } vars take precedence over channel variables
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13228 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-04 20:43:09 +00:00
Mathieu Rene 578aa78e2b 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
2009-05-04 19:56:46 +00:00
Anthony Minessale a4a82b2a15 MODENDP-217
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13226 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-04 14:36:11 +00:00
Anthony Minessale 4a75028229 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
2009-05-04 14:09:32 +00:00
Rupa Schomaker 546c94cc8d 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
2009-05-04 13:42:52 +00:00
Brian West 1fd1d7706a remove accidental commit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13223 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-03 15:33:48 +00:00
Anthony Minessale 5267d785ed refactor resampling in mod_local_stream
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13222 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-03 03:15:42 +00:00
Anthony Minessale b25d511cd3 tweak log messages
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13220 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-02 00:58:51 +00:00
Anthony Minessale fae50b4197 prevent buffer destroy race
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13219 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-01 21:31:16 +00:00
Rupa Schomaker e9c8418a89 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
2009-05-01 16:22:36 +00:00
Anthony Minessale b4a30ae134 ESL-12
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13217 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-01 15:00:31 +00:00
Rupa Schomaker 3e220c9565 add execute_application to custom controls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13216 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-01 13:13:44 +00:00
Anthony Minessale 6b1e2b2a83 MODAPP-269
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13215 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-01 12:32:44 +00:00
Anthony Minessale 0c8d839bd6 MODENDP-216
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13214 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-01 12:29:44 +00:00
Michael Collins 27861f29b5 Update changelog through 4/29/2009 (r13208)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13213 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-30 23:28:36 +00:00
Anthony Minessale 0b66681f10 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
2009-04-30 22:45:46 +00:00
Rupa Schomaker 652e4b7e31 check for escape chars too
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13211 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-30 17:22:24 +00:00
Anthony Minessale 48fcd82905 FSCORE-355
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13210 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-30 14:02:24 +00:00
Anthony Minessale 2c0fe2dc9c FSCORE-359
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13209 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-30 13:53:29 +00:00
Traun Leyden 0d1572607b document dist-dtmf member flag
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13208 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-30 04:55:40 +00:00
Anthony Minessale d624e70a54 MODAPP-261
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13207 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-30 04:20:22 +00:00
Anthony Minessale 04ff045b5d MODAPP-268
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13206 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-30 04:18:46 +00:00
Anthony Minessale 8ca5a7aee8 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13205 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-30 02:45:12 +00:00
Anthony Minessale f540036135 clean esl on make current
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13204 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-30 02:20:25 +00:00
Anthony Minessale 7f49ba5c86 add experimental NDLB-connectile-dysfunction-2.0
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13203 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-30 00:23:51 +00:00
Anthony Minessale 64309ce319 add experimental NDLB-connectile-dysfunction-2.0
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13202 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-30 00:09:41 +00:00
Anthony Minessale 20ea922f73 add experimental NDLB-connectile-dysfunction-2.0
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13201 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-29 23:27:24 +00:00
Anthony Minessale 40f422d1c6 add experimental NDLB-connectile-dysfunction-2.0
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13200 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-29 22:56:19 +00:00
Anthony Minessale b7fe59d2f6 add experimental NDLB-connectile-dysfunction-2.0
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13199 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-29 22:48:21 +00:00
Anthony Minessale 4b726da006 add experimental NDLB-connectile-dysfunction-2.0
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13198 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-29 22:04:25 +00:00
Anthony Minessale fd4d83b7c2 add experimental NDLB-connectile-dysfunction-2.0
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13197 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-29 22:00:34 +00:00
Anthony Minessale c078e1e43e doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13196 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-29 19:15:42 +00:00
Anthony Minessale eae616ef40 prevent double free
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13195 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-29 19:05:51 +00:00
Rupa Schomaker 41f7e28468 add transfer action to caller-controls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13194 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-29 18:49:59 +00:00
Anthony Minessale b1839f53c9 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
2009-04-29 17:35:49 +00:00
Anthony Minessale b45242d8f6 too many commas
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13192 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-29 17:09:29 +00:00
Anthony Minessale ffe5fde0b5 dist-dtmf flag in conference
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13191 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-29 17:07:51 +00:00
Anthony Minessale 4ef0633663 fix unint memory issue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13190 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-29 15:08:53 +00:00
Anthony Minessale 69f05027db update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13189 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-29 14:52:46 +00:00
Anthony Minessale a821ad30f5 update last commit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13188 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-29 04:15:52 +00:00
Anthony Minessale 1fa1e961e4 arbitrary notify
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13187 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-29 03:37:30 +00:00
Anthony Minessale 5078cdb0f6 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
2009-04-29 03:24:53 +00:00
Anthony Minessale d8e65abe8f 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
2009-04-29 03:23:26 +00:00
Anthony Minessale c66dc3de19 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
2009-04-29 03:05:35 +00:00
Anthony Minessale 6704139f65 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13183 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-29 01:00:47 +00:00
Anthony Minessale e223c655b8 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
2009-04-28 23:46:18 +00:00
Mathieu Rene b266da15a4 switch_core.h doxygen update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13181 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-28 20:41:44 +00:00
Anthony Minessale ffeef2e5cc fix typo in CALL_INFO/ALERT_INFO
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13180 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-28 16:00:16 +00:00