]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Michael Jerris [Thu, 30 Aug 2007 19:37:32 +0000 (19:37 +0000)]
all the drafts say to use "full" not "yes" for privacy= in rpid. We still accept either.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5683
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 30 Aug 2007 15:38:21 +0000 (15:38 +0000)]
try to pass cause code on calls ended during early media
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5682
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 30 Aug 2007 15:28:32 +0000 (15:28 +0000)]
fix warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5681
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Thu, 30 Aug 2007 01:52:05 +0000 (01:52 +0000)]
silence picky compiler.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5680
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 30 Aug 2007 00:25:06 +0000 (00:25 +0000)]
cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5679
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 29 Aug 2007 20:38:00 +0000 (20:38 +0000)]
silence picky compiler.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5678
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 29 Aug 2007 19:33:27 +0000 (19:33 +0000)]
c'mon wtf
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5677
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 29 Aug 2007 18:56:04 +0000 (18:56 +0000)]
silly
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5676
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 28 Aug 2007 22:44:02 +0000 (22:44 +0000)]
little cleanup, remove unnecessary (char *) cast.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5674
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 28 Aug 2007 21:55:30 +0000 (21:55 +0000)]
simplify by using switch_caller_profile_clone and switch_caller_profile_dup.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5673
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 28 Aug 2007 21:43:18 +0000 (21:43 +0000)]
simplify by using switch_caller_profile_clone.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5672
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 28 Aug 2007 17:08:32 +0000 (17:08 +0000)]
fix stupidity
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5671
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 28 Aug 2007 17:06:20 +0000 (17:06 +0000)]
clean up speak code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5670
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 28 Aug 2007 16:41:38 +0000 (16:41 +0000)]
add ability to match in dialplan to the ton and numplan caller profile fields. added switch_caller_profile_dup function to be used in the future for places where we copy one profile to another to reduce code duplication. add "pool" member to the caller profile for when we need to allocate strings off that pool.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5669
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 28 Aug 2007 15:31:52 +0000 (15:31 +0000)]
dos2unix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5668
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 27 Aug 2007 20:53:48 +0000 (20:53 +0000)]
free xml later in the code to avoid freeing used memory
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5667
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 27 Aug 2007 20:43:34 +0000 (20:43 +0000)]
fix reg var scope
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5666
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Traun Leyden [Sat, 25 Aug 2007 22:57:44 +0000 (22:57 +0000)]
abort upon receiving an empty result in freeswitch event
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5665
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Sat, 25 Aug 2007 21:33:26 +0000 (21:33 +0000)]
change javascript and confernece to use cached speech handles
This is for better performace and to take atvantage of mrcp connections.
There should be no apparent change in usage.
The conference now supports changing the voice via the text string
by starting a text blurb with #voice# eg
#william#This will sound like William.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5664
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Ken Rice [Thu, 23 Aug 2007 18:34:50 +0000 (18:34 +0000)]
fix and ooops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5661
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Arsen Chaloyan [Wed, 22 Aug 2007 19:15:11 +0000 (19:15 +0000)]
add common for asr and tts FLAG_HAS_MESSAGE to indicate there is a mrcp message to process; fix processing of some mrcp responses and events.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5660
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Traun Leyden [Wed, 22 Aug 2007 14:23:28 +0000 (14:23 +0000)]
speech recognition demo in python
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5659
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 22 Aug 2007 13:16:37 +0000 (13:16 +0000)]
map 404 correct per rfc 4497
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5658
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 22 Aug 2007 03:10:08 +0000 (03:10 +0000)]
pass new caller profile vars across the bridge.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5657
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 22 Aug 2007 02:55:19 +0000 (02:55 +0000)]
pass new caller profile vars across the bridge.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5656
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 22 Aug 2007 00:22:22 +0000 (00:22 +0000)]
add utility app for profile vars
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5655
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 22 Aug 2007 00:21:09 +0000 (00:21 +0000)]
fix windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5654
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 21 Aug 2007 19:00:06 +0000 (19:00 +0000)]
let session.sayPhrase method take a blank language string
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5653
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 21 Aug 2007 18:18:45 +0000 (18:18 +0000)]
re-apply change to shutdown to not unload
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5652
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Traun Leyden [Tue, 21 Aug 2007 16:48:56 +0000 (16:48 +0000)]
return success from asr_feed when audio_sink hasnt yet been created. prevents a sporadic seg fault
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5650
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 21 Aug 2007 15:49:31 +0000 (15:49 +0000)]
fix conference buffer for 30ms conference and 20ms chans
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5649
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 21 Aug 2007 14:48:16 +0000 (14:48 +0000)]
add NDLB-broken-auth-hash option for interop with eyebeam and zoiper
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5648
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 21 Aug 2007 14:01:24 +0000 (14:01 +0000)]
add type of number and number plan vars to the caller profile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5647
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Arsen Chaloyan [Tue, 21 Aug 2007 11:45:16 +0000 (11:45 +0000)]
mrcp message body must contain '\0' at the end; no need to str copy buffer, when it is already allocated from the pool
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5646
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Arsen Chaloyan [Tue, 21 Aug 2007 07:16:37 +0000 (07:16 +0000)]
gracefully unload openmrcp module on shutdown
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5645
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 20 Aug 2007 23:09:58 +0000 (23:09 +0000)]
don't unload
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5644
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Traun Leyden [Mon, 20 Aug 2007 22:18:06 +0000 (22:18 +0000)]
attempting to fix shutdown segfault, convert to new style module loading as seen in mod_cepstral
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5643
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Traun Leyden [Mon, 20 Aug 2007 22:09:02 +0000 (22:09 +0000)]
fix compile error
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5642
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 20 Aug 2007 21:25:06 +0000 (21:25 +0000)]
tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5639
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Traun Leyden [Mon, 20 Aug 2007 20:02:14 +0000 (20:02 +0000)]
did not have a return value and was breaking on windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5638
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Arsen Chaloyan [Mon, 20 Aug 2007 19:25:59 +0000 (19:25 +0000)]
set the highest (disable) mrcp log priority by default; log priority can be changed from mod_openmrcp.conf.xml->settings->log_level=7 [0-7]
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5636
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Arsen Chaloyan [Mon, 20 Aug 2007 19:09:19 +0000 (19:09 +0000)]
add FLAG_TERMINATING to trigger normal and unexpected (abnormal) session termination
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5635
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Arsen Chaloyan [Mon, 20 Aug 2007 18:10:00 +0000 (18:10 +0000)]
asr result in mrcp message body must be checked to exist before use
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5633
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 20 Aug 2007 18:06:08 +0000 (18:06 +0000)]
remove inline from timer to avoid unhappyness
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5632
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Traun Leyden [Mon, 20 Aug 2007 16:43:42 +0000 (16:43 +0000)]
fix a bug introduced in last mod_python commit on greenlizard branch where dtmfs will segfault the switch due to an incorrect Py_XDECREF.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5626
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 20 Aug 2007 16:35:22 +0000 (16:35 +0000)]
fix FSCORE-45
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5625
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Traun Leyden [Mon, 20 Aug 2007 16:33:28 +0000 (16:33 +0000)]
1. add collectInput method. 2. modify the dtmf callback handlers to better deal with event inputs, as opposed to dtmf inputs. currently returns a dictionary where one key contains the body, and another contains the headers as a subdictionary.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5624
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 20 Aug 2007 16:04:02 +0000 (16:04 +0000)]
fix MODLANG-41
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5623
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Traun Leyden [Mon, 20 Aug 2007 15:53:04 +0000 (15:53 +0000)]
sample openmrcp config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5622
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Mon, 20 Aug 2007 13:48:26 +0000 (13:48 +0000)]
add mod_openmrcp to freeswitch windows build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5620
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Arsen Chaloyan [Mon, 20 Aug 2007 12:44:13 +0000 (12:44 +0000)]
mutex must be locked before channel_add call
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5619
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Arsen Chaloyan [Mon, 20 Aug 2007 10:57:26 +0000 (10:57 +0000)]
dos2unix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5618
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sun, 19 Aug 2007 21:20:32 +0000 (21:20 +0000)]
fix fresh build. We need to configure later becasue apr must be built before libopenmrcp configure
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5617
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sun, 19 Aug 2007 20:44:05 +0000 (20:44 +0000)]
fix mod_openmrcp build on OS X
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5616
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sun, 19 Aug 2007 20:22:00 +0000 (20:22 +0000)]
cleaner mod_openmrcp build in tree
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5615
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sun, 19 Aug 2007 20:19:01 +0000 (20:19 +0000)]
use relative path
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@309
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Michael Jerris [Sun, 19 Aug 2007 20:19:01 +0000 (20:19 +0000)]
use relative path
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@309
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Michael Jerris [Sun, 19 Aug 2007 08:36:25 +0000 (08:36 +0000)]
fix for MODCODEC-2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5614
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sun, 19 Aug 2007 08:08:04 +0000 (08:08 +0000)]
make windows build update version info out of configure.in settings like the autotools build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5612
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sun, 19 Aug 2007 05:13:01 +0000 (05:13 +0000)]
remove some files that are no longer in tree from the solution.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5611
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sun, 19 Aug 2007 05:01:08 +0000 (05:01 +0000)]
modify how we build switch_version.h so we can better handle releases
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5610
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sun, 19 Aug 2007 01:00:34 +0000 (01:00 +0000)]
Make version string have major, minor, and micro version.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5609
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sun, 19 Aug 2007 00:18:34 +0000 (00:18 +0000)]
line endings.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5608
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Arsen Chaloyan [Sat, 18 Aug 2007 20:18:29 +0000 (20:18 +0000)]
no blocking wait, requests and events are called async, the only sync call is channel creation yet.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5607
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Traun Leyden [Fri, 17 Aug 2007 21:52:42 +0000 (21:52 +0000)]
throw errors when configuration is invalid. check for null point in asr_feed to prevent segfault when testing against certain asr servers.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5606
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Arsen Chaloyan [Fri, 17 Aug 2007 21:00:56 +0000 (21:00 +0000)]
added support for multiple mrcp profiles; using unified mrcp session for asr, tts channels
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5605
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Thu, 16 Aug 2007 17:19:27 +0000 (17:19 +0000)]
fix registration bug when doing authed calls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5604
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Arsen Chaloyan [Thu, 16 Aug 2007 14:20:21 +0000 (14:20 +0000)]
using FS media clock to send/receive audio data within asr/tts feed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5603
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 15 Aug 2007 15:54:00 +0000 (15:54 +0000)]
fix sloppy commit when updated to new module interface
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@308
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Michael Jerris [Wed, 15 Aug 2007 15:54:00 +0000 (15:54 +0000)]
fix sloppy commit when updated to new module interface
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@308
a93c3328 -9c30-0410-af19-
c9cd2b2d52af
Anthony Minessale [Tue, 14 Aug 2007 19:36:56 +0000 (19:36 +0000)]
revert unintended commit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5602
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 14 Aug 2007 19:34:53 +0000 (19:34 +0000)]
don't rebuild mod_shout on every make
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5601
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Arsen Chaloyan [Tue, 14 Aug 2007 17:37:57 +0000 (17:37 +0000)]
to compile mod_openmrcp under vs2005 (variables should be declared first)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5600
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Arsen Chaloyan [Tue, 14 Aug 2007 14:56:06 +0000 (14:56 +0000)]
adapted to the latest client side API changes in OpenMRCP, removed unnecesseray includes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5599
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 13 Aug 2007 23:50:01 +0000 (23:50 +0000)]
fix small unlikely but still possible bugs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5598
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Traun Leyden [Mon, 13 Aug 2007 23:49:37 +0000 (23:49 +0000)]
speak-finished event now being handled, passed up to freeswitch to let it know speech has stopped. audio sounds fine
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5597
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 13 Aug 2007 23:37:22 +0000 (23:37 +0000)]
fix missing deref of root xml registry in xml_cdr that causes a hang
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5595
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Traun Leyden [Mon, 13 Aug 2007 18:19:55 +0000 (18:19 +0000)]
initial dev version of mod_openmrcp, not ready for use yet
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5593
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Fri, 10 Aug 2007 14:27:25 +0000 (14:27 +0000)]
add close method needs testing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5583
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 9 Aug 2007 18:20:58 +0000 (18:20 +0000)]
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5581
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 9 Aug 2007 17:57:14 +0000 (17:57 +0000)]
small tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5580
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Thu, 9 Aug 2007 03:19:07 +0000 (03:19 +0000)]
fix for MODAPP-25.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5579
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 8 Aug 2007 14:37:19 +0000 (14:37 +0000)]
add context option
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5578
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 7 Aug 2007 02:46:55 +0000 (02:46 +0000)]
fix for MODAPP-17, using the +pin on the conference app args, with nothing following the + will now override and not prompt for a pin
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5577
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Mon, 6 Aug 2007 21:25:56 +0000 (21:25 +0000)]
change error level
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5575
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Mon, 6 Aug 2007 19:24:10 +0000 (19:24 +0000)]
sync with latest sofia tree.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5574
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Mon, 6 Aug 2007 18:10:30 +0000 (18:10 +0000)]
use .so not .dylib for modules on OS-X, fix for MODENDP-16
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5573
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Mon, 6 Aug 2007 17:29:48 +0000 (17:29 +0000)]
fix for FSBUILD-9, allow recovery from libshout configure failure
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5572
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Mon, 6 Aug 2007 17:18:16 +0000 (17:18 +0000)]
fix for MODAPP-24
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5571
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Mon, 6 Aug 2007 17:04:08 +0000 (17:04 +0000)]
fix of MODENDP-22
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5570
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sat, 4 Aug 2007 06:09:48 +0000 (06:09 +0000)]
fix for MODENDP-21. We should add better handling of all the possible values for this.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5569
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sat, 4 Aug 2007 06:03:33 +0000 (06:03 +0000)]
fix for FSCORE-44, implement uuid_setvar api command.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5568
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Fri, 3 Aug 2007 21:41:18 +0000 (21:41 +0000)]
fix for MODENDP-19
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5567
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Fri, 3 Aug 2007 21:29:01 +0000 (21:29 +0000)]
fix for FSCORE-40
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5566
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Fri, 3 Aug 2007 16:56:54 +0000 (16:56 +0000)]
fix for FSCORE-37
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5565
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Fri, 3 Aug 2007 16:46:21 +0000 (16:46 +0000)]
fix for FSCORE-34
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5564
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Fri, 3 Aug 2007 16:26:32 +0000 (16:26 +0000)]
stupidly forgot to include linefeed and carraige return in ok chars for vars thus breaking bypass_media mode for who knows how long...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5563
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Fri, 3 Aug 2007 16:13:32 +0000 (16:13 +0000)]
fix for MODLANG-38
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5562
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Fri, 3 Aug 2007 15:43:23 +0000 (15:43 +0000)]
MODAPP-11 whoops.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5561
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Fri, 3 Aug 2007 15:41:39 +0000 (15:41 +0000)]
fix for MODAPP-11
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5560
d0543943 -73ff-0310-b7d9-
9358b9ac24b2