Anthony Minessale
9c176dc203
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
2008-10-21 22:40:20 +00:00
Anthony Minessale
ef24ef8db9
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
2008-10-21 20:01:52 +00:00
Michael Jerris
7904c46533
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
2008-10-21 20:01:48 +00:00
Michael Jerris
38dc44dc84
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
2008-10-21 19:39:57 +00:00
Anthony Minessale
350fca115f
add tab complete
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10099 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 19:19:49 +00:00
Anthony Minessale
b963a1c142
add some stuff
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10097 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 19:05:25 +00:00
Anthony Minessale
9ef64432cb
add debug message
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10096 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 18:14:37 +00:00
Anthony Minessale
80d0dd84c6
add debug message
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10095 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 18:13:35 +00:00
Anthony Minessale
fa266f5349
add all modifier to break command
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10093 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 17:41:55 +00:00
Michael Jerris
d721a1cf38
tweak windows build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10091 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 16:40:49 +00:00
Anthony Minessale
599d8af59f
can't win
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10090 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 16:27:57 +00:00
Anthony Minessale
d288630b64
add scheduler support for heartbeat
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10089 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-21 16:22:38 +00:00
Michael Jerris
fc4260a98a
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
2008-10-20 23:42:00 +00:00
Anthony Minessale
64f4e98eb5
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
2008-10-20 23:27:29 +00:00
Anthony Minessale
26a89ab3dc
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
2008-10-20 22:52:09 +00:00
Anthony Minessale
30c318b995
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
2008-10-20 17:48:42 +00:00
Anthony Minessale
f1da124229
move code to the right place
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10083 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 16:33:46 +00:00
Anthony Minessale
d5b6b9f259
probable fix for MDXMLINT-35
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10082 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 15:48:03 +00:00
Anthony Minessale
65bba7db13
tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10081 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 15:10:46 +00:00
Anthony Minessale
264147a556
patch for MODENDP-141
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10080 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 14:19:26 +00:00
Anthony Minessale
e8f71c156d
add fix from MODENDP-143
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10079 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 14:09:45 +00:00
Michael Jerris
a295396337
(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
2008-10-20 12:57:43 +00:00
Michael Jerris
e01c28c6d5
(FSBUILD-83) no need to allocate this twice
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10077 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 12:54:37 +00:00
Michael Jerris
7a16dbec4c
tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10075 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 03:51:26 +00:00
Michael Jerris
f6925f622d
don't send disconnect on every reply.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10074 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-20 00:32:21 +00:00
Michael Jerris
78fe4073e1
(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
2008-10-19 23:58:43 +00:00
Brian West
9f70152968
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
2008-10-19 23:55:54 +00:00
Michael Jerris
de719816ac
fix windows build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10070 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-19 23:31:24 +00:00
Michael Jerris
622cc92304
tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10067 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-18 04:34:26 +00:00
Anthony Minessale
8c663f8586
fix ip change detction code for proxy mode
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10055 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-17 19:25:00 +00:00
Anthony Minessale
d0b4a78a56
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
2008-10-17 18:55:17 +00:00
Anthony Minessale
c109eee26e
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
2008-10-17 18:44:26 +00:00
Anthony Minessale
aea6a6277e
typo
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10047 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-16 20:06:13 +00:00
Brian West
acf038ba83
tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10042 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-16 01:51:46 +00:00
Michael Jerris
8ec42371bb
make respond 302 work in mod_sofia
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10038 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-15 22:16:18 +00:00
Michael Jerris
16783be689
cleanup
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10032 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-15 19:43:25 +00:00
Michael Jerris
4488b3d5ed
more work on mod_shout build on windows
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10031 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-15 19:42:19 +00:00
Michael Jerris
960ea8b6d8
part of new mod_shout build for windows.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10029 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-15 17:36:01 +00:00
Michael Jerris
17e8c3e8a6
typo
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10028 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-15 17:18:56 +00:00
John Skopis
4ed15b330e
trying a way to map attrs
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10021 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-15 04:10:06 +00:00
Anthony Minessale
41a8efb579
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
2008-10-14 22:13:49 +00:00
Anthony Minessale
b84dcd0dac
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
2008-10-14 21:50:50 +00:00
Anthony Minessale
d192f195b3
fix build err
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10016 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-14 19:46:47 +00:00
Anthony Minessale
aac2fb84ad
Avoiding NitPick MODAPP_155
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10015 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-14 19:39:35 +00:00
Anthony Minessale
baf6560816
add clarification and expose stop async
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10013 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-14 19:17:08 +00:00
Anthony Minessale
372b7f8d48
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
2008-10-14 18:49:26 +00:00
Michael Jerris
fe9e0e1574
(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
2008-10-14 17:14:56 +00:00
Michael Jerris
c728ea3455
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
2008-10-13 22:20:24 +00:00
Anthony Minessale
493bd6a5ba
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
2008-10-13 21:57:07 +00:00
Brian West
42cb2307d4
move wanpipe to unsupported please see mod_openzap
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9998 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-13 19:36:49 +00:00