]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
16 years agoreset error counter on success
Anthony Minessale [Thu, 30 Jul 2009 01:27:28 +0000 (01:27 +0000)] 
reset error counter on success

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@786 a93c3328-9c30-0410-af19-c9cd2b2d52af

16 years agowhoops
Michael Jerris [Thu, 30 Jul 2009 00:35:53 +0000 (00:35 +0000)] 
whoops

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

16 years agoDelete subclass reservations on unload
Andrew Thompson [Wed, 29 Jul 2009 23:18:38 +0000 (23:18 +0000)] 
Delete subclass reservations on unload

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

16 years agoDon't make channels stuck
Andrew Thompson [Wed, 29 Jul 2009 23:16:32 +0000 (23:16 +0000)] 
Don't make channels stuck

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

16 years agoCleanup after outbound sessions that exit before the call hangs up
Andrew Thompson [Wed, 29 Jul 2009 23:13:02 +0000 (23:13 +0000)] 
Cleanup after outbound sessions that exit before the call hangs up

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

16 years agofix build warnings
Michael Jerris [Wed, 29 Jul 2009 23:11:03 +0000 (23:11 +0000)] 
fix build warnings

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

16 years agomod_sofia: add sofia_gateway_data api
Mathieu Rene [Wed, 29 Jul 2009 22:48:43 +0000 (22:48 +0000)] 
mod_sofia: add sofia_gateway_data api

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

16 years agofix windows build
Michael Jerris [Wed, 29 Jul 2009 22:33:44 +0000 (22:33 +0000)] 
fix windows build

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

16 years agoavoid grouchy compilers
Michael Jerris [Wed, 29 Jul 2009 21:41:04 +0000 (21:41 +0000)] 
avoid grouchy compilers

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

16 years agofix segfaults
Michael Jerris [Wed, 29 Jul 2009 21:30:05 +0000 (21:30 +0000)] 
fix segfaults

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

16 years agoskypiax: changed skypiax.conf.xml to be less confusing (now interface_name != skype_u...
Giovanni Maruzzelli [Wed, 29 Jul 2009 20:38:58 +0000 (20:38 +0000)] 
skypiax: changed skypiax.conf.xml to be less confusing (now interface_name != skype_username)

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

16 years agoskypiax: README now redirects to wiki page
Giovanni Maruzzelli [Wed, 29 Jul 2009 20:13:46 +0000 (20:13 +0000)] 
skypiax: README now redirects to wiki page

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

16 years ago reuse of vars, using differnet vars for each now so that ip isn't always defined
Brian West [Wed, 29 Jul 2009 19:39:28 +0000 (19:39 +0000)] 
 reuse of vars, using differnet vars for each now so that ip isn't always defined

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

16 years agoThanks jlenk for showing me boolean logic isn't that hard
Michael Giagnocavo [Wed, 29 Jul 2009 19:22:43 +0000 (19:22 +0000)] 
Thanks jlenk for showing me boolean logic isn't that hard

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

16 years agoProperly shortcircuit regex
Michael Giagnocavo [Wed, 29 Jul 2009 19:15:00 +0000 (19:15 +0000)] 
Properly shortcircuit regex

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

16 years agocrank up max conns
Anthony Minessale [Wed, 29 Jul 2009 18:41:21 +0000 (18:41 +0000)] 
crank up max conns

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

16 years agoskypiax: switch_xml_free() the configuration if module failed to load, because otherw...
Giovanni Maruzzelli [Wed, 29 Jul 2009 18:32:33 +0000 (18:32 +0000)] 
skypiax: switch_xml_free() the configuration if module failed to load, because otherwise reloadxml will stuck forever (reported by Seven Du)

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

16 years agoskypiax: now interprets correctly the_interface whichever it is: interface_id, interf...
Giovanni Maruzzelli [Wed, 29 Jul 2009 15:43:04 +0000 (15:43 +0000)] 
skypiax: now interprets correctly the_interface whichever it is: interface_id, interface_name, skype_username. And reload works too :-)

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

16 years agoskypiax: patch from Carlos Talbot, interface is a reserved word on Windows VC++
Giovanni Maruzzelli [Wed, 29 Jul 2009 15:14:06 +0000 (15:14 +0000)] 
skypiax: patch from Carlos Talbot, interface is a reserved word on Windows VC++

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

