]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
17 years agowindows build
Michael Jerris [Wed, 22 Oct 2008 21:55:06 +0000 (21:55 +0000)] 
windows build

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

17 years agoupdate to previous patch
Anthony Minessale [Wed, 22 Oct 2008 18:33:12 +0000 (18:33 +0000)] 
update to previous patch

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

17 years agopass pdd data to a leg on oubound calls using bridge
Anthony Minessale [Wed, 22 Oct 2008 18:32:54 +0000 (18:32 +0000)] 
pass pdd data to a leg on oubound calls using bridge

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

17 years agomake freeswitch stop graceflly with /etc/init.d/freeswitch stop on debian
Michal Bielicki [Wed, 22 Oct 2008 18:14:58 +0000 (18:14 +0000)] 
make freeswitch stop graceflly with /etc/init.d/freeswitch stop on debian
add working dir to start-stop-dir so freeswitch dumps core in workdir

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

17 years agoadd patch from FSCORE-208
Anthony Minessale [Wed, 22 Oct 2008 17:51:34 +0000 (17:51 +0000)] 
add patch from FSCORE-208

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

17 years agosetting profile option multiple-registrations=contact key multi reg off the contact...
Anthony Minessale [Wed, 22 Oct 2008 17:40:43 +0000 (17:40 +0000)] 
setting profile option multiple-registrations=contact key multi reg off the contact string

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

17 years agoapply patch from lele for proxy mode+sip to not kill T38
Anthony Minessale [Wed, 22 Oct 2008 17:12:04 +0000 (17:12 +0000)] 
apply patch from lele for proxy mode+sip to not kill T38

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

17 years agoinbound connection to event_socket can now take over an existing channel with 'myeven...
Anthony Minessale [Wed, 22 Oct 2008 16:32:55 +0000 (16:32 +0000)] 
inbound connection to event_socket can now take over an existing channel with 'myevents <uuid>' to take on the behaviour of an outbound socket

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

17 years agovar scope masking.
Michael Jerris [Wed, 22 Oct 2008 14:08:24 +0000 (14:08 +0000)] 
var scope masking.

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

17 years agomissing p
Anthony Minessale [Wed, 22 Oct 2008 13:14:41 +0000 (13:14 +0000)] 
missing p

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

17 years agoreswig
Anthony Minessale [Wed, 22 Oct 2008 03:13:33 +0000 (03:13 +0000)] 
reswig

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

17 years agodon't deref null.
Michael Jerris [Wed, 22 Oct 2008 03:03:43 +0000 (03:03 +0000)] 
don't deref null.

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

17 years agoclean up comments
Anthony Minessale [Tue, 21 Oct 2008 23:05:53 +0000 (23:05 +0000)] 
clean up comments

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

17 years agoAdd optional <variables> and <params> tag to <gateway> tag.
Anthony Minessale [Tue, 21 Oct 2008 22:40:20 +0000 (22:40 +0000)] 
Add optional <variables> and <params> tag to <gateway> tag.

current gateways are:
<gateway>
 <param name="foo" value="bar"/>
</gateway>

now can also be:
<gateway>
 <params>
  <param name="foo" value="bar"/>
 </params>
</gateway>

now can also be:
<gateway>
 <params>
  <param name="foo" value="bar"/>
 </params>
 <variables>
  <variable name="myvar" val="myval"/>
 </variables>
</gateway>

any variables will be set on all outgoing channels using that gateway.

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

17 years agoalternate fix for MODENDP-144 that does not break eyebeam/x-lite
Anthony Minessale [Tue, 21 Oct 2008 20:01:52 +0000 (20:01 +0000)] 
alternate fix for MODENDP-144 that does not break eyebeam/x-lite

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

17 years agoMODENDP-133 (add parsing of another header for privacy info)
Michael Jerris [Tue, 21 Oct 2008 20:01:48 +0000 (20:01 +0000)] 
MODENDP-133 (add parsing of another header for privacy info)

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

17 years agoMODLANG-87 - Update to lua 5.1.4 release
Michael Jerris [Tue, 21 Oct 2008 19:39:57 +0000 (19:39 +0000)] 
MODLANG-87 - Update to lua 5.1.4 release

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

