]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
19 years agocleanups: duplicate declarations, shadowed global names, extra paramaters, and consti...
Michael Jerris [Wed, 14 Feb 2007 03:24:20 +0000 (03:24 +0000)] 
cleanups: duplicate declarations, shadowed global names, extra paramaters, and constifications.

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

19 years agoconstification for switch_core_hash_find and switch_event_create_subclass
Michael Jerris [Wed, 14 Feb 2007 03:22:43 +0000 (03:22 +0000)] 
constification for switch_core_hash_find and switch_event_create_subclass

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

19 years agoeliminate shadowing of function level variables (functionally equivalent but redundan...
Michael Jerris [Wed, 14 Feb 2007 02:56:31 +0000 (02:56 +0000)] 
eliminate shadowing of function level variables (functionally equivalent but redundant in this case)

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

19 years agoconstify the fmt string on all printf like functions
Michael Jerris [Wed, 14 Feb 2007 02:53:23 +0000 (02:53 +0000)] 
constify the fmt string on all printf like functions

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

19 years agoadd nil thing to xml func
Anthony Minessale [Wed, 14 Feb 2007 01:01:58 +0000 (01:01 +0000)] 
add nil thing to xml func

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

19 years agouse WaitForSingleObject for the console loop to wait on stdin on the windows build...
Michael Jerris [Wed, 14 Feb 2007 00:31:11 +0000 (00:31 +0000)] 
use WaitForSingleObject for the console loop to wait on stdin on the windows build, as the select was not working properly.

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

19 years agofix warnings on weird L value casts for function pointers.
Michael Jerris [Tue, 13 Feb 2007 22:15:24 +0000 (22:15 +0000)] 
fix warnings on weird L value casts for function pointers.

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

19 years agomod_conference use void function pointer for the caller control function table instea...
Michael Jerris [Tue, 13 Feb 2007 22:07:28 +0000 (22:07 +0000)] 
mod_conference use void function pointer for the caller control function table instead of a void data pointer (c99 likes to keep them separate)

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

19 years agomissing return;
Michael Jerris [Tue, 13 Feb 2007 21:54:16 +0000 (21:54 +0000)] 
missing return;

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

19 years agopotentially uninitialized variable.
Michael Jerris [Tue, 13 Feb 2007 21:52:33 +0000 (21:52 +0000)] 
potentially uninitialized variable.

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

19 years agosome msvc warnings that I re-enabled came back due to messy header files in some...
Michael Jerris [Tue, 13 Feb 2007 21:38:12 +0000 (21:38 +0000)] 
some msvc warnings that I re-enabled came back due to messy header files in some libs.

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

19 years agoconstify some arguments to switch_console_printf and switch_cut_path and remove impro...
Michael Jerris [Tue, 13 Feb 2007 21:03:06 +0000 (21:03 +0000)] 
constify some arguments to switch_console_printf and switch_cut_path and remove improper casts for the consumers of those functions.

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

19 years agowe can't cast from apr_dso_sym_t directly to a function pointer (c99 says no no)...
Michael Jerris [Tue, 13 Feb 2007 20:59:17 +0000 (20:59 +0000)] 
we can't cast from apr_dso_sym_t directly to a function pointer (c99 says no no) so we must cast to intptr_t first.

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

19 years agouse switch_log_printf instead of switch_console printf so it will hit other logger...
Michael Jerris [Tue, 13 Feb 2007 20:31:23 +0000 (20:31 +0000)] 
use switch_log_printf instead of switch_console printf so it will hit other logger services.

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

19 years agossrc is a 32 bit value, not 16.
Michael Jerris [Tue, 13 Feb 2007 19:46:10 +0000 (19:46 +0000)] 
ssrc is a 32 bit value, not 16.

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

19 years agoturn off warnings for now until they can get resolved in tree.
Michael Jerris [Tue, 13 Feb 2007 19:45:32 +0000 (19:45 +0000)] 
turn off warnings for now until they can get resolved in tree.

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

19 years agomy preacious...
Anthony Minessale [Tue, 13 Feb 2007 17:39:44 +0000 (17:39 +0000)] 
my preacious...

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

19 years agodoh
Anthony Minessale [Tue, 13 Feb 2007 17:27:57 +0000 (17:27 +0000)] 
doh

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

19 years agoFix ivr_menu, no entry is considered invalid, keying digits during audio is not...
Mike Murdock [Tue, 13 Feb 2007 17:15:42 +0000 (17:15 +0000)] 
Fix ivr_menu,  no entry is considered invalid, keying digits during audio is not an error

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

19 years ago2833 bs
Anthony Minessale [Tue, 13 Feb 2007 17:14:39 +0000 (17:14 +0000)] 
2833 bs

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

19 years ago2833 bs
Anthony Minessale [Tue, 13 Feb 2007 17:13:57 +0000 (17:13 +0000)] 
2833 bs

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

19 years agoDon't assert when we get 2 copies of the same invite, just ignore it and do nua_clien...
Michael Jerris [Tue, 13 Feb 2007 16:01:19 +0000 (16:01 +0000)] 
Don't assert when we get 2 copies of the same invite, just ignore it and do nua_client_return(cr, 900, "INVITE already in progress", msg)

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

19 years agolord of the rings
Anthony Minessale [Tue, 13 Feb 2007 15:47:15 +0000 (15:47 +0000)] 
lord of the rings

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

19 years agoupdate
Anthony Minessale [Tue, 13 Feb 2007 14:58:06 +0000 (14:58 +0000)] 
update

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

19 years agomatch prototype.
Michael Jerris [Tue, 13 Feb 2007 06:18:01 +0000 (06:18 +0000)] 
match prototype.

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

19 years agoget rid of disabling of some warnings on windows, because we don't have those warning...
Michael Jerris [Tue, 13 Feb 2007 06:08:28 +0000 (06:08 +0000)] 
get rid of disabling of some warnings on windows, because we don't have those warnings anymore.  Document the others that we have disabled.

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

19 years agouse "%s" format specifier for uses of switch_event_add_header that just pass a string...
Michael Jerris [Tue, 13 Feb 2007 04:43:49 +0000 (04:43 +0000)] 
use "%s" format specifier for uses of switch_event_add_header that just pass a string to avoid potential issues/exploits"

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

19 years agoadd missing prototype for switch_channel_perform_mark_ring_ready
Michael Jerris [Tue, 13 Feb 2007 04:41:28 +0000 (04:41 +0000)] 
add missing prototype for switch_channel_perform_mark_ring_ready

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

19 years agoadd PRINTF_FUNCTION specifier to printf like functions to let gcc tell us when we...
Michael Jerris [Tue, 13 Feb 2007 03:17:19 +0000 (03:17 +0000)] 
add PRINTF_FUNCTION specifier to printf like functions to let gcc tell us when we are using the wrong format specifiers on these functions.  Suggested by <MrEIso> via irc.

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

19 years agoupdate
Anthony Minessale [Tue, 13 Feb 2007 03:02:52 +0000 (03:02 +0000)] 
update

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

19 years agoindirection misdirection?
Michael Jerris [Tue, 13 Feb 2007 02:48:50 +0000 (02:48 +0000)] 
indirection misdirection?

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

19 years agoadd ring ready flag to core
Anthony Minessale [Tue, 13 Feb 2007 02:32:10 +0000 (02:32 +0000)] 
add ring ready flag to core

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

19 years agouse const for switch_core_permanent_strdup var.
Michael Jerris [Tue, 13 Feb 2007 02:31:26 +0000 (02:31 +0000)] 
use const for switch_core_permanent_strdup var.

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

19 years agodoh
Anthony Minessale [Tue, 13 Feb 2007 02:31:17 +0000 (02:31 +0000)] 
doh

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

19 years agochar cast on tolower & toupper
Michael Jerris [Tue, 13 Feb 2007 02:26:39 +0000 (02:26 +0000)] 
char cast on tolower & toupper

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

19 years agommkay
Anthony Minessale [Tue, 13 Feb 2007 01:58:39 +0000 (01:58 +0000)] 
mmkay

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

19 years agoSofia Behaviour Modification (please document)
Anthony Minessale [Tue, 13 Feb 2007 01:22:17 +0000 (01:22 +0000)] 
Sofia Behaviour Modification (please document)

1) This commit adds the ability to override the To: header so you
   can place an outbound SIP call to a paticular destination.

   For instance, if you have a user registered to your machine as 'gateway' and
   you want to call another extension at that machine 'foo' you can now call:

  sofia/mydomain.com/gateway:foo@anydomain.com

  or if you just want to call some SIP url and put an alternate To:
  so you can do forwarding:

  sofia/mydomain.com/1000@somwhere.com:12122551234@realdest.com

