]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
18 years agoauto-create sounds dir
Anthony Minessale [Tue, 16 Oct 2007 17:30:42 +0000 (17:30 +0000)] 
auto-create sounds dir

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

18 years agowoops
Brian West [Tue, 16 Oct 2007 17:13:08 +0000 (17:13 +0000)] 
woops

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

18 years agoadd voicemail file based xml vs tts still needs files
Brian West [Tue, 16 Oct 2007 17:06:14 +0000 (17:06 +0000)] 
add voicemail file based xml vs tts still needs files

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

18 years agomore voicemail phrase data
Brian West [Tue, 16 Oct 2007 16:58:06 +0000 (16:58 +0000)] 
more voicemail phrase data

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

18 years agoupdate conf
Anthony Minessale [Tue, 16 Oct 2007 16:56:05 +0000 (16:56 +0000)] 
update conf

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

18 years agomake * and # become words explicitly in the core tts func (part 2)
Anthony Minessale [Tue, 16 Oct 2007 16:54:45 +0000 (16:54 +0000)] 
make * and # become words explicitly in the core tts func (part 2)

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

18 years agofix type
Anthony Minessale [Tue, 16 Oct 2007 16:49:53 +0000 (16:49 +0000)] 
fix type

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

18 years agomake * and # become words explicitly in the core tts func
Anthony Minessale [Tue, 16 Oct 2007 16:49:44 +0000 (16:49 +0000)] 
make * and # become words explicitly in the core tts func

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

18 years agoadd pound and star to ascii
Brian West [Tue, 16 Oct 2007 16:05:07 +0000 (16:05 +0000)] 
add pound and star to ascii

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

18 years agoformat
Anthony Minessale [Tue, 16 Oct 2007 15:48:01 +0000 (15:48 +0000)] 
format

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

18 years agoupdate
Anthony Minessale [Tue, 16 Oct 2007 15:47:15 +0000 (15:47 +0000)] 
update

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

18 years agoadd pause to speech in openmrcp
Anthony Minessale [Tue, 16 Oct 2007 15:33:21 +0000 (15:33 +0000)] 
add pause to speech in openmrcp

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

18 years agofix xml to work with v1/voxeo
Anthony Minessale [Tue, 16 Oct 2007 15:25:38 +0000 (15:25 +0000)] 
fix xml to work with v1/voxeo

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

18 years agostart of phrase xml file
Brian West [Tue, 16 Oct 2007 15:10:19 +0000 (15:10 +0000)] 
start of phrase xml file

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

18 years agoadd playback_terminators variable
Anthony Minessale [Tue, 16 Oct 2007 14:36:39 +0000 (14:36 +0000)] 
add playback_terminators variable
This is valid for playback, gentones, record and speak
value may be a string of valid terminator characters, or the word 'none'
the default of * will always work unless overridden by 'none'. This is for backward compat.

  <extension name="8000">
    <condition field="destination_number" expression="^8000$">
      <action application="answer"/>
      <!--both * and # will stop the playback-->
      <action application="set" data="playback_terminators=#*"/>
      <action application="playback" data="/ram/swimp.raw"/>
    </condition>
  </extension>

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

18 years agoadd switch_stristr and use it in dptools
Anthony Minessale [Tue, 16 Oct 2007 14:24:02 +0000 (14:24 +0000)] 
add switch_stristr and use it in dptools

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

18 years agoadd channel_originate event
Anthony Minessale [Tue, 16 Oct 2007 13:56:44 +0000 (13:56 +0000)] 
add channel_originate event

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

18 years agofix
Anthony Minessale [Tue, 16 Oct 2007 01:51:15 +0000 (01:51 +0000)] 
fix

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

18 years agowait there's more
Anthony Minessale [Tue, 16 Oct 2007 01:08:51 +0000 (01:08 +0000)] 
wait there's more

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

18 years agofix apr send func not sending all the bytes we asked it to.
Anthony Minessale [Mon, 15 Oct 2007 23:49:05 +0000 (23:49 +0000)] 
fix apr send func not sending all the bytes we asked it to.

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

18 years agocleanup
Brian West [Mon, 15 Oct 2007 21:43:12 +0000 (21:43 +0000)] 
cleanup

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

18 years agoupdate
Anthony Minessale [Mon, 15 Oct 2007 21:03:56 +0000 (21:03 +0000)] 
update

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

