Anthony Minessale
84c502eb1b
fix linksys bug
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10427 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-17 18:42:48 +00:00
Anthony Minessale
2ed601f934
more stuff
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10410 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-14 23:31:21 +00:00
Anthony Minessale
a2dc540831
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10392 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-14 00:20:22 +00:00
Anthony Minessale
2990ef8cd4
fix codec issue
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10390 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-13 23:07:03 +00:00
Anthony Minessale
49f353b74e
Adjust core and add video caps to mod_conference with video follow audio (first cut)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10314 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-10 18:26:41 +00:00
Anthony Minessale
9557929408
move macro to the core
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10276 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-07 00:24:31 +00:00
Brian West
b7b8570429
tweak this because lose race really means it was answered elsewhere
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10263 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-06 02:07:44 +00:00
Anthony Minessale
c217d45cf0
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10244 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-05 00:20:30 +00:00
Anthony Minessale
53b9d9c86f
more code
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10228 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-03 21:54:03 +00:00
Anthony Minessale
81c1dc0de9
redo some stuff
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10206 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-30 22:40:39 +00:00
Anthony Minessale
835d7de5e9
fix broken fix
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10192 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-29 18:00:27 +00:00
Anthony Minessale
3a4993d3dc
move code
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10180 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-28 16:31:01 +00:00
Michael Jerris
42d2c4ad28
revert, give up for the night
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10130 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-23 05:52:05 +00:00
Michael Jerris
db77741521
don't put CN in sdp answer if it was not in the offer.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10129 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-23 05:27:32 +00:00
Michael Jerris
a53121af00
revert
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10128 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-23 04:54:38 +00:00
Michael Jerris
0ec08fe3ba
another tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10127 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-23 04:48:03 +00:00
Michael Jerris
3ed8e1ad9d
tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10122 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-23 02:46:36 +00:00
Michael Jerris
69bd6a54d0
don't put CN in sdp answer if it was not in the offer.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10120 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-23 01:14:07 +00:00
Anthony Minessale
35d0476b5c
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
2008-10-22 17:12:04 +00:00
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
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
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
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
Anthony Minessale
d74b12a167
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
2008-10-13 19:26:28 +00:00
Michael Jerris
1f47ff15b3
validate strftime format string input (when necessary)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9985 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-12 21:51:51 +00:00
Anthony Minessale
205cf0534f
add proxy 3pcc mode
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9934 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 16:15:45 +00:00
Michael Jerris
76b648036a
(MODENDP-112) custom sofia::gateway_state event
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9932 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-10 15:36:02 +00:00
Anthony Minessale
a6a2d37c07
clean up some typos
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9921 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-09 23:37:26 +00:00
Anthony Minessale
be6e49cb3c
cancel proxy or no-media mode if you purposely answer or pre_answer
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9919 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-09 23:11:35 +00:00
Brian West
d04474f5d6
fix MODENDP-132
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9857 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-06 20:10:14 +00:00
Anthony Minessale
973faab42f
fix invalid one legged xfer
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9734 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-29 15:15:53 +00:00
Brian West
6ca93749d0
tweak to MODENDP-126 commit
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9688 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-27 21:41:09 +00:00
Anthony Minessale
e03d7f2721
deal with MODENDP-138
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9668 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-26 19:19:55 +00:00
Anthony Minessale
2e756baf78
deal with MODENDP-138
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9667 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-26 19:17:03 +00:00
Anthony Minessale
701334c20a
expand notify thing to let you pick a certian call_id instead of user@host
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9659 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-26 17:00:30 +00:00
Anthony Minessale
f428a89f4c
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9652 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-26 14:37:50 +00:00
Anthony Minessale
22467e38d6
fix negative number in printf
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9620 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-22 21:53:50 +00:00
Anthony Minessale
718d783272
<param name="challenge-realm" value="auto_from|auto_to|<hardcoded_val>"/>
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9617 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-22 19:14:54 +00:00
Anthony Minessale
eac4e3e10a
nut n honey
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9591 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-18 21:50:18 +00:00
Brian West
fb61897971
allow send_message and notify events to send a message/notify without a body if needed.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9590 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-18 20:43:13 +00:00
Anthony Minessale
cf14366e62
add profile civil unions warning will nuke your db table next time you update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9582 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-18 00:01:03 +00:00
Anthony Minessale
9002e9232a
add crazy transfer support
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9530 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-11 23:40:57 +00:00
Brian West
fdab19b277
I before e, except after c.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9399 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-02 03:46:27 +00:00
Anthony Minessale
ca79084134
presence tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9363 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-25 16:30:28 +00:00
Anthony Minessale
cbef00ce1f
tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9361 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-24 01:52:27 +00:00
Brian West
52450655fa
thanks sekill.... part deux
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9324 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-19 20:01:44 +00:00
Brian West
a8cdb8773f
thanks sekill....
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9323 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-19 19:43:53 +00:00
Anthony Minessale
a3e6f8f68f
fix MODAPP-126
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9287 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-13 17:24:33 +00:00
Anthony Minessale
4f670da192
add some clarification
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9238 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-11 16:12:55 +00:00