2) You can add headers to outbound SIP calls by
   prefixing the string 'SIP_h_' to any channel variable:

   <action application="set" data="SIP_h_X-Answer=42"/>
   <action application="bridge" data="sofia/mydomain.com/1000@somehost.com"/>

3) All inbound SIP calls will install any X- headers into local variables
   this means in conjunction with item 2, all X- headers will pass across
   bridged calls auto-magicly.

4) The switch_ivr_transfer_variable function in switch_ivr.c has been modified so if the last arguement
   'var' starts with a ~ it will copy anything that is prefixed with that string rather than an exact match.

*NOTE* you are not required to put an X- prefix in the SIP_h_ vars but
it is reccommended because most SIP devices will ignore any unknown headers that don't.

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

19 years agowoops
Brian West [Mon, 12 Feb 2007 23:32:29 +0000 (23:32 +0000)] 
woops

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

19 years agoWe should only advertise one code per IANA number.
Brian West [Mon, 12 Feb 2007 23:32:00 +0000 (23:32 +0000)] 
We should only advertise one code per IANA number.

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

19 years agoignore CANCEL of incoming requests after we send a final response. Patch by me and...
Michael Jerris [Mon, 12 Feb 2007 23:14:36 +0000 (23:14 +0000)] 
ignore CANCEL of incoming requests after we send a final response.  Patch by me and Kai Vehmanen.

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