18 years agouse 503 for server congestion, not 486, becuase that means user busy
Michael Jerris [Mon, 15 Oct 2007 18:31:10 +0000 (18:31 +0000)] 
use 503 for server congestion, not 486, becuase that means user busy

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

18 years agotweak defaults
Anthony Minessale [Mon, 15 Oct 2007 18:02:21 +0000 (18:02 +0000)] 
tweak defaults

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

18 years agodoh, my perl sux...
Justin Cassidy [Mon, 15 Oct 2007 17:40:45 +0000 (17:40 +0000)] 
doh, my perl sux...

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

18 years agoadd -tolerant option to FreeSWITCH::Client init to only spew nasty warnings, but...
Justin Cassidy [Mon, 15 Oct 2007 17:16:45 +0000 (17:16 +0000)] 
add -tolerant option to FreeSWITCH::Client init to only spew nasty warnings, but not intentionally kill the script

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

18 years agoadd transparent speech handle caching via cache_speech_handles=true variable and...
Anthony Minessale [Mon, 15 Oct 2007 16:25:08 +0000 (16:25 +0000)] 
add transparent speech handle caching via cache_speech_handles=true variable and an app to clear a cached handle called clear_speech_cache

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

18 years agoexpand continue_on_fail to also accept a specific list of cause codes
Anthony Minessale [Mon, 15 Oct 2007 14:00:48 +0000 (14:00 +0000)] 
expand continue_on_fail to also accept a specific list of cause codes

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

18 years agoremove this also since its deprecated
Brian West [Sat, 13 Oct 2007 20:41:18 +0000 (20:41 +0000)] 
remove this also since its deprecated

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

18 years agotweak
Brian West [Sat, 13 Oct 2007 20:39:48 +0000 (20:39 +0000)] 
tweak

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

18 years agotweak
Anthony Minessale [Sat, 13 Oct 2007 14:43:22 +0000 (14:43 +0000)] 
tweak

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

18 years agoThis should be on by default so MWI is on
Brian West [Sat, 13 Oct 2007 03:35:19 +0000 (03:35 +0000)] 
This should be on by default so MWI is on

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

18 years agoremove mod_xmpp_event as its no longer needed
Brian West [Sat, 13 Oct 2007 01:21:55 +0000 (01:21 +0000)] 
remove mod_xmpp_event as its no longer needed

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

18 years agoadding to default config
Brian West [Sat, 13 Oct 2007 01:14:45 +0000 (01:14 +0000)] 
adding to default config

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

18 years agoupdate
Anthony Minessale [Sat, 13 Oct 2007 00:52:31 +0000 (00:52 +0000)] 
update

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

18 years agosort by urgent
Anthony Minessale [Sat, 13 Oct 2007 00:22:13 +0000 (00:22 +0000)] 
sort by urgent

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

18 years agoadd mod_voicemail to default build
Brian West [Sat, 13 Oct 2007 00:21:31 +0000 (00:21 +0000)] 
add mod_voicemail to default build

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

18 years agoAdd FreeNUM ISN lookup example, Thanks [intra]lanman
Brian West [Fri, 12 Oct 2007 23:59:23 +0000 (23:59 +0000)] 
Add FreeNUM ISN lookup example, Thanks [intra]lanman

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

18 years agotemp tweak pending build system change
Brian West [Fri, 12 Oct 2007 23:53:32 +0000 (23:53 +0000)] 
temp tweak pending build system change

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

18 years agotweak default config
Brian West [Fri, 12 Oct 2007 23:50:14 +0000 (23:50 +0000)] 
tweak default config

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

18 years agomake compares case insensitive
Anthony Minessale [Fri, 12 Oct 2007 23:49:43 +0000 (23:49 +0000)] 
make compares case insensitive

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

18 years agoadd missing ifdef but we cant leave this here
Anthony Minessale [Fri, 12 Oct 2007 23:34:30 +0000 (23:34 +0000)] 
add missing ifdef but we cant leave this here

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

18 years agoupdate
Anthony Minessale [Fri, 12 Oct 2007 23:22:02 +0000 (23:22 +0000)] 
update

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

18 years agoadd MAC OS X
Brian West [Fri, 12 Oct 2007 22:56:15 +0000 (22:56 +0000)] 
add MAC OS X

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

