freeswitch/src
Michael Jerris db797b8130 match new prototype for switch_ivr_park
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4303 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-02-16 23:12:20 +00:00
..
dotnet add syntax field to the api interface struct. 2006-10-08 05:04:34 +00:00
include add callbacks to park 2007-02-16 21:32:49 +00:00
mod match new prototype for switch_ivr_park 2007-02-16 23:12:20 +00:00
switch.c fix magic emacs and vi formatting comments in the bottom of our source files to use tabs instead of spaces 2007-02-09 02:36:03 +00:00
switch_buffer.c fix magic emacs and vi formatting comments in the bottom of our source files to use tabs instead of spaces 2007-02-09 02:36:03 +00:00
switch_caller.c 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. 2007-02-12 18:13:14 +00:00
switch_channel.c constify some arguments to switch_console_printf and switch_cut_path and remove improper casts for the consumers of those functions. 2007-02-13 21:03:06 +00:00
switch_config.c fix magic emacs and vi formatting comments in the bottom of our source files to use tabs instead of spaces 2007-02-09 02:36:03 +00:00
switch_console.c constify the fmt string on all printf like functions 2007-02-14 02:53:23 +00:00
switch_core.c add export app (set + adding to export_vars) in 1 2007-02-16 20:07:35 +00:00
switch_event.c constification for switch_core_hash_find and switch_event_create_subclass 2007-02-14 03:22:43 +00:00
switch_ivr.c add callbacks to park 2007-02-16 21:32:49 +00:00
switch_loadable_module.c fix warnings on weird L value casts for function pointers. 2007-02-13 22:15:24 +00:00
switch_log.c constify the fmt string on all printf like functions 2007-02-14 02:53:23 +00:00
switch_resample.c fix magic emacs and vi formatting comments in the bottom of our source files to use tabs instead of spaces 2007-02-09 02:36:03 +00:00
switch_rtp.c make the 2833 dtmf increase the sequence number before it sends instead of after. The net result of this is, we are still doing it wrong (sending both and audio packet with the same sequence number as our 2833 packet) but because we increment it first, the ua should get our 2833 packet with that sequence number before it gets the audio packet with that sequence number. This should help dtmf interop on ua's that were discarding rtp packets received with a sequence number that it had already received. 2007-02-15 14:32:34 +00:00
switch_stun.c fix magic emacs and vi formatting comments in the bottom of our source files to use tabs instead of spaces 2007-02-09 02:36:03 +00:00
switch_swig.c fix mod_perl 2006-12-26 18:13:43 +00:00
switch_swig.i changes to language stuff 2006-09-20 21:59:50 +00:00
switch_utils.c constify some arguments to switch_console_printf and switch_cut_path and remove improper casts for the consumers of those functions. 2007-02-13 21:03:06 +00:00
switch_xml.c xml formatting for call detail 2007-02-15 19:20:14 +00:00