Anthony Minessale
b03a9e7602
google commit
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10258 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-05 20:16:44 +00:00
Anthony Minessale
0cd4cf99bf
compensate for strange socket bug in macos
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10257 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-05 18:29:18 +00:00
Anthony Minessale
25b2a61721
udpate
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10256 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-05 18:22:36 +00:00
Stefan Knoblich
c9f4c0ca6f
Fix mod_managed staged install
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10255 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-05 18:08:04 +00:00
Anthony Minessale
4ffbf8c042
swigall
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10253 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-05 17:28:31 +00:00
Anthony Minessale
869302e302
add flush_dtmf app and uuid_flush_dtmf api command
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10252 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-05 17:25:54 +00:00
Michael Jerris
af0d0d28c4
remove extra ;s
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10251 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-05 17:12:26 +00:00
Brian West
22c37c1a1a
move this to profile debug its harmless mostly
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10250 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-05 15:55:53 +00:00
Brian West
3cea8ee03a
fix logic bug pointed out by nikko on IRC
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10249 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-05 15:38:14 +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
Brian West
71f94e0ee5
tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10243 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-05 00:01:37 +00:00
Brian West
5598254651
tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10242 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-04 23:29:17 +00:00
Brian West
efcf882f5a
comment this out unless you really know what this does
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10241 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-04 21:50:26 +00:00
Brian West
881b45a11e
tweak from Carlos
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10240 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-04 19:31:49 +00:00
Anthony Minessale
c9a24dd36e
Add ability to choose uuid from originate string (use at your own risk)
...
[origination_uuid=someid]sofia/default/100@dom.com
it's only valid in [], cannot be used on 2 existing calls at once and is not
reccommended if you don't need it.
event_socket users can use it to do
api create_uuid
#### (then save uuid into a local variable say $uuid) ###
filter unique-id $uuid
events all
originate [origination_uuid=$uuid]sofia/default/100@dom.com
Then you can get all the events in anticipation on that channel.
Anything people do to cause problems misusing this will not be supported.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10239 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-04 16:46:33 +00:00
Michael Jerris
807bef81ed
make hash case sensitive so we can have same file format both upper and lower case (.gsm vs .GSM)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10238 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-04 15:41:25 +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
7074c7abdd
add hashing to event header lookup
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10227 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-03 20:08:44 +00:00
Anthony Minessale
d4087da371
follow on MODENDP-147
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10226 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-03 20:07:45 +00:00
Michael Jerris
726221b643
200 OK re-invite without sdp
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10225 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-03 19:56:48 +00:00
Michael Jerris
473a45c074
fix msvc build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10224 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-03 19:56:16 +00:00
Brian West
e3753e99ef
cache auth_gateway_name in sofia for challenged bye
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10222 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-03 17:39:09 +00:00
Anthony Minessale
3766601b5a
fix FSCORE-216 declinatio mortuus obfirmo
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10221 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-03 16:38:32 +00:00
Anthony Minessale
f4904d09c5
fix FSCORE-215
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10220 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-03 15:45:38 +00:00
Michael Giagnocavo
4d9d2121cd
Ignore warning 4505 in release too
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10219 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-03 06:39:32 +00:00
Stefan Knoblich
2e9b22f39d
Add quotation marks to clarify acl messages + indentation cleanup
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10218 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-02 20:14:12 +00:00
Anthony Minessale
1a07de8743
swigall
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10217 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-02 02:10:01 +00:00
Anthony Minessale
f7d78f8626
move logic down a step
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10216 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-01 16:18:04 +00:00
Michael Jerris
8152198348
initial checkin of switch_dso.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10215 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-31 21:53:07 +00:00
Anthony Minessale
44b6886c7a
add tz stuff to mod_say_en, other langs need similar code
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10214 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-31 20:24:06 +00:00
Michael Jerris
d837f0adff
fix 2005 build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10213 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-31 20:08:21 +00:00
Anthony Minessale
c2133d4d62
add more debugging
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10212 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-31 19:14:19 +00:00
Michael Jerris
86e4283ade
windows build fixes.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10211 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-31 18:22:00 +00:00
Anthony Minessale
def5574449
silence warning
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10210 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-31 17:18:45 +00:00
Anthony Minessale
ab1bbcf7ac
swigall
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10209 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-31 17:14:48 +00:00
Anthony Minessale
235bf0c075
one more for good measure
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10208 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-31 15:20:18 +00:00
Anthony Minessale
de0ed8f226
update filters to have optional - prefix to omit a match within a match from the positive filter
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10207 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-30 23:37:16 +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
Brian West
e708b762dc
revert previous change so voicemail length check works
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10205 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-30 17:37:52 +00:00
Anthony Minessale
d07bfb56f6
whatcha talking bout
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10204 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-30 16:40:54 +00:00
Anthony Minessale
09f7c7f660
fix typo thanks MichaelGG
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10203 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-30 15:18:07 +00:00
Anthony Minessale
623ba5c271
patch for FSCORE-205
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10202 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-30 12:46:09 +00:00
Anthony Minessale
93b20b8dc9
add path thing for mwi
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10201 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-30 03:12:52 +00:00
Michael Jerris
fb90c20bc7
bug found by pyite in new filter feature.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10200 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-30 02:27:22 +00:00
Anthony Minessale
7afabe3c23
apply patch from MODAPP-156
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10199 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-30 00:52:11 +00:00
Anthony Minessale
0a5a51723d
add event socket listener filters
...
filter <header-name> <header-value>
filter <header-name> /<regexp>/
filter delete <header-name>
filter delete all
once even one filter is enabled you must pass a filter condition to get any events.
which events are still limited by the events <event list> as always.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10198 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-30 00:39:55 +00:00
Brian West
f6e0a294ae
fix FSCORE-211
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10197 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-29 23:15:07 +00:00
Brian West
30f3ec3b4e
fix FSCORE-211
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10196 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-29 23:14:22 +00:00
Anthony Minessale
a34d780d13
declinatio mortuus obfirmo!
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10195 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-29 20:22:34 +00:00
Anthony Minessale
8c0fa45844
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10194 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-29 19:15:14 +00:00