19 years agofix mod_native_file extension thingy
Anthony Minessale [Mon, 12 Feb 2007 22:56:08 +0000 (22:56 +0000)] 
fix mod_native_file extension thingy

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

19 years agosndfile tweaks (add ul and al files and more record formats)
Anthony Minessale [Mon, 12 Feb 2007 22:42:22 +0000 (22:42 +0000)] 
sndfile tweaks (add ul and al files and more record formats)

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

19 years agosimplify wanpipe write method
Anthony Minessale [Mon, 12 Feb 2007 21:08:57 +0000 (21:08 +0000)] 
simplify wanpipe write method

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

19 years agodata pulled from xml needs to be duped in order for it to stay around for sure.
Michael Jerris [Mon, 12 Feb 2007 20:30:13 +0000 (20:30 +0000)] 
data pulled from xml needs to be duped in order for it to stay around for sure.

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

19 years agotweaks
Anthony Minessale [Mon, 12 Feb 2007 20:03:29 +0000 (20:03 +0000)] 
tweaks

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

19 years agoavoid array out of bounds.
Michael Jerris [Mon, 12 Feb 2007 19:55:12 +0000 (19:55 +0000)] 
avoid array out of bounds.

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

19 years agontohs takes u_short, and we are in a 16 bit bitfield, so we can cast this.
Michael Jerris [Mon, 12 Feb 2007 19:35:09 +0000 (19:35 +0000)] 
ntohs takes u_short, and we are in a 16 bit bitfield, so we can cast this.

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

19 years agoadd missing spec file updates
Michael Jerris [Mon, 12 Feb 2007 18:29:52 +0000 (18:29 +0000)] 
add missing spec file updates

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

19 years agoalternate which devices we support with the ones we don't using rfc2833
Anthony Minessale [Mon, 12 Feb 2007 18:22:30 +0000 (18:22 +0000)] 
alternate which devices we support with the ones we don't using rfc2833

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

19 years agosome more protection from passing around and printing null values, we are now initial...
Michael Jerris [Mon, 12 Feb 2007 18:13:14 +0000 (18:13 +0000)] 
some more protection from passing around and printing null values, we are now initializing null's passed to switch_caller_profile_new as blank strings in the caller profile, if your using any caller profile values in if's, please use !switch_strlen_zero() in your check.

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

19 years ago .update
Michael Jerris [Mon, 12 Feb 2007 16:02:55 +0000 (16:02 +0000)] 
 .update

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

19 years agomerge fixes to sofia-sip including double free causing segfault or assert in sres
Michael Jerris [Mon, 12 Feb 2007 16:01:22 +0000 (16:01 +0000)] 
merge fixes to sofia-sip including double free causing segfault or assert in sres

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

19 years agoupdate
Anthony Minessale [Mon, 12 Feb 2007 15:47:43 +0000 (15:47 +0000)] 
update

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

19 years agominor update
Anthony Minessale [Sun, 11 Feb 2007 00:39:46 +0000 (00:39 +0000)] 
minor update

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

19 years agobe more flexible in what we accept for char based dtmf (ABCD and abcd), patch from...
Michael Jerris [Sat, 10 Feb 2007 23:28:19 +0000 (23:28 +0000)] 
be more flexible in what we accept for char based dtmf (ABCD and abcd), patch from George Shaw.  Thanks.

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

19 years agobe more safe about compiler qwirkyness in initialization.
Michael Jerris [Sat, 10 Feb 2007 23:26:53 +0000 (23:26 +0000)] 
be more safe about compiler qwirkyness in initialization.

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

19 years agoadd some better returns to invite failures.
Michael Jerris [Sat, 10 Feb 2007 23:16:43 +0000 (23:16 +0000)] 
add some better returns to invite failures.

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