18 years agofix loading on windows
Michael Jerris [Fri, 12 Oct 2007 22:54:18 +0000 (22:54 +0000)] 
fix loading on windows

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

18 years agoadd missing example config option to sofia config
Anthony Minessale [Fri, 12 Oct 2007 22:10:31 +0000 (22:10 +0000)] 
add missing example config option to sofia config

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

18 years agofix build
Michael Jerris [Fri, 12 Oct 2007 22:08:52 +0000 (22:08 +0000)] 
fix build

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

18 years agoadd urgentness
Anthony Minessale [Fri, 12 Oct 2007 22:08:30 +0000 (22:08 +0000)] 
add urgentness

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

18 years agofix build
Michael Jerris [Fri, 12 Oct 2007 22:08:01 +0000 (22:08 +0000)] 
fix build

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

18 years agofix windows build.. break other things.
Michael Jerris [Fri, 12 Oct 2007 20:14:41 +0000 (20:14 +0000)] 
fix windows build.. break other things.

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

18 years agodoh
Anthony Minessale [Fri, 12 Oct 2007 19:22:50 +0000 (19:22 +0000)] 
doh

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

18 years agominor adj
Anthony Minessale [Fri, 12 Oct 2007 17:12:31 +0000 (17:12 +0000)] 
minor adj

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

18 years agoupdate and test for odbc support
Anthony Minessale [Fri, 12 Oct 2007 16:49:14 +0000 (16:49 +0000)] 
update and test for odbc support

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

18 years agoadd undocumented param
Anthony Minessale [Fri, 12 Oct 2007 14:53:52 +0000 (14:53 +0000)] 
add undocumented param

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

18 years agodoh
Anthony Minessale [Fri, 12 Oct 2007 13:34:26 +0000 (13:34 +0000)] 
doh

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

18 years agosmall adjustments
Anthony Minessale [Fri, 12 Oct 2007 13:31:12 +0000 (13:31 +0000)] 
small adjustments

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

18 years agoEXECUTE ORDER 66
Anthony Minessale [Fri, 12 Oct 2007 03:28:59 +0000 (03:28 +0000)] 
EXECUTE ORDER 66

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

18 years agoadd NTATAG_MAX_PROCEEDING tag to limit maximum number of concurrent proceeding in...
Michael Jerris [Fri, 12 Oct 2007 03:08:54 +0000 (03:08 +0000)] 
add NTATAG_MAX_PROCEEDING tag to limit maximum number of concurrent proceeding in the queue.

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

18 years agoupdate msvc build to sync with new sofia-sip.
Michael Jerris [Thu, 11 Oct 2007 21:14:34 +0000 (21:14 +0000)] 
update msvc build to sync with new sofia-sip.

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

18 years agoremove the mod_softtimer project which is now part of the core.
Michael Jerris [Thu, 11 Oct 2007 20:09:51 +0000 (20:09 +0000)] 
remove the mod_softtimer project which is now part of the core.

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

18 years agosync to the 1.12.6work3 (1.12.7 pre-release) from darcs:
Michael Jerris [Thu, 11 Oct 2007 19:58:13 +0000 (19:58 +0000)] 
sync to the 1.12.6work3 (1.12.7 pre-release) from darcs:

Mon Oct  8 15:00:04 EDT 2007  Pekka Pessi <first.lastname@nokia.com>
  * tport: fixed problem with tls send blocking

Wed Oct 10 13:55:25 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * Fixed the internal type of statistics

Thu Oct 11 11:25:59 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * nta: fix sf.net bug #1810115, crash after nta_destroy()

  su_msg_t delivery, again.

  Thanks to Mikhail Zabaluev for reporting this.

Thu Oct 11 11:45:20 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * nta: fixed type checking on NTATAG_UDP_MTU()/NTATAG_UDP_MTU_REF()

Thu Oct 11 13:25:12 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * nua: fixed the from header handling

  The agent-level From header no longer overrides the From header set by
  nua_invite() and friends.

  Thanks to Fabio Margarido for keeping reporting about the problem.

Thu Oct 11 13:28:58 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * RELEASE: updated

Thu Oct 11 11:30:13 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * torture_sresolv.c: fixed printf() formatting types

  Passed a size_t to %u.

Thu Oct 11 11:44:54 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * rules/sofia.am: not using make -C dir

Thu Oct 11 14:16:51 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  tagged release candidate 1 for 1.12.7

