Commit graph

942 commits

Author SHA1 Message Date
Michael Jerris
ca15367736 add mod_nibblebill
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13458 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 04:50:59 +00:00
Brian West
ee0fd0d3a7 you can call 9999 from a zrtp endpoint and enroll this should be replaced with an IVR to explain it a bit but most of the work happens client side at this point
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13445 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 01:52:48 +00:00
Brian West
fc6c8e05aa conf fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13441 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-26 23:11:35 +00:00
Brian West
c8d0cea3f2 thank god this was pointed out AFTER pre8
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13437 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-26 17:38:22 +00:00
Michael Jerris
9bc4c10b5c remove questions
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13413 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-21 18:37:03 +00:00
Ken Rice
6074bc9714 small regex adjustment so we can dial PSTN numbers that happen to have 4000 in them
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13409 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-21 07:03:15 +00:00
Michael Jerris
2c7a894c02 woops need this too
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13407 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-20 23:05:28 +00:00
Anthony Minessale
b0bf26153a make autoflush on bridge the default
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13389 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-19 17:49:21 +00:00
Brian West
d9f50be754 adding default local stream just in case
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13376 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-18 17:04:51 +00:00
Michael Jerris
b80395c91d remove mailbox= attribute
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13375 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-18 15:42:38 +00:00
Brian West
e31f84aa38 MODAPP-173 you'll need the latest sounds and a make vm-sync to use this
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13314 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-14 22:47:44 +00:00
Brian West
b674b438ae sigh, polycom srtp will work now
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13295 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-14 00:15:06 +00:00
Buklov Boris Vladimirovich
152527a12b macro voicemail_message_count fix v.2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13277 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-11 18:57:38 +00:00
Buklov Boris Vladimirovich
7351abcdf8 macro voicemail_message_count fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13276 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-11 18:34:22 +00:00
Anthony Minessale
f0d1c47536 add rtp-autoflush-during-bridge param
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13249 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-07 15:07:04 +00:00
Mathieu Rene
a977b8d640 Add sofia profile params to fine-tune timers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13245 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-06 18:12:44 +00:00
Brian West
8fcbf6bf83 clean up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13234 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-05 15:51:30 +00:00
Traun Leyden
0d1572607b document dist-dtmf member flag
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13208 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-30 04:55:40 +00:00
Anthony Minessale
e223c655b8 Stings of files
method 1 high level (core most funcs that use switch_ivr_playback)

Delimiter is set by a var which also enables the parser 
<action application="set" data="playback_delimiter=!"/>
<action application="set" data="playback_sleep_val=500"/>
<action application="playback" data="/ram/sr8k.wav!/ram/swimp.wav"/>

method 2 low level (mod_file_string lower level code that uses direct file handles)

Delimiter is always !
<action application="playback" data="file_string:///ram/sr8k.wav!/ram/swimp.wav"/>



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13182 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-28 23:46:18 +00:00
Brian West
60e8dcd6b7 remove invalid options from profiles
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13153 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-26 15:06:13 +00:00
Anthony Minessale
696bf57c1f clue choo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13069 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-17 03:05:33 +00:00
Michael Collins
6810445738 Add ext 9991 as ClueCon ext; use transfer instead of bridge on demo ivr opt #4
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13046 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 20:33:49 +00:00
Buklov Boris Vladimirovich
a49f5dcc29 Update phrase_ru.xml to include v1.0.8 sound prompts
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13045 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 20:13:53 +00:00
Michael Collins
12e17ded65 Update sample IVR to include ClueCon reg option :)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13043 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 19:58:45 +00:00
Anthony Minessale
4fe03913d3 MODAPP-260
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13035 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 16:54:54 +00:00
Anthony Minessale
a9f9704388 make mod_iax async
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13021 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-14 22:41:34 +00:00
Rupa Schomaker
ca39144a1e config file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12994 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-11 03:14:17 +00:00
Buklov Boris Vladimirovich
13e3d99e6a change patch for ru files
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12980 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-10 05:25:21 +00:00
Buklov Boris Vladimirovich
f93dbc6001 Russian translate
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12970 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-09 20:20:07 +00:00
Buklov Boris Vladimirovich
5f1caf2660 Russian translate
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12968 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-09 20:15:43 +00:00
Brian West
e37d8fb413 Lets not make XML Parsers mad now
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12945 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-08 02:44:23 +00:00
Michael Jerris
65e8a11e52 tweak the configs to bind siptrace on and off to F10 and F11
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12938 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-07 19:30:07 +00:00
Mathieu Rene
c6382ace70 MODAPP-251
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12916 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-06 16:36:33 +00:00
Anthony Minessale
b28088889d add rtp-autofix-timing (defauts to true even when not present) set to false to disable it FSCORE-281
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12904 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-03 15:09:30 +00:00
Robert Joly
a6065fb411 Added gatekeeper support.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12878 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-01 23:10:52 +00:00
Rupa Schomaker
13d3efb6d0 add sample config for mod_memcache
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12872 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-01 19:05:34 +00:00
Michael Jerris
9e32c325ce FSCONFIG-5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12838 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-30 14:24:14 +00:00
Michael Jerris
e4da4eb756 You can lead a horse to water
But you can't make him drink
You can send a kid to college
But you can't make him think

PLEASE THINK!

/b




git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12802 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-27 01:44:28 +00:00
Anthony Minessale
6c4f7c9e07 MODAPP-237
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12685 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-20 15:28:50 +00:00
Brian West
ffca185283 add undocumented features to the config file example someone wiki this please
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12659 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-18 19:17:31 +00:00
Brian West
e941f7f4a4 MODLANG-105
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12658 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-18 18:56:36 +00:00
Rupa Schomaker
dc857646dd update sample config with custom_sql example
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12621 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-16 16:07:11 +00:00
Ken Rice
4db6814d75 format fixing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12609 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-15 09:37:47 +00:00
Brian West
fda73fc4a9 sigh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12596 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-13 22:31:25 +00:00
Brian West
63058fbb64 revert
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12576 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-11 22:13:26 +00:00
Anthony Minessale
0d38a7cf39 hijack gcrypt init call to fix threadsafe race in dingaling and fix buffer overrun in iksemel
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12575 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-11 21:22:14 +00:00
Brian West
926c70630b revert
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12393 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-03 20:20:27 +00:00
Anthony Minessale
8d965c32b2 FSCORE-297 FSCORE-305 FSCORE-315
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12392 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-03 20:16:05 +00:00
Brian West
34f5a778ca typo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12356 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-02 16:47:09 +00:00
Brian West
9557fa98d3 typo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12355 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-02 16:40:21 +00:00