Brian West
|
e3773e1a01
|
We should only advertise one code per IANA number.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4214 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-12 23:32:00 +00:00 |
Michael Jerris
|
3e4e15924f
|
ignore CANCEL of incoming requests after we send a final response. Patch by me and Kai Vehmanen.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4213 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-12 23:14:36 +00:00 |
Anthony Minessale
|
e360d6500c
|
fix mod_native_file extension thingy
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4212 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-12 22:56:08 +00:00 |
Anthony Minessale
|
8e2c70d797
|
sndfile tweaks (add ul and al files and more record formats)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4211 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-12 22:42:22 +00:00 |
Anthony Minessale
|
c133b3453d
|
simplify wanpipe write method
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4210 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-12 21:08:57 +00:00 |
Michael Jerris
|
5ba24598e1
|
data pulled from xml needs to be duped in order for it to stay around for sure.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4209 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-12 20:30:13 +00:00 |
Anthony Minessale
|
49f0d6152f
|
tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4208 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-12 20:03:29 +00:00 |
Michael Jerris
|
88fda78ee8
|
avoid array out of bounds.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4207 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-12 19:55:12 +00:00 |
Michael Jerris
|
43e50048ca
|
ntohs takes u_short, and we are in a 16 bit bitfield, so we can cast this.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4206 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-12 19:35:09 +00:00 |
Michael Jerris
|
272b78be58
|
add missing spec file updates
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4205 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-12 18:29:52 +00:00 |
Anthony Minessale
|
f2c46f504c
|
alternate which devices we support with the ones we don't using rfc2833
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4204 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-12 18:22:30 +00:00 |
Michael Jerris
|
62a44e621f
|
some more protection from passing around and printing null values, we are now initializing null's passed to switch_caller_profile_new as blank strings in the caller profile, if your using any caller profile values in if's, please use !switch_strlen_zero() in your check.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4203 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-12 18:13:14 +00:00 |
Michael Jerris
|
38cd3a8105
|
.update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4202 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-12 16:02:55 +00:00 |
Michael Jerris
|
215b751d92
|
merge fixes to sofia-sip including double free causing segfault or assert in sres
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4201 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-12 16:01:22 +00:00 |
Anthony Minessale
|
4099d4c351
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4200 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-12 15:47:43 +00:00 |
Anthony Minessale
|
18338947a3
|
minor update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4198 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-11 00:39:46 +00:00 |
Michael Jerris
|
16ab18935c
|
be more flexible in what we accept for char based dtmf (ABCD and abcd), patch from George Shaw. Thanks.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4197 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-10 23:28:19 +00:00 |
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 |
Michael Jerris
|
be1e4e3995
|
I don't think this has any real effect, but it was easier for me to read while I was debugging.. will probably revert it later.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4184 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-09 21:47:30 +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
|
dccf9b3d1b
|
updated makefiles and a missing source file from the last sofia merge
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4179 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-09 18:15:36 +00:00 |
Michael Jerris
|
82def9a70d
|
touch the .update so the lib is totally rebuilt
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4178 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-09 17:57:51 +00:00 |
Michael Jerris
|
666bd3bec3
|
sync back up again with sofia tree prior to their release
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4177 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-09 17:32:17 +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
|
17d57b7142
|
missing ;
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4168 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-08 19:35:07 +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 |