Thu Oct 11 12:25:28 EDT 2007  Pekka.Pessi@nokia.com
  * su_clone_start(): fixed spurious release of a pthreaded port

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

18 years agofix race on creating new session thread vs. setting init state causing hung channels
Anthony Minessale [Thu, 11 Oct 2007 19:12:18 +0000 (19:12 +0000)] 
fix race on creating new session thread vs. setting init state causing hung channels

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

18 years agoSync to current darcs tree:
Michael Jerris [Thu, 11 Oct 2007 14:16:59 +0000 (14:16 +0000)] 
Sync to current darcs tree:

Mon Sep 17 14:50:04 EDT 2007  Pekka.Pessi@nokia.com
  * sofia-sip/sip_util.h: updated documentation

Mon Sep 17 14:50:18 EDT 2007  Pekka.Pessi@nokia.com
  * sofia-sip/tport_tag.h: updated documentation

Mon Sep 17 14:50:28 EDT 2007  Pekka.Pessi@nokia.com
  * soa_tag.c: updated documentation

Wed Sep 19 12:50:01 EDT 2007  Pekka.Pessi@nokia.com
  * msg: updated documentation

Wed Sep 19 13:29:50 EDT 2007  Pekka.Pessi@nokia.com
  * url: updated documentation

Wed Sep 19 13:32:14 EDT 2007  Pekka.Pessi@nokia.com
  * nth: updated documentation

Wed Sep 19 13:32:27 EDT 2007  Pekka.Pessi@nokia.com
  * nea: updated documentation

Wed Sep 19 13:33:36 EDT 2007  Pekka.Pessi@nokia.com
  * http: updated documentation

Wed Sep 19 13:36:58 EDT 2007  Pekka.Pessi@nokia.com
  * bnf: updated documentation

Wed Sep 19 13:38:58 EDT 2007  Pekka.Pessi@nokia.com
  * nua: updated nua_stack_init_handle() prototype

Wed Sep 19 18:45:56 EDT 2007  Pekka.Pessi@nokia.com
  * sip: added sip_name_addr_xtra(), sip_name_addr_dup()

Wed Sep 19 19:00:19 EDT 2007  Pekka.Pessi@nokia.com
  * sip_basic.c: cleaned old crud

Thu Sep 20 13:34:04 EDT 2007  Pekka.Pessi@nokia.com
  * iptsec: updated documentation

Thu Sep 20 13:36:22 EDT 2007  Pekka.Pessi@nokia.com
  * tport: updated documentation

Thu Sep 20 13:36:56 EDT 2007  Pekka.Pessi@nokia.com
  * su: updated documentation
  Removed internal files from doxygen-generated documentation.

Thu Sep 20 13:38:29 EDT 2007  Pekka.Pessi@nokia.com
  * soa: fixed documentation

Thu Sep 20 13:39:56 EDT 2007  Pekka.Pessi@nokia.com
  * sdp: updated documentation

Thu Sep 20 13:40:16 EDT 2007  Pekka.Pessi@nokia.com
  * ipt: updated documentation

Thu Sep 20 14:24:20 EDT 2007  Pekka.Pessi@nokia.com
  * nta: updated documentation

Thu Sep 20 14:41:04 EDT 2007  Pekka.Pessi@nokia.com
  * nua: updated documentation

  Updated tag documentation.

  Moved doxygen doc entries from sofia-sip/nua_tag.h to nua_tag.c.

  Removed internal datatypes and files from the generated documents.

Wed Sep 19 13:34:20 EDT 2007  Pekka.Pessi@nokia.com
  * docs: updated the generation of documentation. Updated links to header files.

Thu Sep 20 08:45:32 EDT 2007  Pekka.Pessi@nokia.com
  * sip/Makefile.am: added tags to <sofia-sip/sip_extra.h>

  Added check for extra tags in torture_sip.c.

Thu Sep 20 14:45:22 EDT 2007  Pekka.Pessi@nokia.com
  * stun: updated documentation

Wed Jul  4 18:55:20 EDT 2007  Pekka.Pessi@nokia.com
  * torture_heap.c: added tests for ##sort() and su_smoothsort()

Wed Jul  4 18:56:59 EDT 2007  Pekka.Pessi@nokia.com
  * Makefile.am: added smoothsort.c