17 years agoadd tab complete
Anthony Minessale [Tue, 21 Oct 2008 19:19:49 +0000 (19:19 +0000)] 
add tab complete

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

17 years ago use the define for this
Brian West [Tue, 21 Oct 2008 19:18:40 +0000 (19:18 +0000)] 
 use the define for this

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

17 years agoadd some stuff
Anthony Minessale [Tue, 21 Oct 2008 19:05:25 +0000 (19:05 +0000)] 
add some stuff

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

17 years agoadd debug message
Anthony Minessale [Tue, 21 Oct 2008 18:14:37 +0000 (18:14 +0000)] 
add debug message

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

17 years agoadd debug message
Anthony Minessale [Tue, 21 Oct 2008 18:13:35 +0000 (18:13 +0000)] 
add debug message

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

17 years agoeven more room for t38
Anthony Minessale [Tue, 21 Oct 2008 18:04:20 +0000 (18:04 +0000)] 
even more room for t38

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

17 years agoadd all modifier to break command
Anthony Minessale [Tue, 21 Oct 2008 17:41:55 +0000 (17:41 +0000)] 
add all modifier to break command

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

17 years agomake room for t38 packets
Anthony Minessale [Tue, 21 Oct 2008 17:16:39 +0000 (17:16 +0000)] 
make room for t38 packets

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

17 years agotweak windows build
Michael Jerris [Tue, 21 Oct 2008 16:40:49 +0000 (16:40 +0000)] 
tweak windows build

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

17 years agocan't win
Anthony Minessale [Tue, 21 Oct 2008 16:27:57 +0000 (16:27 +0000)] 
can't win

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

17 years agoadd scheduler support for heartbeat
Anthony Minessale [Tue, 21 Oct 2008 16:22:38 +0000 (16:22 +0000)] 
add scheduler support for heartbeat

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

17 years agoadd vm-a1-hash param to override the a1-hash for voicemail
Michael Jerris [Mon, 20 Oct 2008 23:42:00 +0000 (23:42 +0000)] 
add vm-a1-hash param to override the a1-hash for voicemail

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

17 years agoall vm to auth from the same a1-hash param used by sip (part deux)
Anthony Minessale [Mon, 20 Oct 2008 23:27:29 +0000 (23:27 +0000)] 
all vm to auth from the same a1-hash param used by sip (part deux)

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

17 years agoall vm to auth from the same a1-hash param used by sip
Anthony Minessale [Mon, 20 Oct 2008 22:52:09 +0000 (22:52 +0000)] 
all vm to auth from the same a1-hash param used by sip

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

17 years agoadd switch_md5
Michael Jerris [Mon, 20 Oct 2008 22:45:09 +0000 (22:45 +0000)] 
add switch_md5

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

17 years agochange to reflect new code
Anthony Minessale [Mon, 20 Oct 2008 18:10:37 +0000 (18:10 +0000)] 
change to reflect new code

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@596 a93c3328-9c30-0410-af19-c9cd2b2d52af

17 years agochange to reflect new code
Anthony Minessale [Mon, 20 Oct 2008 18:10:37 +0000 (18:10 +0000)] 
change to reflect new code

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@596 a93c3328-9c30-0410-af19-c9cd2b2d52af

17 years agoclean some old members and naming conventions in the codec structs
Anthony Minessale [Mon, 20 Oct 2008 17:48:42 +0000 (17:48 +0000)] 
clean some old members and naming conventions in the codec structs

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

17 years agomove code to the right place
Anthony Minessale [Mon, 20 Oct 2008 16:33:46 +0000 (16:33 +0000)] 
move code to the right place

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

17 years agoprobable fix for MDXMLINT-35
Anthony Minessale [Mon, 20 Oct 2008 15:48:03 +0000 (15:48 +0000)] 
probable fix for MDXMLINT-35

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

17 years agotweak
Anthony Minessale [Mon, 20 Oct 2008 15:10:46 +0000 (15:10 +0000)] 
tweak

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

