Anthony Minessale
c3de9637af
FS-4079 please test
2012-08-06 16:12:03 -05:00
Anthony Minessale
40ed0b31c1
FS-4499 --resolve this is a different fix but this will implicitly fix it
2012-08-06 11:20:27 -05:00
Anthony Minessale
b843e8fd8b
FS-4495 --resolve
2012-08-06 10:49:48 -05:00
Anthony Minessale
996c5378a1
4579 tweaks
2012-08-05 16:45:14 -05:00
William King
8eb36ec92d
DelphiWorld found another typo. Also remove the condition for auth since all dialplan lookups should be authed to prevent fraud.
2012-08-05 12:01:33 -04:00
William King
d1b98ab388
Good find DelphiWorld.
2012-08-04 19:54:48 -04:00
William King
d648a05ed1
Adding a new configurable radius module that will support both authentication based on a dialplan app, as well as digest based radius authentication by hooking into the directory. It is also fully configurable on which fields to send by the config file.
2012-08-04 19:19:04 -04:00
Giovanni Maruzzelli
ccae5cd6b2
gsmopen and skypopen: better printout from function gsm (or sk) list
2012-08-02 19:13:32 +02:00
Giovanni Maruzzelli
716f89f2d1
gsmopen: indent
2012-08-02 18:47:18 +02:00
Giovanni Maruzzelli
c5d72d9bd0
FS-4379 gsmopen: 'gsm remove interface' works now
2012-08-02 18:39:02 +02:00
Anthony Minessale
e97da8e20a
remove debug
2012-07-31 16:35:56 -05:00
Anthony Minessale
beed0336c0
FS-4484 I missed the part about gateways, that is a different story. Try this patch
2012-07-31 15:53:00 -05:00
Anthony Minessale
f6ca367fff
doh
2012-07-31 15:44:57 -05:00
Anthony Minessale
258afd4704
FS-4480 try this
2012-07-31 15:32:04 -05:00
Anthony Minessale
a7b10081c8
send notifies for refer for 4579
2012-07-31 15:26:03 -05:00
Anthony Minessale
e40e8696fc
update 4579 stuff
2012-07-31 14:01:56 -05:00
Anthony Minessale
0f4ecab5e9
FS-4481 --resolve seg is fixed but just utf-8 will not work. you need type/subtype format like text/utf-8
2012-07-30 16:36:20 -05:00
Anthony Minessale
293429f78d
add api-expansion to switch.conf.xml and fsctl api_expansion command to control allowing apis to be expanded via variable expansion
2012-07-27 18:53:04 -05:00
Anthony Minessale
cfb2335406
FS-4462 add log message to point out this problem in the future
2012-07-27 15:27:01 -05:00
Anthony Minessale
365b9feb72
457x tweaks
2012-07-27 15:07:11 -05:00
Anthony Minessale
b6de76cb8c
tweak
2012-07-27 14:49:08 -05:00
Anthony Minessale
aba2b391fb
fix seg
2012-07-27 13:23:30 -05:00
Anthony Minessale
034d3741c1
4569 tweaks
2012-07-26 21:07:10 -05:00
Anthony Minessale
772f60d235
4569 tweaks
2012-07-26 16:47:50 -05:00
Anthony Minessale
cd88211d0a
FS-4470 try this, the tmp_hanguphook will flag the b leg with CF_REDIRECT in the event that it hangs up which should spare it from the codepath in exchange_media state
2012-07-26 14:33:45 -05:00
Anthony Minessale
93f96addc3
FS-4453 confirm this fixes your problem please
2012-07-26 12:32:51 -05:00
Anthony Minessale
32b3f3e224
doh
2012-07-25 19:09:03 -05:00
Anthony Minessale
c9e172789c
FS-4467 try this patch that will sanity check for dups to catch this case when the ambigous method is used
2012-07-25 16:34:43 -05:00
Jeff Lenk
17a85ec467
vs2010 reswig
2012-07-24 14:02:02 -05:00
Anthony Minessale
d832b5dfef
FS-4453 --resolve this will now cause up to a 20 second timeout waiting for the response and the call will be blocking
2012-07-24 13:45:10 -05:00
Jeff Lenk
44f74eabb4
FS-4455 try this
2012-07-23 21:44:34 -05:00
Anthony Minessale
134973187a
FS-4092 --resolve
2012-07-23 14:03:53 -05:00
Anthony Minessale
ac7e45400f
typo
2012-07-23 13:20:06 -05:00
Anthony Minessale
524468be7b
FS-4373 --resolve this is probably the same issue nobody would file a bug about on the mailing list even after I begged them to from last weekend
2012-07-23 11:36:19 -05:00
Seven Du
bd66d7eaa6
show bindings and handlers
2012-07-23 21:15:53 +08:00
Seven Du
49dcd8c889
make erlang log less verbose and add erlang debug on|off to control
2012-07-23 20:26:48 +08:00
Anthony Minessale
9fe08675a1
add tags to allow crypto in avp
2012-07-20 12:11:02 -05:00
Anthony Minessale
e3a6366782
FS-4420 --resolve
2012-07-20 11:17:45 -05:00
Travis Cross
a8019d803c
Make version output more human-friendly
...
Our main version string is designed for release engineering purposes:
it matches file name conventions used for versioned tarballs and the
versions sort lexicographically while containing all pertinent
information.
With this commit we add in parentheses a more human-friendly rendering
of the version string: we spell out the meaning of each field and
render the datetime in RFC 822 notation.
2012-07-20 07:43:26 +00:00
Seven Du
14cb9af607
add switch_core_file_write_video
...
open a door to write video data
so it is possible to record a .fsv file
also possible to write to .mp4 with proper file format support
2012-07-20 11:38:20 +08:00
Seven Du
30c009b30e
fsv file formate
...
audio only at this time
video is possible when add a file_write_video interface to core
only tested/working with 8000hz at this time
2012-07-20 11:06:48 +08:00
Daniel Swarbrick
52bf168b56
Abort module load if config can't be opened. Refs FS-4438
2012-07-20 02:38:12 +02:00
Anthony Minessale
42f296de9b
FS-4331 FS-4424 --resolve 2 for one sale
2012-07-19 17:39:42 -05:00
Anthony Minessale
f50d14a7d1
treate no method as INVITE
2012-07-19 17:03:23 -05:00
Anthony Minessale
7ec09b0e56
FS-4378 --resolve 0 is success, thats the missing bit, this will work
2012-07-19 11:09:30 -05:00
Ken Rice
fa991a4731
Fix the API
2012-07-19 10:17:26 -05:00
Steve Underwood
d5fda5ea76
Made mod_spandsp default to enabling T.85 compression
2012-07-19 23:23:05 +08:00
Christopher Rienzo
1dbb05b690
more spacing fixes to mod_spandsp.
2012-07-19 13:32:42 +00:00
Anthony Minessale
ec412c07d2
typo
2012-07-18 23:02:32 -05:00
Anthony Minessale
f4715781dc
FS-4382 reverse this so you have to enable instead of disable, this patch has been causing srtp issues because the change in ssrc
2012-07-18 22:01:41 -05:00