Fri Jul 13 12:38:44 EDT 2007  Pekka.Pessi@nokia.com
  * sofia-sip/heap.h: heap_remove() now set()s index to 0 on removed item

Mon Jul 23 11:14:22 EDT 2007  Pekka.Pessi@nokia.com
  * sofia-sip/heap.h: fixed bug in heap##remove()

  If left kid was in heap but right was not, left kid was ignored.

Wed Jul  4 18:51:08 EDT 2007  Pekka.Pessi@nokia.com
  * smoothsort.c: added

Wed Jul  4 18:51:34 EDT 2007  Pekka.Pessi@nokia.com
  * heap.h: using su_smoothsort()

Fri Jul  6 10:20:27 EDT 2007  Pekka.Pessi@nokia.com
  * smoothsort.c: added

Wed Sep 19 17:40:30 EDT 2007  Pekka.Pessi@nokia.com
  * msg_parser.awk: generate two parser tables, default and extended

Wed Sep 19 18:39:45 EDT 2007  Pekka.Pessi@nokia.com
  * msg_parser.awk: just generate list of extra headers

  Allocate extended parser dynamically.

Wed Sep 19 18:59:59 EDT 2007  Pekka.Pessi@nokia.com
  * sip: added Remote-Party-ID, P-Asserted-Identity, P-Preferred-Identity

  Added functions sip_update_default_mclass() and sip_extend_mclass()
  for handling the extended parser. Note that Reply-To and Alert-Info are only
  available with the extended parser.

Wed Sep 19 19:05:44 EDT 2007  Pekka.Pessi@nokia.com
  * RELEASE: updated

Thu Sep 20 13:38:59 EDT 2007  Pekka.Pessi@nokia.com
  * sip: updated documentation

Thu Sep 20 14:17:28 EDT 2007  Pekka.Pessi@nokia.com
  * docs/conformance.docs: updated

Mon Oct  1 10:11:14 EDT 2007  Pekka.Pessi@nokia.com
  * tport_tag.c: re-enabled tptag_trusted

Thu Oct  4 09:21:07 EDT 2007  Pekka.Pessi@nokia.com
  * su_osx_runloop.c: moved virtual function table after struct definition

  Preparing for su_port_vtable_t refactoring.

Thu Oct  4 10:22:03 EDT 2007  Pekka.Pessi@nokia.com
  * su_source.c: refactored initialization/deinitialization

Fri Oct  5 04:58:18 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * sip_extra.c: fixed prototypes with isize_t

Fri Oct  5 04:58:45 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * test_nta_api.c: removed warnings about signedness

Fri Oct  5 04:59:02 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * test_nua_params.c: removed warnings about constness

Fri Oct  5 07:20:26 EDT 2007  Pekka Pessi <first.lastname@nokia.com>
  * su_port.h, su_root.c: cleaned argument checking

  The su_root_*() and su_port_*() functions now check their arguments once
  and do not assert() with NULL arguments. The sur_task->sut_port should
  always be valid while su_root_t is alive.

Fri Oct  5 07:22:09 EDT 2007  Pekka Pessi <first.lastname@nokia.com>
  * su: added su_root_obtain(), su_root_release() and su_root_has_thread()

  When root is created with su_root_create() or cloned with su_clone_start(),
  the resulting root is obtained by the calling or created thread,
  respectively.

  The root can be released with su_root_release() and another thread can
  obtain it.

  The function su_root_has_thread() can be used to check if a thread has
  obtained or released the root.

  Implementation upgraded the su_port_own_thread() method as su_port_thread().

Fri Oct  5 07:28:10 EDT 2007  Pekka Pessi <first.lastname@nokia.com>
  * su_port.h: removed su_port_threadsafe() and su_port_yield() methods

  su_port_wait_events() replaces su_port_yield().

Fri Oct  5 13:26:04 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * msg_parser.awk: not extending header structure unless needed.

  Removed gawk-ish /* comments */.

Fri Oct  5 14:32:25 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * run_test_su: removed GNUisms

Fri Oct  5 14:32:47 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * Makefile.am: removed implicit check target test_urlmap

Fri Oct  5 14:22:32 EDT 2007  Pekka Pessi <first.lastname@nokia.com>
  * torture_sresolv.c: use CLOCK_REALTIME if no CLOCK_PROCESS_CPUTIME_ID available

  Casting timespec tv_sec to unsigned long.