17 years agopatch for MODENDP-141
Anthony Minessale [Mon, 20 Oct 2008 14:19:26 +0000 (14:19 +0000)] 
patch for MODENDP-141

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

17 years agoadd fix from MODENDP-143
Anthony Minessale [Mon, 20 Oct 2008 14:09:45 +0000 (14:09 +0000)] 
add fix from MODENDP-143

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

17 years ago(FSBUILD-83) format string issue found by new gcc.
Michael Jerris [Mon, 20 Oct 2008 12:57:43 +0000 (12:57 +0000)] 
(FSBUILD-83) format string issue found by new gcc.

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

17 years ago(FSBUILD-83) no need to allocate this twice
Michael Jerris [Mon, 20 Oct 2008 12:54:37 +0000 (12:54 +0000)] 
(FSBUILD-83) no need to allocate this twice

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

17 years agoattempt to fix FSCORE-207
Michael Jerris [Mon, 20 Oct 2008 03:58:04 +0000 (03:58 +0000)] 
attempt to fix FSCORE-207

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

17 years agotweak
Michael Jerris [Mon, 20 Oct 2008 03:51:26 +0000 (03:51 +0000)] 
tweak

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

17 years agodon't send disconnect on every reply.
Michael Jerris [Mon, 20 Oct 2008 00:32:21 +0000 (00:32 +0000)] 
don't send disconnect on every reply.

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

17 years agoremove these from debs
Brian West [Mon, 20 Oct 2008 00:13:42 +0000 (00:13 +0000)] 
remove these from debs

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

17 years ago(MDXMLINT-36) don't add module interfaces before returning from error conditions...
Michael Jerris [Sun, 19 Oct 2008 23:58:43 +0000 (23:58 +0000)] 
(MDXMLINT-36) don't add module interfaces before returning from error conditions in module load functions

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

17 years agodon't add API or complete till after the config is parsed
Brian West [Sun, 19 Oct 2008 23:55:54 +0000 (23:55 +0000)] 
don't add API or complete till after the config is parsed

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

17 years agofix windows build
Michael Jerris [Sun, 19 Oct 2008 23:31:24 +0000 (23:31 +0000)] 
fix windows build

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

17 years agofix mod_shout build on windows
Michael Jerris [Sun, 19 Oct 2008 23:25:29 +0000 (23:25 +0000)] 
fix mod_shout build on windows

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

17 years agotweak, almost building libmpg123 on windows now
Michael Jerris [Sun, 19 Oct 2008 22:44:47 +0000 (22:44 +0000)] 
tweak, almost building libmpg123 on windows now

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

17 years agotweak
Michael Jerris [Sat, 18 Oct 2008 04:34:26 +0000 (04:34 +0000)] 
tweak

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

17 years agofix FSCORE-206
Anthony Minessale [Fri, 17 Oct 2008 23:00:47 +0000 (23:00 +0000)] 
fix FSCORE-206

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@595 a93c3328-9c30-0410-af19-c9cd2b2d52af

17 years agofix FSCORE-206
Anthony Minessale [Fri, 17 Oct 2008 23:00:47 +0000 (23:00 +0000)] 
fix FSCORE-206

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@595 a93c3328-9c30-0410-af19-c9cd2b2d52af

17 years agofix FSCORE-206
Anthony Minessale [Fri, 17 Oct 2008 23:00:23 +0000 (23:00 +0000)] 
fix FSCORE-206

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

17 years agofix ip change detction code for proxy mode
Anthony Minessale [Fri, 17 Oct 2008 19:25:00 +0000 (19:25 +0000)] 
fix ip change detction code for proxy mode

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

17 years agomake event socket wait for hangup on outbound mode and send disconnect message
Anthony Minessale [Fri, 17 Oct 2008 18:55:17 +0000 (18:55 +0000)] 
make event socket wait for hangup on outbound mode and send disconnect message

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

17 years agomake event socket wait for hangup on outbound mode and send disconnect message
Anthony Minessale [Fri, 17 Oct 2008 18:44:26 +0000 (18:44 +0000)] 
make event socket wait for hangup on outbound mode and send disconnect message

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