19 years agofix dtmf bug
Anthony Minessale [Sat, 10 Feb 2007 23:16:34 +0000 (23:16 +0000)] 
fix dtmf bug

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

19 years agoadding fail_on_single_reject dialplan option that can be set, which then immediately...
Michael Jerris [Sat, 10 Feb 2007 21:47:12 +0000 (21:47 +0000)] 
adding fail_on_single_reject dialplan option that can be set, which then immediately rejects the call even when sent to multiple destinations upon one party rejecting, useful if you are doing a ring all (, separated in the dial string for multiple calls at once) and you want a single rejection to make the call flow to the next action in the dialplan (in combination w/ continue_on_fail) for example to flow to voicemail.  Thanks to George Shaw for this patch.

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

19 years agofix no_media mode
Anthony Minessale [Sat, 10 Feb 2007 19:34:03 +0000 (19:34 +0000)] 
fix no_media mode

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

19 years agoUpdate from Mike Murdock, Thanks
Brian West [Sat, 10 Feb 2007 17:26:40 +0000 (17:26 +0000)] 
Update from Mike Murdock, Thanks

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

19 years agoupdate
Anthony Minessale [Sat, 10 Feb 2007 01:00:02 +0000 (01:00 +0000)] 
update

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

19 years agowanpipe update
Anthony Minessale [Sat, 10 Feb 2007 00:28:50 +0000 (00:28 +0000)] 
wanpipe update

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

19 years agoadd some error checking to switch_url_encode function
Michael Jerris [Fri, 9 Feb 2007 22:56:42 +0000 (22:56 +0000)] 
add some error checking to switch_url_encode function

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

19 years agofix paramater checking on switch_ivr_phrase_macro and it's consumers.
Michael Jerris [Fri, 9 Feb 2007 22:55:48 +0000 (22:55 +0000)] 
fix paramater checking on switch_ivr_phrase_macro and it's consumers.

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

19 years agoAdd session.sayPhrase from Mike Murdock.
Michael Jerris [Fri, 9 Feb 2007 21:56:44 +0000 (21:56 +0000)] 
Add session.sayPhrase from Mike Murdock.

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

19 years agophrase update
Anthony Minessale [Fri, 9 Feb 2007 21:48:24 +0000 (21:48 +0000)] 
phrase update

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

19 years agoI don't think this has any real effect, but it was easier for me to read while I...
Michael Jerris [Fri, 9 Feb 2007 21:47:30 +0000 (21:47 +0000)] 
I don't think this has any real effect, but it was easier for me to read while I was debugging.. will probably revert it later.

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

19 years agoadd option to wanpipe
Anthony Minessale [Fri, 9 Feb 2007 21:32:12 +0000 (21:32 +0000)] 
add option to wanpipe

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

19 years agofix causes some more
Anthony Minessale [Fri, 9 Feb 2007 20:36:01 +0000 (20:36 +0000)] 
fix causes some more

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

19 years agoupdate core
Anthony Minessale [Fri, 9 Feb 2007 20:03:07 +0000 (20:03 +0000)] 
update core

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

19 years agomerge sofia windows build, add ifdefed out code to avoid assert if it comes back.
Michael Jerris [Fri, 9 Feb 2007 19:14:20 +0000 (19:14 +0000)] 
merge sofia windows build, add ifdefed out code to avoid assert if it comes back.

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

19 years agoupdated makefiles and a missing source file from the last sofia merge
Michael Jerris [Fri, 9 Feb 2007 18:15:36 +0000 (18:15 +0000)] 
updated makefiles and a missing source file from the last sofia merge

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

19 years agotouch the .update so the lib is totally rebuilt
Michael Jerris [Fri, 9 Feb 2007 17:57:51 +0000 (17:57 +0000)] 
touch the .update so the lib is totally rebuilt

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

19 years agosync back up again with sofia tree prior to their release
Michael Jerris [Fri, 9 Feb 2007 17:32:17 +0000 (17:32 +0000)] 
sync back up again with sofia tree prior to their release

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

19 years agofix magic emacs and vi formatting comments in the bottom of our source files to use...
Michael Jerris [Fri, 9 Feb 2007 02:36:03 +0000 (02:36 +0000)] 
fix magic emacs and vi formatting comments in the bottom of our source files to use tabs instead of spaces

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

19 years agotweak the defines for memory barriers. This should fix the freebsd build, and adds...
Michael Jerris [Fri, 9 Feb 2007 02:05:46 +0000 (02:05 +0000)] 
tweak the defines for memory barriers.  This should fix the freebsd build, and adds proper memory barrier defines for msvc build.

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

