Michael Jerris
|
edbc5594af
|
be more safe about compiler qwirkyness in initialization.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4196 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-10 23:26:53 +00:00 |
Michael Jerris
|
400372666d
|
add some better returns to invite failures.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4195 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-10 23:16:43 +00:00 |
Anthony Minessale
|
4a02e80d5e
|
fix dtmf bug
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4194 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-10 23:16:34 +00:00 |
Michael Jerris
|
d1d9fd9a23
|
adding fail_on_single_reject dialplan option that can be set, which then immediately rejects the call even when sent to multiple destinations upon one party rejecting, useful if you are doing a ring all (, separated in the dial string for multiple calls at once) and you want a single rejection to make the call flow to the next action in the dialplan (in combination w/ continue_on_fail) for example to flow to voicemail. Thanks to George Shaw for this patch.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4193 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-10 21:47:12 +00:00 |
Anthony Minessale
|
59d4d0b071
|
fix no_media mode
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4192 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-10 19:34:03 +00:00 |
Brian West
|
3b6d163b73
|
Update from Mike Murdock, Thanks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4191 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-10 17:26:40 +00:00 |
Anthony Minessale
|
cd0d988e74
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4190 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-10 01:00:02 +00:00 |
Anthony Minessale
|
774b4dbc2f
|
wanpipe update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4189 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-10 00:28:50 +00:00 |
Michael Jerris
|
c1cf282d39
|
add some error checking to switch_url_encode function
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4188 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-09 22:56:42 +00:00 |
Michael Jerris
|
712976653d
|
fix paramater checking on switch_ivr_phrase_macro and it's consumers.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4187 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-09 22:55:48 +00:00 |
Michael Jerris
|
d41b3e14dc
|
Add session.sayPhrase from Mike Murdock.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4186 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-09 21:56:44 +00:00 |
Anthony Minessale
|
d1d6081d63
|
phrase update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4185 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-09 21:48:24 +00:00 |
Anthony Minessale
|
4a1cbdf81d
|
add option to wanpipe
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4183 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-09 21:32:12 +00:00 |
Anthony Minessale
|
cb17c45280
|
fix causes some more
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4182 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-09 20:36:01 +00:00 |
Anthony Minessale
|
f03226debb
|
update core
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4181 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-09 20:03:07 +00:00 |
Michael Jerris
|
1eacf043d2
|
merge sofia windows build, add ifdefed out code to avoid assert if it comes back.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4180 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-09 19:14:20 +00:00 |
Michael Jerris
|
f359f847f7
|
fix magic emacs and vi formatting comments in the bottom of our source files to use tabs instead of spaces
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4176 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-09 02:36:03 +00:00 |
Michael Jerris
|
ea3e61f3d8
|
tweak the defines for memory barriers. This should fix the freebsd build, and adds proper memory barrier defines for msvc build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4175 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-09 02:05:46 +00:00 |
Anthony Minessale
|
ed41805c17
|
improve core and basic flow
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4174 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-09 01:34:01 +00:00 |
Michael Jerris
|
e6dac0923a
|
don't use a few more blocks either.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4173 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-08 21:21:12 +00:00 |
Michael Jerris
|
96c0f9eaf6
|
don't use 169.254. auto ip's either.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4172 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-08 21:16:27 +00:00 |
Michael Jerris
|
b227ee8521
|
add a more descriptive error message on no (or no usable) candidates
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4171 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-08 21:08:45 +00:00 |
Anthony Minessale
|
5327a156ee
|
fix bug/race in core
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4170 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-08 20:47:46 +00:00 |
Michael Jerris
|
58310a9272
|
make sofia set network_addr as the address the packet was actually received from, not the address from the uri.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4169 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-08 20:16:08 +00:00 |
Michael Jerris
|
e7d0aaef27
|
fix warnings and some windows compatibility issues in enum/udns
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4167 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-08 19:23:36 +00:00 |
Michael Jerris
|
d8f906850b
|
don't print null in show commands return values.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4166 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-08 18:10:21 +00:00 |
Anthony Minessale
|
b650424da0
|
insist on a conference profile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4165 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-08 15:39:14 +00:00 |
Anthony Minessale
|
7cbfdbf5b9
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4164 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-08 15:09:51 +00:00 |
Michael Jerris
|
0d35fb0308
|
Fix typo in several places. Patch from Matt Klein.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4163 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-08 13:50:28 +00:00 |
Michael Jerris
|
4128cf7ba9
|
the garbage collector race/deadlock issue was fixed by the previous commit to the makefile to define JS_THREDSAFE for the spidermonkey modules. This code is unnecessary.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4160 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-08 04:24:43 +00:00 |
Michael Jerris
|
56e85a9458
|
we need to build the mods w/ JS_THREADSAFE defined so it gets the header stuff right.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4159 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-08 01:56:55 +00:00 |
Brian West
|
46b850273c
|
Small buglet.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4158 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-08 01:19:35 +00:00 |
Anthony Minessale
|
25b1d12b9e
|
add w and W
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4157 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-08 00:17:22 +00:00 |
Anthony Minessale
|
f1ef145bcf
|
wanpipe update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4156 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-07 23:43:04 +00:00 |
Michael Jerris
|
f6875d2984
|
unused variable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4154 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-07 22:13:17 +00:00 |
Anthony Minessale
|
7f8c4decad
|
udpate
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4152 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-07 19:21:41 +00:00 |
Anthony Minessale
|
cb587626ea
|
timer mojo (cont)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4151 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-07 19:18:15 +00:00 |
Anthony Minessale
|
e216bbe095
|
timer mojo (cont)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4150 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-07 19:01:07 +00:00 |
Anthony Minessale
|
66feec2da5
|
timer mojo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4149 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-07 18:44:00 +00:00 |
Anthony Minessale
|
068ced69c9
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4147 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-07 17:19:06 +00:00 |
Anthony Minessale
|
5bb82ebbf8
|
fix event_socket
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4141 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-06 21:42:22 +00:00 |
Michael Jerris
|
57c5be057d
|
vg default on windows, not otherwise.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4139 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-06 19:20:39 +00:00 |
Anthony Minessale
|
b42e387938
|
yes virginia, sip has shortcommings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4138 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-06 19:15:26 +00:00 |
Michael Jerris
|
d44d8510db
|
some more protection against printing null.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4137 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-06 18:37:01 +00:00 |
Michael Jerris
|
abcfd13c9f
|
don't log NULL sdp string.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4136 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-06 18:27:02 +00:00 |
Michael Jerris
|
608fac923a
|
pass and decrement max_forwards across the bridge for sip
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4135 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-06 18:11:25 +00:00 |
Michael Jerris
|
1b4e65d4a5
|
clarify error message.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4134 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-06 17:20:33 +00:00 |
Michael Jerris
|
cfdd586224
|
add -conf, -db, and -log params to the binary to allow for running multiple copies of freeswitch concurrently on the same box. Please note that these params may change in the future. Patch from Bret McDanel.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4133 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-06 17:05:14 +00:00 |
Michael Jerris
|
40e96b94d6
|
make mysql cdr build conditional on mysql being installed. Fixes auto build of mod_cdr on machines without mysql
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4132 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-06 16:11:25 +00:00 |
Michael Jerris
|
74c5c120af
|
fix typo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4131 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-06 06:07:23 +00:00 |