Fri Oct * nua_s added handling nua_prack()

  Thanks to Fabio Margarido for the patch.

Mon Oct  8 10:24:35 EDT 2007  Pekka.Pessi@nokia.com
  * test_nua: added test for sf.net bug #1803686

Mon Oct  8 08:15:23 EDT 2007  Pekka.Pessi@nokia.com
  * RELEASE: updated.

Mon Oct  8 09:30:36 EDT 2007  Pekka.Pessi@nokia.com
  * nua_stack: added handling nua_prack()

  Thanks to Fabio Margarido for the patch.

Mon Oct  8 10:24:35 EDT 2007  Pekka.Pessi@nokia.com
  * test_nua: added test for sf.net bug #1803686

Mon Oct  8 10:26:31 EDT 2007  Pekka.Pessi@nokia.com
  * nua: added test for nua_prack() (sf.net bug #1804248)

  Avoid sending nua_i_state after nua_prack() if no SDP O/A is happening, too.

Mon Oct  8 10:32:04 EDT 2007  Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
  * su_source.c: don t leak the wait arrays

Mon Oct  8 10:37:11 EDT 2007  Pekka.Pessi@nokia.com
  * RELEASE: updated

Wed Oct 10 11:55:21 EDT 2007  Pekka.Pessi@nokia.com
  * sip_parser.c: silenced warning about extra const in sip_extend_mclass()

Wed Oct 10 11:57:08 EDT 2007  Pekka.Pessi@nokia.com
  * nta_tag.c: updated tag documentation

Wed Oct 10 13:16:40 EDT 2007  Pekka.Pessi@nokia.com
  * nua: fix logging crash if outbound used with application contact

  Silenced warnings.

Wed Oct 10 13:30:45 EDT 2007  Pekka.Pessi@nokia.com
  * msg_parser.awk: removed extra "const"

Wed Oct 10 13:31:45 EDT 2007  Pekka.Pessi@nokia.com
  * Makefile.am's: fixed distclean of documentation

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

18 years agomake breaks longer around spoken text
Anthony Minessale [Thu, 11 Oct 2007 13:56:21 +0000 (13:56 +0000)] 
make breaks longer around spoken text

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

18 years agomake xtra_params arg instead of just profile name
Anthony Minessale [Wed, 10 Oct 2007 23:38:48 +0000 (23:38 +0000)] 
make xtra_params arg instead of just profile name

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

18 years agoonly honor hangup_after_bridge=true if the channel is answered
Anthony Minessale [Wed, 10 Oct 2007 17:56:10 +0000 (17:56 +0000)] 
only honor hangup_after_bridge=true if the channel is answered

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

18 years agoonly honor hangup_after_bridge=true if the channel is answered
Anthony Minessale [Wed, 10 Oct 2007 17:41:08 +0000 (17:41 +0000)] 
only honor hangup_after_bridge=true if the channel is answered

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

18 years agodon't forget about alsa
Michael Jerris [Wed, 10 Oct 2007 13:27:20 +0000 (13:27 +0000)] 
don't forget about alsa

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

18 years agofix to new module loader interface
Anthony Minessale [Tue, 9 Oct 2007 19:04:35 +0000 (19:04 +0000)] 
fix to new module loader interface

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

18 years agoadd missing mod
Anthony Minessale [Tue, 9 Oct 2007 17:32:41 +0000 (17:32 +0000)] 
add missing mod

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

18 years agoadd starting framework for debian packaging
Michael Jerris [Tue, 9 Oct 2007 17:25:56 +0000 (17:25 +0000)] 
add starting framework for debian packaging

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

18 years agoupdate
Anthony Minessale [Tue, 9 Oct 2007 15:29:18 +0000 (15:29 +0000)] 
update

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

18 years agofix comment
Anthony Minessale [Mon, 8 Oct 2007 18:37:17 +0000 (18:37 +0000)] 
fix comment

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

18 years agoevent_socket connection lib for twisted python apps
Traun Leyden [Sun, 7 Oct 2007 16:47:10 +0000 (16:47 +0000)] 
event_socket connection lib for twisted python apps

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

18 years agosmal fix
Anthony Minessale [Sat, 6 Oct 2007 23:44:39 +0000 (23:44 +0000)] 
smal fix

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

18 years agoshouldn't be default
Michael Jerris [Sat, 6 Oct 2007 23:21:00 +0000 (23:21 +0000)] 
shouldn't be default

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

18 years agoupdate
Anthony Minessale [Sat, 6 Oct 2007 01:38:37 +0000 (01:38 +0000)] 
update

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

18 years agoadd headers
Anthony Minessale [Sat, 6 Oct 2007 01:05:55 +0000 (01:05 +0000)] 
add headers

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

18 years agomake encoding optional none, base64 or url encoding
Anthony Minessale [Sat, 6 Oct 2007 00:30:04 +0000 (00:30 +0000)] 
make encoding optional none, base64 or url encoding

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

18 years agoadd loglevel param to switch.conf
Anthony Minessale [Fri, 5 Oct 2007 18:59:18 +0000 (18:59 +0000)] 
add loglevel param to switch.conf

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

18 years agoupdate
Anthony Minessale [Fri, 5 Oct 2007 18:05:51 +0000 (18:05 +0000)] 
update

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

18 years agoup
Anthony Minessale [Fri, 5 Oct 2007 18:00:33 +0000 (18:00 +0000)] 
up

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

18 years agonow support 3pcc (forgot this)
Anthony Minessale [Fri, 5 Oct 2007 17:42:21 +0000 (17:42 +0000)] 
now support 3pcc (forgot this)

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

18 years agoadd auto_answer goodies
Anthony Minessale [Fri, 5 Oct 2007 17:33:13 +0000 (17:33 +0000)] 
add auto_answer goodies

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

18 years agoupdate
Anthony Minessale [Fri, 5 Oct 2007 17:05:31 +0000 (17:05 +0000)] 
update

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

18 years agoupdate
Anthony Minessale [Fri, 5 Oct 2007 16:49:15 +0000 (16:49 +0000)] 
update

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

18 years agofix (you want this)
Anthony Minessale [Fri, 5 Oct 2007 16:09:47 +0000 (16:09 +0000)] 
fix (you want this)

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

18 years agonow support 3pcc
Anthony Minessale [Fri, 5 Oct 2007 15:47:48 +0000 (15:47 +0000)] 
now support 3pcc

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

18 years agoadd line to set port right with sip calls with no sdp in the invite
Anthony Minessale [Fri, 5 Oct 2007 14:08:21 +0000 (14:08 +0000)] 
add line to set port right with sip calls with no sdp in the invite

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

18 years agoadd max_sessions fsctl command
Anthony Minessale [Fri, 5 Oct 2007 13:42:11 +0000 (13:42 +0000)] 
add max_sessions fsctl command

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

18 years agoadd option to mod_xml_curl as well to make libcurl ignore ca cert roots
Justin Cassidy [Fri, 5 Oct 2007 03:41:53 +0000 (03:41 +0000)] 
add option to mod_xml_curl as well to make libcurl ignore ca cert roots

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

18 years agoadd option to mod_xml_cdr to ignore ca root checks on https urls
Justin Cassidy [Fri, 5 Oct 2007 03:26:42 +0000 (03:26 +0000)] 
add option to mod_xml_cdr to ignore ca root checks on https urls

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

18 years agofix echo
Anthony Minessale [Fri, 5 Oct 2007 00:05:41 +0000 (00:05 +0000)] 
fix echo

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

18 years agoswitch sleep to switch_yield
Anthony Minessale [Thu, 4 Oct 2007 21:39:00 +0000 (21:39 +0000)] 
switch sleep to switch_yield

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

18 years agoadd sps count to the status output
Anthony Minessale [Thu, 4 Oct 2007 21:35:50 +0000 (21:35 +0000)] 
add sps count to the status output

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

18 years agosigh
Anthony Minessale [Thu, 4 Oct 2007 21:15:08 +0000 (21:15 +0000)] 
sigh

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

18 years agosilly
Anthony Minessale [Thu, 4 Oct 2007 21:01:52 +0000 (21:01 +0000)] 
silly

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

18 years agosmall tweak
Anthony Minessale [Thu, 4 Oct 2007 20:30:59 +0000 (20:30 +0000)] 
small tweak

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

18 years agomore cleanup
Anthony Minessale [Thu, 4 Oct 2007 20:22:37 +0000 (20:22 +0000)] 
more cleanup

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

18 years agoAdd missing lib.
Michael Jerris [Thu, 4 Oct 2007 20:16:18 +0000 (20:16 +0000)] 
Add missing lib.

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