19 years agoimprove core and basic flow
Anthony Minessale [Fri, 9 Feb 2007 01:34:01 +0000 (01:34 +0000)] 
improve core and basic flow

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

19 years agodon't use a few more blocks either.
Michael Jerris [Thu, 8 Feb 2007 21:21:12 +0000 (21:21 +0000)] 
don't use a few more blocks either.

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

19 years agodon't use 169.254. auto ip's either.
Michael Jerris [Thu, 8 Feb 2007 21:16:27 +0000 (21:16 +0000)] 
don't use 169.254. auto ip's either.

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

19 years agoadd a more descriptive error message on no (or no usable) candidates
Michael Jerris [Thu, 8 Feb 2007 21:08:45 +0000 (21:08 +0000)] 
add a more descriptive error message on no (or no usable) candidates

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

19 years agofix bug/race in core
Anthony Minessale [Thu, 8 Feb 2007 20:47:46 +0000 (20:47 +0000)] 
fix bug/race in core

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

19 years agomake sofia set network_addr as the address the packet was actually received from...
Michael Jerris [Thu, 8 Feb 2007 20:16:08 +0000 (20:16 +0000)] 
make sofia set network_addr as the address the packet was actually received from, not the address from the uri.

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

19 years agomissing ;
Michael Jerris [Thu, 8 Feb 2007 19:35:07 +0000 (19:35 +0000)] 
missing ;

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

19 years agofix warnings and some windows compatibility issues in enum/udns
Michael Jerris [Thu, 8 Feb 2007 19:23:36 +0000 (19:23 +0000)] 
fix warnings and some windows compatibility issues in enum/udns

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

19 years agodon't print null in show commands return values.
Michael Jerris [Thu, 8 Feb 2007 18:10:21 +0000 (18:10 +0000)] 
don't print null in show commands return values.

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

19 years agoinsist on a conference profile
Anthony Minessale [Thu, 8 Feb 2007 15:39:14 +0000 (15:39 +0000)] 
insist on a conference profile

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

19 years agoupdate
Anthony Minessale [Thu, 8 Feb 2007 15:09:51 +0000 (15:09 +0000)] 
update

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

19 years agoFix typo in several places. Patch from Matt Klein.
Michael Jerris [Thu, 8 Feb 2007 13:50:28 +0000 (13:50 +0000)] 
Fix typo in several places.  Patch from Matt Klein.

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

19 years agothe garbage collector race/deadlock issue was fixed by the previous commit to the...
Michael Jerris [Thu, 8 Feb 2007 04:24:43 +0000 (04:24 +0000)] 
the garbage collector race/deadlock issue was fixed by the previous commit to the makefile to define JS_THREDSAFE for the spidermonkey modules.  This code is unnecessary.

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

19 years agowe need to build the mods w/ JS_THREADSAFE defined so it gets the header stuff right.
Michael Jerris [Thu, 8 Feb 2007 01:56:55 +0000 (01:56 +0000)] 
we need to build the mods w/ JS_THREADSAFE defined so it gets the header stuff right.

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

19 years agoSmall buglet.
Brian West [Thu, 8 Feb 2007 01:19:35 +0000 (01:19 +0000)] 
Small buglet.

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

19 years agoadd w and W
Anthony Minessale [Thu, 8 Feb 2007 00:17:22 +0000 (00:17 +0000)] 
add w and W

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

19 years agowanpipe update
Anthony Minessale [Wed, 7 Feb 2007 23:43:04 +0000 (23:43 +0000)] 
wanpipe update

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

19 years agosync windows build with new sofia build.
Michael Jerris [Wed, 7 Feb 2007 22:29:52 +0000 (22:29 +0000)] 
sync windows build with new sofia build.

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

19 years agounused variable
Michael Jerris [Wed, 7 Feb 2007 22:13:17 +0000 (22:13 +0000)] 
unused variable

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

19 years agomerge changes from current sofia-sip tree.
Michael Jerris [Wed, 7 Feb 2007 21:59:38 +0000 (21:59 +0000)] 
merge changes from current sofia-sip tree.

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

19 years agoudpate
Anthony Minessale [Wed, 7 Feb 2007 19:21:41 +0000 (19:21 +0000)] 
udpate

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

19 years agotimer mojo (cont)
Anthony Minessale [Wed, 7 Feb 2007 19:18:15 +0000 (19:18 +0000)] 
timer mojo (cont)

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

19 years agotimer mojo (cont)
Anthony Minessale [Wed, 7 Feb 2007 19:01:07 +0000 (19:01 +0000)] 
timer mojo (cont)

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