17 years agotweak so this doesn't have to eval every call
Brian West [Fri, 17 Oct 2008 08:38:30 +0000 (08:38 +0000)] 
tweak so this doesn't have to eval every call

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

17 years agothis bug found by Travis Cross and reported via mailing list. Thank you
Brian West [Fri, 17 Oct 2008 08:26:55 +0000 (08:26 +0000)] 
this bug found by Travis Cross and reported via mailing list.  Thank you

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

17 years agodoh
Anthony Minessale [Fri, 17 Oct 2008 00:10:49 +0000 (00:10 +0000)] 
doh

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

17 years agotypo
Anthony Minessale [Thu, 16 Oct 2008 20:06:13 +0000 (20:06 +0000)] 
typo

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

17 years agodoh
Anthony Minessale [Thu, 16 Oct 2008 16:48:55 +0000 (16:48 +0000)] 
doh

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

17 years agoavoiding deadlock
Anthony Minessale [Thu, 16 Oct 2008 16:34:52 +0000 (16:34 +0000)] 
avoiding deadlock

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

17 years agoadd patch to fix leak
Anthony Minessale [Thu, 16 Oct 2008 15:47:45 +0000 (15:47 +0000)] 
add patch to fix leak

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

17 years agoexpose more of apr socket code
Anthony Minessale [Thu, 16 Oct 2008 15:24:02 +0000 (15:24 +0000)] 
expose more of apr socket code

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

17 years agotweak
Brian West [Thu, 16 Oct 2008 01:51:46 +0000 (01:51 +0000)] 
tweak

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

17 years agotweak FreeSWITCH::Client to not delete keys that are already lowercase ie. variables...
Brian West [Thu, 16 Oct 2008 00:23:46 +0000 (00:23 +0000)] 
tweak FreeSWITCH::Client to not delete keys that are already lowercase ie. variables in the events

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

17 years agomake valgrind not complain about these threads
Michael Jerris [Wed, 15 Oct 2008 23:13:36 +0000 (23:13 +0000)] 
make valgrind not complain about these threads

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

17 years agoplug massive leak
Michael Jerris [Wed, 15 Oct 2008 22:57:28 +0000 (22:57 +0000)] 
plug massive leak

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

17 years agomake respond 302 work in mod_sofia
Michael Jerris [Wed, 15 Oct 2008 22:16:18 +0000 (22:16 +0000)] 
make respond 302 work in mod_sofia

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

17 years agoadd mutexes to codec set/get funcs
Anthony Minessale [Wed, 15 Oct 2008 21:54:26 +0000 (21:54 +0000)] 
add mutexes to codec set/get funcs

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

17 years agofix daft constant
Anthony Minessale [Wed, 15 Oct 2008 19:43:29 +0000 (19:43 +0000)] 
fix daft constant

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

17 years agocleanup
Michael Jerris [Wed, 15 Oct 2008 19:43:25 +0000 (19:43 +0000)] 
cleanup

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

17 years agomore work on mod_shout build on windows
Michael Jerris [Wed, 15 Oct 2008 19:42:19 +0000 (19:42 +0000)] 
more work on mod_shout build on windows

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

17 years agopart of new mod_shout build for windows.
Michael Jerris [Wed, 15 Oct 2008 17:36:01 +0000 (17:36 +0000)] 
part of new mod_shout build for windows.

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

17 years agotypo
Michael Jerris [Wed, 15 Oct 2008 17:18:56 +0000 (17:18 +0000)] 
typo

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

17 years agoadd downloads for mpg123
Michael Jerris [Wed, 15 Oct 2008 17:18:37 +0000 (17:18 +0000)] 
add downloads for mpg123

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

17 years agomore wanpipe removal please see openzap or join the #openzap irc channel on irc.freen...
Brian West [Wed, 15 Oct 2008 16:53:04 +0000 (16:53 +0000)] 
more wanpipe removal please see openzap or join the #openzap irc channel on irc.freenode.net

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

17 years agomove this to the right place now
Brian West [Wed, 15 Oct 2008 16:50:41 +0000 (16:50 +0000)] 
move this to the right place now

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

