Commit Graph

4061 Commits

Author SHA1 Message Date
Anthony Minessale 9ad1130537 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5892 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-16 15:47:15 +00:00
Anthony Minessale 1081cc707a add pause to speech in openmrcp
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5891 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-16 15:33:21 +00:00
Anthony Minessale cfb0324e0e fix xml to work with v1/voxeo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5890 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-16 15:25:38 +00:00
Brian West 83f3089b15 start of phrase xml file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5889 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-16 15:10:19 +00:00
Anthony Minessale 1ae9e8f6b6 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
2007-10-16 14:36:39 +00:00
Anthony Minessale b50e8f5c9a add switch_stristr and use it in dptools
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5887 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-16 14:24:02 +00:00
Anthony Minessale e5b16c4374 add channel_originate event
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5886 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-16 13:56:44 +00:00
Anthony Minessale 9bb1534901 fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5885 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-16 01:51:15 +00:00
Anthony Minessale 2b9a0327d0 wait there's more
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5884 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-16 01:08:51 +00:00
Anthony Minessale 5baa5facf0 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
2007-10-15 23:49:05 +00:00
Brian West e3acfce77d cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5882 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-15 21:43:12 +00:00
Anthony Minessale c8c6d97d9e update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5881 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-15 21:03:56 +00:00
Michael Jerris 3c10d5af76 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
2007-10-15 18:31:10 +00:00
Anthony Minessale 9b7928ee85 tweak defaults
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5879 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-15 18:02:21 +00:00
Justin Cassidy d7edc5dc77 doh, my perl sux...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5878 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-15 17:40:45 +00:00
Justin Cassidy 557660ca4f 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
2007-10-15 17:16:45 +00:00
Anthony Minessale b8457503ea 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
2007-10-15 16:25:08 +00:00
Anthony Minessale be921bed1a 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
2007-10-15 14:00:48 +00:00
Brian West db2d6dfe2f remove this also since its deprecated
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5874 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-13 20:41:18 +00:00
Brian West ed5703e702 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5873 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-13 20:39:48 +00:00
Anthony Minessale ad33cdbbfb tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5872 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-13 14:43:22 +00:00
Brian West 022d61004e 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
2007-10-13 03:35:19 +00:00
Brian West 24faa9dd4a 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
2007-10-13 01:21:55 +00:00
Brian West f48fb371b5 adding to default config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5869 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-13 01:14:45 +00:00
Anthony Minessale 5f9f6ac05b update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5868 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-13 00:52:31 +00:00
Anthony Minessale e6d08bcc06 sort by urgent
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5867 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-13 00:22:13 +00:00
Brian West 8db892c31b add mod_voicemail to default build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5866 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-13 00:21:31 +00:00
Brian West c6a35721fb Add FreeNUM ISN lookup example, Thanks [intra]lanman
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5865 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-12 23:59:23 +00:00
Brian West d1ff29dda5 temp tweak pending build system change
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5864 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-12 23:53:32 +00:00
Brian West 49fbd1d835 tweak default config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5863 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-12 23:50:14 +00:00
Anthony Minessale 072b9211c0 make compares case insensitive
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5862 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-12 23:49:43 +00:00
Anthony Minessale 9154a2dd7f 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
2007-10-12 23:34:30 +00:00
Anthony Minessale 8a8434e099 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5860 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-12 23:22:02 +00:00
Brian West 12d032b9cc add MAC OS X
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5859 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-12 22:56:15 +00:00
Michael Jerris 12eb8c5a87 fix loading on windows
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5858 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-12 22:54:18 +00:00
Anthony Minessale df7d03a971 add missing example config option to sofia config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5857 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-12 22:10:31 +00:00
Michael Jerris 294d45fe9d fix build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5856 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-12 22:08:52 +00:00
Anthony Minessale 09d42df7c6 add urgentness
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5855 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-12 22:08:30 +00:00
Michael Jerris cf58dd44fe fix build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5854 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-12 22:08:01 +00:00
Michael Jerris e8f7c1b4fc fix windows build.. break other things.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5853 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-12 20:14:41 +00:00
Anthony Minessale e1fbb6ff65 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5852 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-12 19:22:50 +00:00
Anthony Minessale 0a980a4ff9 minor adj
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5851 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-12 17:12:31 +00:00
Anthony Minessale 96628675b5 update and test for odbc support
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5850 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-12 16:49:14 +00:00
Anthony Minessale 4bd0e998d0 add undocumented param
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5849 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-12 14:53:52 +00:00
Anthony Minessale 92b0269c4c doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5848 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-12 13:34:26 +00:00
Anthony Minessale 5a3c08c22d small adjustments
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5847 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-12 13:31:12 +00:00
Anthony Minessale 230a77714d EXECUTE ORDER 66
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5846 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-12 03:28:59 +00:00
Michael Jerris 0df71feee8 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
2007-10-12 03:08:54 +00:00
Michael Jerris 7a4ed161c2 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
2007-10-11 21:14:34 +00:00
Michael Jerris fe2c4f7593 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
2007-10-11 20:09:51 +00:00