Commit Graph

10352 Commits

Author SHA1 Message Date
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
Anthony Minessale a82f383713 prevent div by zero
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13179 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-28 15:32:37 +00:00
Anthony Minessale 4ce06aa5d1 fix win32 build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13178 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-28 15:11:38 +00:00
Michael Jerris a802976818 update to snapshot spandsp-20090427
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13177 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-28 14:42:18 +00:00
Anthony Minessale 9355013017 FSCORE-357
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13176 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-28 14:13:05 +00:00
Anthony Minessale 2728d24763 revert
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13175 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-28 12:39:36 +00:00
Anthony Minessale 9441425ef0 MODENDP-215
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13174 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-28 03:58:37 +00:00
Anthony Minessale bab2f0bcf5 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
2009-04-27 23:36:03 +00:00
Michael Collins 7e2b961ecb update changelog through april 26, 2009 (r13159)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13172 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-27 18:38:54 +00:00
Michael Collins 483c2d0a2d 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
2009-04-27 18:29:14 +00:00
Michael Collins 1749e05096 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
2009-04-27 18:24:07 +00:00
Brian West 0b20cf90c5 add contact lookup for lazy ppl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13169 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-27 18:18:29 +00:00
Anthony Minessale 78771b6cbc send content len with body in esl sendevent
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13168 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-27 18:02:44 +00:00
Anthony Minessale e7470e882c FSCORE-357
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13167 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-27 17:45:04 +00:00
Anthony Minessale b9dea85eb7 keep presence up to date
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13166 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-27 17:31:34 +00:00
Mathieu Rene 580b7818a3 MODFORM-27
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13165 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-27 17:27:20 +00:00
Anthony Minessale b51345932c clean up presence function
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13164 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-27 15:52:34 +00:00
Mathieu Rene e58f6afa6f FSCORE-356
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13163 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-27 15:51:19 +00:00
Anthony Minessale 07c6022ef7 add loopback_bowout variable (set to false to skip auto-bowout)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13162 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-27 14:15:55 +00:00
Anthony Minessale 6cdb09ddb5 auto-sync idle timers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13161 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-27 14:14:42 +00:00
Mathieu Rene b27dbfd24c Add make to apt prereqs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13160 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-27 13:14:51 +00:00
Anthony Minessale f28bfb149c update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13159 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-27 03:07:55 +00:00
Anthony Minessale 6f7e34abc3 make a little more optimal
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13158 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-27 02:04:48 +00:00
Anthony Minessale 9359be6758 drop excess frames on loopback channel
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13157 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-26 22:10:28 +00:00
Anthony Minessale e4117136fc drop excess frames on loopback channel
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13156 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-26 22:10:05 +00:00
Buklov Boris Vladimirovich 972fe26b49 fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13155 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-26 20:11:33 +00:00
Anthony Minessale 10590b43b4 fix keys
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13154 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-26 15:44:55 +00:00
Brian West 60e8dcd6b7 remove invalid options from profiles
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13153 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-26 15:06:13 +00:00
Anthony Minessale 376754e4d1 when they want to waste they mean it
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13152 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-26 14:39:03 +00:00
Anthony Minessale 2ae88375cd init buffer
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13151 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-25 22:10:40 +00:00
Michael Jerris 6580062daa use in tree libtiff for msvc build and fix some header generation checks.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13150 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-25 20:46:38 +00:00
Michael Jerris edf6ac2393 remove generated file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13149 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-25 20:15:18 +00:00
Stefan Knoblich 9611486742 Disable suncc visibility completely, still too many problems
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13148 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-25 18:10:27 +00:00
Anthony Minessale 185cea3bc7 make mod_loopback render silence to prevent livelock
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13147 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-25 17:03:04 +00:00
Anthony Minessale 61e9cb9999 pass flush indications across to the b leg
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13146 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-25 14:17:39 +00:00
Anthony Minessale 5adbb63da1 MODAPP-177 you can also now unload and reload mod_voicemail
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13145 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-25 14:16:32 +00:00
Anthony Minessale a453609b38 add record_waste_resources channel variable to send blank audio during recording to shut up whiny sip providers for the guys on the list
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13144 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-25 13:05:39 +00:00
Brian West c6d372dce2 MODENDP-214 thanks david, hope to see you at cluecon
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13141 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-24 22:49:35 +00:00
Michael Jerris 44baede5d6 mod_commands: if no bind ip specified for stun fsapi command, use the guess ip.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13140 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-24 15:08:31 +00:00
Anthony Minessale d505cec790 send-message-query-on-register profile param, set it to false to disable default of true
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13139 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-24 14:33:54 +00:00
Anthony Minessale 30c833caf4 message-query-exact-match global param in settings section of voicemail to assume profile names match domain names
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13138 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-24 14:27:19 +00:00
Michael Jerris adac2c0651 add "stun" fsapi command
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13137 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-23 23:07:46 +00:00
Michael Jerris 1f6f250419 error checking
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13136 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-23 20:05:45 +00:00
Anthony Minessale 01511a3592 add mute-detect flag to conference
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13135 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-23 17:53:51 +00:00
Anthony Minessale e6e5fde3b0 fix auto-restart on disconnect
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13134 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-23 15:54:47 +00:00
Anthony Minessale 2ffd15aefd grr
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13133 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-23 14:47:07 +00:00
Buklov Boris Vladimirovich cf9b5e6bec add 1xx.wav
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13132 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-23 13:44:10 +00:00