17 years agotrying a way to map attrs
John Skopis [Wed, 15 Oct 2008 04:10:06 +0000 (04:10 +0000)] 
trying a way to map attrs

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

17 years agoadd debug line
Anthony Minessale [Tue, 14 Oct 2008 23:22:39 +0000 (23:22 +0000)] 
add debug line

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

17 years agoadd some params to request for xml_curl type stuff
Anthony Minessale [Tue, 14 Oct 2008 22:13:49 +0000 (22:13 +0000)] 
add some params to request for xml_curl type stuff

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

17 years agoshout, shout, let it all out, this is the ram we were talkin about
Anthony Minessale [Tue, 14 Oct 2008 21:50:50 +0000 (21:50 +0000)] 
shout, shout, let it all out, this is the ram we were talkin about

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

17 years agofix build err
Anthony Minessale [Tue, 14 Oct 2008 19:46:47 +0000 (19:46 +0000)] 
fix build err

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

17 years agoAvoiding NitPick MODAPP_155
Anthony Minessale [Tue, 14 Oct 2008 19:39:35 +0000 (19:39 +0000)] 
Avoiding NitPick MODAPP_155

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

17 years agoadd const to macro
Anthony Minessale [Tue, 14 Oct 2008 19:17:27 +0000 (19:17 +0000)] 
add const to macro

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

17 years agoadd clarification and expose stop async
Anthony Minessale [Tue, 14 Oct 2008 19:17:08 +0000 (19:17 +0000)] 
add clarification and expose stop async

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

17 years agoset read codec to NULL for reset is better
Anthony Minessale [Tue, 14 Oct 2008 18:49:26 +0000 (18:49 +0000)] 
set read codec to NULL for reset is better

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

17 years agocleanup
Anthony Minessale [Tue, 14 Oct 2008 18:03:14 +0000 (18:03 +0000)] 
cleanup

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

17 years ago(MODLANG-86) add local script directory support to mod_lua
Michael Jerris [Tue, 14 Oct 2008 17:14:56 +0000 (17:14 +0000)] 
(MODLANG-86) add local script directory support to mod_lua

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

17 years ago(SFSIP-88) handle leak on windows
Michael Jerris [Tue, 14 Oct 2008 16:08:43 +0000 (16:08 +0000)] 
(SFSIP-88) handle leak on windows

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

17 years agoadd domain params to be found in user data output
Michael Jerris [Mon, 13 Oct 2008 22:20:24 +0000 (22:20 +0000)] 
add domain params to be found in user data output

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

17 years agoadd configuration to mod_shout to resolve some crazyness, also commit #10,000 if...
Anthony Minessale [Mon, 13 Oct 2008 21:57:07 +0000 (21:57 +0000)] 
add configuration to mod_shout to resolve some crazyness, also commit #10,000 if I only had a dollar for each one.....

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

17 years agoupdate
Anthony Minessale [Mon, 13 Oct 2008 21:17:10 +0000 (21:17 +0000)] 
update

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

17 years agomove wanpipe to unsupported please see mod_openzap
Brian West [Mon, 13 Oct 2008 19:36:49 +0000 (19:36 +0000)] 
move wanpipe to unsupported please see mod_openzap

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

17 years agoadd more profile shutdown code to compensate for bug in sofia lib on nua_destroy
Anthony Minessale [Mon, 13 Oct 2008 19:26:28 +0000 (19:26 +0000)] 
add more profile shutdown code to compensate for bug in sofia lib on nua_destroy

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

17 years agofix race in xml reloader
Anthony Minessale [Mon, 13 Oct 2008 19:25:52 +0000 (19:25 +0000)] 
fix race in xml reloader

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

17 years agodon't allocate pool we don't use.
Michael Jerris [Mon, 13 Oct 2008 16:13:41 +0000 (16:13 +0000)] 
don't allocate pool we don't use.

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

17 years agolower stack count limit to 16 (attempt to fix FSCORE-202)
Michael Jerris [Mon, 13 Oct 2008 15:42:11 +0000 (15:42 +0000)] 
lower stack count limit to 16 (attempt to fix FSCORE-202)

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