16 years agoskypiax: cosmetics
Giovanni Maruzzelli [Wed, 29 Jul 2009 11:46:23 +0000 (11:46 +0000)] 
skypiax: cosmetics

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

16 years agoskypiax: fixed crash when you set an interface as 'sk' console, then remove the inter...
Giovanni Maruzzelli [Wed, 29 Jul 2009 11:07:46 +0000 (11:07 +0000)] 
skypiax: fixed crash when you set an interface as 'sk' console, then remove the interface, then use the 'sk' command to send a message to the API (it try to use a non-existing interface)

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

16 years agoskypiax: patch from Seven Du for hunting IDLE channels in a round-robin way (RR inter...
Giovanni Maruzzelli [Wed, 29 Jul 2009 09:08:31 +0000 (09:08 +0000)] 
skypiax: patch from Seven Du for hunting IDLE channels in a round-robin way (RR interface vs ANY interface). patch from Seven Du for removing interface as #'interface_id' and #'interface_name'. gmaruzz (meh) patch interface_remove() not to alter the global 'running' variable (it would cause all running signaling and API thread to exit) but to use a newly added tech_pvt->running variable. Also, changed behavior of interface_exists() for correct identification when using #interface_name and #interface_id. PLEASE TEST IT HEAVILY

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

16 years agoBe safe; use parameters. Detect bad ODBC drivers and refuse to load.
Michael Giagnocavo [Wed, 29 Jul 2009 08:32:20 +0000 (08:32 +0000)] 
Be safe; use parameters. Detect bad ODBC drivers and refuse to load.

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

16 years agoRemove binaries for managed examples
Michael Giagnocavo [Wed, 29 Jul 2009 06:00:15 +0000 (06:00 +0000)] 
Remove binaries for managed examples

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

16 years agoAdd some default security
Michael Giagnocavo [Wed, 29 Jul 2009 04:39:14 +0000 (04:39 +0000)] 
Add some default security

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

16 years agoFirst pass at F# easyroute; appears to work on Windows and Linux
Michael Giagnocavo [Wed, 29 Jul 2009 02:18:57 +0000 (02:18 +0000)] 
First pass at F# easyroute; appears to work on Windows and Linux

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

16 years agoMore robust loading; make demo more clear
Michael Giagnocavo [Wed, 29 Jul 2009 02:08:47 +0000 (02:08 +0000)] 
More robust loading; make demo more clear

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

16 years ago swigall
Brian West [Tue, 28 Jul 2009 23:54:18 +0000 (23:54 +0000)] 
 swigall

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

16 years agomod_limit: Avoiding segfault
Mathieu Rene [Tue, 28 Jul 2009 20:43:45 +0000 (20:43 +0000)] 
mod_limit: Avoiding segfault

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

16 years agomod_limit: fix usage and argument list length
Mathieu Rene [Tue, 28 Jul 2009 20:31:36 +0000 (20:31 +0000)] 
mod_limit: fix usage and argument list length

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

16 years agomod_limit: Refactor and add limit_hash_execute application (see wiki)
Mathieu Rene [Tue, 28 Jul 2009 20:19:01 +0000 (20:19 +0000)] 
mod_limit: Refactor and add limit_hash_execute application (see wiki)

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

16 years agoset default resample quality to 2
Anthony Minessale [Tue, 28 Jul 2009 18:50:33 +0000 (18:50 +0000)] 
set default resample quality to 2

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

16 years agoCall entrypoint on scripts so they can perform initialization
Michael Giagnocavo [Tue, 28 Jul 2009 18:45:47 +0000 (18:45 +0000)] 
Call entrypoint on scripts so they can perform initialization

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

16 years agoswitch_core_session_execute_exten: fix missing UNPROTECT_INTERFACE
Mathieu Rene [Tue, 28 Jul 2009 18:33:18 +0000 (18:33 +0000)] 
switch_core_session_execute_exten: fix missing UNPROTECT_INTERFACE

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

16 years agocore: add switch_sockaddr_equal (LBAPR-3)
Michael Jerris [Tue, 28 Jul 2009 16:03:45 +0000 (16:03 +0000)] 
core: add switch_sockaddr_equal (LBAPR-3)

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

16 years agomod_voicemail: fix isten to the msg again option after pressing # to stop info msg...
Michael Jerris [Tue, 28 Jul 2009 01:57:34 +0000 (01:57 +0000)] 
mod_voicemail: fix isten to the msg again option after pressing # to stop info msg (MODAPP-316)

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

16 years agoUpdate ChangeLog through SVN r14393
Michael Collins [Tue, 28 Jul 2009 00:10:30 +0000 (00:10 +0000)] 
Update ChangeLog through SVN r14393

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

16 years agoupdate
Anthony Minessale [Mon, 27 Jul 2009 23:48:52 +0000 (23:48 +0000)] 
update

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@785 a93c3328-9c30-0410-af19-c9cd2b2d52af

16 years agoupdate
Anthony Minessale [Mon, 27 Jul 2009 23:48:52 +0000 (23:48 +0000)] 
update

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@785 a93c3328-9c30-0410-af19-c9cd2b2d52af

16 years agoDon't assume valid uuids are exactly 36 characters long
Andrew Thompson [Mon, 27 Jul 2009 23:37:45 +0000 (23:37 +0000)] 
Don't assume valid uuids are exactly 36 characters long

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

16 years agoadd unit test
Anthony Minessale [Mon, 27 Jul 2009 23:19:41 +0000 (23:19 +0000)] 
add unit test

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@784 a93c3328-9c30-0410-af19-c9cd2b2d52af

16 years agoadd unit test
Anthony Minessale [Mon, 27 Jul 2009 23:19:41 +0000 (23:19 +0000)] 
add unit test

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@784 a93c3328-9c30-0410-af19-c9cd2b2d52af

16 years agotweak
Anthony Minessale [Mon, 27 Jul 2009 23:18:47 +0000 (23:18 +0000)] 
tweak

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@783 a93c3328-9c30-0410-af19-c9cd2b2d52af

16 years agotweak
Anthony Minessale [Mon, 27 Jul 2009 23:18:47 +0000 (23:18 +0000)] 
tweak

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@783 a93c3328-9c30-0410-af19-c9cd2b2d52af

16 years agomod_voicemail: allow to skip the info section of a message by pressing a key (MODAPP...
Michael Jerris [Mon, 27 Jul 2009 20:46:05 +0000 (20:46 +0000)] 
mod_voicemail: allow to skip the info section of a message by pressing a key (MODAPP-314)

<!--<param name="skip-info-key" value=""/>-->

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

16 years agomod_voicemail: allow Voicemail FF REW key to have configurable millisec interval...
Michael Jerris [Mon, 27 Jul 2009 19:05:59 +0000 (19:05 +0000)] 
mod_voicemail: allow Voicemail FF REW key to have configurable millisec interval AND allow REW to limit at the begining of the recording. (MODAPP-311)

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

16 years agomod_native_file: add fh->pos setting (MODFORM-34)
Michael Jerris [Mon, 27 Jul 2009 18:54:27 +0000 (18:54 +0000)] 
mod_native_file: add fh->pos setting (MODFORM-34)

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

16 years agoPrecompiled mod_managed
Michael Giagnocavo [Mon, 27 Jul 2009 18:45:48 +0000 (18:45 +0000)] 
Precompiled mod_managed

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

16 years agomod_voicemail: add option to move to next and previous message(MODAPP-313)
Michael Jerris [Mon, 27 Jul 2009 18:44:30 +0000 (18:44 +0000)] 
mod_voicemail: add option to move to next and previous message(MODAPP-313)

      <!--<param name="previous-message-key" value=""/>-->
      <!--<param name="previous-message-key" value=""/>-->

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

16 years ago do not doubt myself next time
Brian West [Mon, 27 Jul 2009 18:00:26 +0000 (18:00 +0000)] 
 do not doubt myself next time

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

16 years ago doh, brain fart
Brian West [Mon, 27 Jul 2009 17:59:25 +0000 (17:59 +0000)] 
 doh, brain fart

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

16 years ago doh fix this cuz its 1-23 on hours..
Brian West [Mon, 27 Jul 2009 17:57:24 +0000 (17:57 +0000)] 
 doh fix this cuz its 1-23 on hours..

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

16 years ago minute is 0-59 not 1-60
Brian West [Mon, 27 Jul 2009 17:47:02 +0000 (17:47 +0000)] 
 minute is 0-59 not 1-60

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

16 years ago doc new tod routing on conditions
Brian West [Mon, 27 Jul 2009 17:25:59 +0000 (17:25 +0000)] 
 doc new tod routing on conditions

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

16 years agomod_voicemail: Flush DTMF Before Tone (MODAPP-312)
Michael Jerris [Mon, 27 Jul 2009 17:06:39 +0000 (17:06 +0000)] 
mod_voicemail: Flush DTMF Before Tone (MODAPP-312)

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

16 years agoadd min of day to time rules
Anthony Minessale [Mon, 27 Jul 2009 17:03:12 +0000 (17:03 +0000)] 
add min of day to time rules

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

16 years agoadd min of day to time rules
Anthony Minessale [Mon, 27 Jul 2009 16:59:32 +0000 (16:59 +0000)] 
add min of day to time rules

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

16 years agomod_sndfile: update pos on the file handle on reads (MODFORM-33)
Michael Jerris [Mon, 27 Jul 2009 16:25:41 +0000 (16:25 +0000)] 
mod_sndfile:  update pos on the file handle on reads (MODFORM-33)

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

16 years agofix patch from (MODENDP-231)
Michael Jerris [Mon, 27 Jul 2009 16:18:16 +0000 (16:18 +0000)] 
fix patch from (MODENDP-231)

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

16 years agoskypiax: indent -gnu -ts4 -br -brs -cdw -lp -ce -nbfda -npcs -nprs -npsl -nbbo -saf...
Giovanni Maruzzelli [Mon, 27 Jul 2009 15:56:07 +0000 (15:56 +0000)] 
skypiax: indent -gnu -ts4 -br -brs -cdw -lp -ce -nbfda -npcs -nprs -npsl -nbbo -saf -sai -saw -cs -bbo -nhnl -nut -sob -l90

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

16 years agoskypiax: cosmetics
Giovanni Maruzzelli [Mon, 27 Jul 2009 15:51:03 +0000 (15:51 +0000)] 
skypiax: cosmetics

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

16 years ago FSCORE-405
Brian West [Mon, 27 Jul 2009 14:31:47 +0000 (14:31 +0000)] 
 FSCORE-405

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

16 years agoskypiax: manage the 'WAITING_REDIAL_COMMAND' call status message (skypeout: remote...
Giovanni Maruzzelli [Mon, 27 Jul 2009 13:12:12 +0000 (13:12 +0000)] 
skypiax: manage the 'WAITING_REDIAL_COMMAND' call status message (skypeout: remote PSTN party has rejected us, our outbound call is failed)

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

16 years agoskypiax: manage the 'BUSY' call status message (skypeout: remote PSTN party is busy...
Giovanni Maruzzelli [Mon, 27 Jul 2009 12:53:06 +0000 (12:53 +0000)] 
skypiax: manage the 'BUSY' call status message (skypeout: remote PSTN party is busy, our outbound call is failed)

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

16 years agoskypiax: compiles and run (very well indeed, very short latency) on Windoz
Giovanni Maruzzelli [Mon, 27 Jul 2009 09:37:06 +0000 (09:37 +0000)] 
skypiax: compiles and run (very well indeed, very short latency) on Windoz

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

16 years agoskypiax: let's drain the audiopipe to empty, each time we read from it. This avoid...
Giovanni Maruzzelli [Mon, 27 Jul 2009 09:08:28 +0000 (09:08 +0000)] 
skypiax: let's drain the audiopipe to empty, each time we read from it. This avoid accumulation of unread samples in the pipe buffer (was cause of delays?). Anyway, now latency is lower. Let's check if it breaks on windoz

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

16 years ago revert this cuz its WRONG.
Brian West [Mon, 27 Jul 2009 02:30:15 +0000 (02:30 +0000)] 
 revert this cuz its WRONG.

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

16 years agoskypiax: patch from Muhammad Shahzad for adding and removing interfaces on the fly...
Giovanni Maruzzelli [Sun, 26 Jul 2009 23:45:27 +0000 (23:45 +0000)] 
skypiax: patch from Muhammad Shahzad for adding and removing interfaces on the fly: It basically adds two sk commands, sk reload => this re-reads Skypiax configuration file skypiax.conf.xml and adds ONLY new interfaces it found in conf. All existing interfaces are not touched. sk remove <skype-user> => this remove skypiax interface associated with given Skype user account, if it is idle.

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

16 years agoOops. Here's the actual new mod_managed files
Michael Giagnocavo [Sun, 26 Jul 2009 16:31:03 +0000 (16:31 +0000)] 
Oops. Here's the actual new mod_managed files

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

16 years agoDeleting old plugin classes - backcompat is broken
Michael Giagnocavo [Sun, 26 Jul 2009 07:08:51 +0000 (07:08 +0000)] 
Deleting old plugin classes - backcompat is broken

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

16 years agoNew mod_managed with multi-appdomain (reloading) and scripting support
Michael Giagnocavo [Sun, 26 Jul 2009 07:01:48 +0000 (07:01 +0000)] 
New mod_managed with multi-appdomain (reloading) and scripting support

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

16 years agoskypiax: fixed Visual Studio project, now compiles on Release too
Giovanni Maruzzelli [Sat, 25 Jul 2009 20:36:08 +0000 (20:36 +0000)] 
skypiax: fixed Visual Studio project, now compiles on Release too

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

16 years agoSync up freeswitch.erl
Andrew Thompson [Sat, 25 Jul 2009 18:53:34 +0000 (18:53 +0000)] 
Sync up freeswitch.erl

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

16 years agoAdd support for sending CUSTOM events with a subclass
Andrew Thompson [Sat, 25 Jul 2009 18:25:13 +0000 (18:25 +0000)] 
Add support for sending CUSTOM events with a subclass

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

16 years agoOooops!
Giovanni Maruzzelli [Sat, 25 Jul 2009 15:28:25 +0000 (15:28 +0000)] 
Oooops!

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

16 years agoskypiax: added configs/windows-service directory, contains batch files needed to...
Giovanni Maruzzelli [Sat, 25 Jul 2009 15:20:43 +0000 (15:20 +0000)] 
skypiax: added configs/windows-service directory, contains batch files needed to start skype instances as service, and then start FreeSwitch

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

16 years agoupdaete sounds version for packages
Michael Jerris [Fri, 24 Jul 2009 23:50:01 +0000 (23:50 +0000)] 
updaete sounds version for packages

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

16 years agofix rpm build errors
Michael Jerris [Fri, 24 Jul 2009 23:16:05 +0000 (23:16 +0000)] 
fix rpm build errors

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

16 years agofix celt path and add freeswitch.pkg_deps.sh from FSBUILD-176
Michael Jerris [Fri, 24 Jul 2009 23:07:52 +0000 (23:07 +0000)] 
fix celt path and add freeswitch.pkg_deps.sh from FSBUILD-176

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

16 years agoline endings
Michael Jerris [Fri, 24 Jul 2009 22:46:35 +0000 (22:46 +0000)] 
line endings

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

16 years agomod_event_socket: sendevent Fire events with correct event-name and subclass (MODEVEN...
Michael Jerris [Fri, 24 Jul 2009 20:13:36 +0000 (20:13 +0000)] 
mod_event_socket: sendevent Fire events with correct event-name and subclass (MODEVENT-41)

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

16 years agomod_sofia: Optionally rewrite fs_path element of sip contact string on multicasted...
Michael Jerris [Fri, 24 Jul 2009 19:34:32 +0000 (19:34 +0000)] 
mod_sofia: Optionally rewrite fs_path element of sip contact string on multicasted registrations (MODENDP-231)

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

16 years agouse FREESWITCH_OPTS env var to hold a string of desired command line switches
Anthony Minessale [Fri, 24 Jul 2009 18:20:37 +0000 (18:20 +0000)] 
use FREESWITCH_OPTS env var to hold a string of desired command line switches

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

16 years agomod_say_en: tweak grammar (MODAPP-310)
Michael Jerris [Fri, 24 Jul 2009 18:04:35 +0000 (18:04 +0000)] 
mod_say_en: tweak grammar (MODAPP-310)

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

16 years agoconfig: remove unused param comfort-noise-level from default conference config file...
Michael Jerris [Fri, 24 Jul 2009 17:58:18 +0000 (17:58 +0000)] 
config: remove unused param comfort-noise-level from default conference config file (MODAPP-299)

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

16 years agomod_xml_rpc: add virtual-host (default to true) and default-domain params (MDXMLINT-45)
Michael Jerris [Fri, 24 Jul 2009 17:39:12 +0000 (17:39 +0000)] 
mod_xml_rpc: add virtual-host (default to true) and default-domain params (MDXMLINT-45)

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

16 years agoMODAPP-307 - support http post in mod_curl
Rupa Schomaker [Fri, 24 Jul 2009 17:06:22 +0000 (17:06 +0000)] 
MODAPP-307 - support http post in mod_curl

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

16 years agoselect on write for openzap to avoid overrun on the td, channel
Anthony Minessale [Fri, 24 Jul 2009 16:01:33 +0000 (16:01 +0000)] 
select on write for openzap to avoid overrun on the td, channel

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@782 a93c3328-9c30-0410-af19-c9cd2b2d52af

16 years agoselect on write for openzap to avoid overrun on the td, channel
Anthony Minessale [Fri, 24 Jul 2009 16:01:33 +0000 (16:01 +0000)] 
select on write for openzap to avoid overrun on the td, channel

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@782 a93c3328-9c30-0410-af19-c9cd2b2d52af

16 years ago SFSIP-168 missing ,
Brian West [Fri, 24 Jul 2009 15:56:23 +0000 (15:56 +0000)] 
 SFSIP-168 missing ,

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

16 years ago SFSIP-168
Brian West [Fri, 24 Jul 2009 15:55:36 +0000 (15:55 +0000)] 
 SFSIP-168

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

16 years ago part 2 of (SFSIP-167)
Brian West [Fri, 24 Jul 2009 15:07:16 +0000 (15:07 +0000)] 
 part 2 of (SFSIP-167)

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

16 years ago doh these are backwards. (SFSIP-167)
Brian West [Fri, 24 Jul 2009 14:33:46 +0000 (14:33 +0000)] 
 doh these are backwards. (SFSIP-167)

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

16 years agoskypiax: compiles AND links on windows ;-)
Giovanni Maruzzelli [Fri, 24 Jul 2009 14:22:38 +0000 (14:22 +0000)] 
skypiax: compiles AND links on windows ;-)

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

16 years agomod_xml_cdr: use switch_true instead of atoi
Mathieu Rene [Fri, 24 Jul 2009 14:03:42 +0000 (14:03 +0000)] 
mod_xml_cdr: use switch_true instead of atoi

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

16 years agoskypiax: compiles on windows
Giovanni Maruzzelli [Fri, 24 Jul 2009 14:03:23 +0000 (14:03 +0000)] 
skypiax: compiles on windows

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

16 years agoskypiax: lot of changes to allow for the usage of multiple instances of the same...
Giovanni Maruzzelli [Fri, 24 Jul 2009 13:36:43 +0000 (13:36 +0000)] 
skypiax: lot of changes to allow for the usage of multiple instances of the same skype username, eg: 10 instances of skypename 'Bob' and 10 instances of skypename 'alice'. Horrible hacks for deciding which instance answer an incoming call, which busy instance will transfer to another and when, etc... ;-) Let's hope it does not breaks havoc...

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

16 years agoskypiax: updated config files and skype clients starting script
Giovanni Maruzzelli [Fri, 24 Jul 2009 13:34:03 +0000 (13:34 +0000)] 
skypiax: updated config files and skype clients starting script

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

16 years agoskypiax: updated config files and skype clients starting script
Giovanni Maruzzelli [Fri, 24 Jul 2009 13:31:19 +0000 (13:31 +0000)] 
skypiax: updated config files and skype clients starting script

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

16 years agoskypiax: added directory 'configs/multiple-instance-same-skype-username', contains...
Giovanni Maruzzelli [Fri, 24 Jul 2009 13:22:43 +0000 (13:22 +0000)] 
skypiax: added directory 'configs/multiple-instance-same-skype-username', contains configuration file and script to launch Skype clients with multiple instances of the same skype user, eg: 10 instances of skypename 'Bob' and 10 instances of skypename 'alice'

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