13428 Commits

Author SHA1 Message Date
Anthony Minessale
6758070903 fix format 2012-08-15 12:15:09 -05:00
Anthony Minessale
b3a6bb9c2b improve parsing 2012-08-15 11:19:16 -05:00
Seven Du
376f137392 Fix rtp payload number and possibly other params, since we ALWAYS use PCMU all params should be hardcoded 2012-08-15 14:35:42 +08:00
Brian West
90ce980c61 STFU already 2012-08-14 21:10:43 -05:00
Anthony Minessale
0d05762085 FS-4079 revert 4ef9b3fe5622e417e8cd2916491e0058492a3bb7 2012-08-14 17:06:02 -05:00
Anthony Minessale
ed09914642 add email function to js 2012-08-14 11:10:26 -05:00
Stefan Knoblich
eca5c0ad73 FreeSWITCH: Add WIN32 strerror_s() variant to custom switch_strerror_r() helper function and fix more strerror_r() users.
Convert mod_xml_cdr, mod_json_cdr and mod_conference to the new function.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-08-14 14:54:06 +02:00
Stefan Knoblich
8bcf3b4fb8 FreeSWITCH: Add switch_strerror_r() to fix problems with XSI and GNU variants of strerror_r().
GNU variant of strerror_r() returns char *, while the XSI version returns int.

To make things worse, glibc ships both and added a unused result warning
in recent versions (2.16) causing the build to fail.

Add our own custom wrapper that always returns a pointer to the message buffer
and additionally make XSI versions of strerror_r() GNU compatible by
returning "Unknown error xxx" if no error message is available.

Fixes:
    src/switch_rtp.c: In function 'rtp_common_read':
    src/switch_rtp.c:3313:15: error: ignoring return value of 'strerror_r',
    declared with attribute warn_unused_result [-Werror=unused-result]
    cc1: all warnings being treated as errors

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-08-14 14:11:44 +02:00
William King
26cefbdb87 Fixing issue with which xml pointer used. oops. 2012-08-13 14:45:47 -07:00
Anthony Minessale
a073221a6a building stub module 2012-08-13 15:50:52 -05:00
Anthony Minessale
fa5113557b stub for mod_html5 2012-08-13 15:20:41 -05:00
Anthony Minessale
4ef9b3fe56 FS-4079 new patch, please test 2012-08-13 13:48:06 -05:00
William King
aad07c6243 Add condition matching capability to only account for one or more subset of channel directions to radius. 2012-08-12 21:13:10 -07:00
Anthony Minessale
527ad97001 add chatExecute method to events so you can respond from chatplan in js 2012-08-11 18:34:49 -05:00
Moises Silva
6732eae971 Fix typo on rtp.c causing compiler error (FS-4511) 2012-08-11 16:19:11 -04:00
Anthony Minessale
618392299b add javascript chatplan app 2012-08-10 20:12:26 -05:00
Anthony Minessale
75abcd2099 fix build 2012-08-09 16:27:15 -05:00
Michael Jerris
f044f46250 add apr stub to get the real OS socket 2012-08-09 11:56:29 -05:00
Christopher Rienzo
f254f2a5fe Add default configuration example to mod_speex/conf/autoload_configs 2012-08-09 15:57:51 +00:00
Jeff Lenk
e9ce6ae0e9 FS-4504 vs2010 only - plus mod_sofia fix - anybody want to help with 2008 2012-08-08 21:18:06 -05:00
Anthony Minessale
ef5c1256f3 add rtp endpoint contributed by sangoma 2012-08-08 14:46:38 -05:00
Anthony Minessale
210acdd165 FS-4505 --resolve 2012-08-08 10:08:29 -05:00
Anthony Minessale
47f614d40a FS-4507 --resolve 2012-08-08 09:59:36 -05:00
Daniel Swarbrick
f3c1f5aa68 missed this one 2012-08-08 14:14:54 +02:00
Daniel Swarbrick
14a6e0cfc2 CGI specifies that REQUEST_URI is relative to the root (and does not include scheme name, hostname, port) 2012-08-08 14:08:31 +02:00
William King
9ac586adc8 Add param variable where needed. 2012-08-07 21:57:58 -05:00
Anthony Minessale
d806014009 FS-4079 try this 2012-08-07 17:23:01 -05:00
Anthony Minessale
48857cc7a7 typo 2012-08-07 09:03:02 -05:00
Anthony Minessale
c0626e6801 FS-4487 --resolve 2012-08-07 07:35:41 -05:00
Anthony Minessale
63b6fa5f24 FS-4487 revert 2ed9281d1966de2f71aae4fc15aace2948b740b3 2012-08-07 07:30:22 -05:00
Anthony Minessale
d23b74e66a FS-4352 --resolve alternate implementation as multiset to avoid regressions on set 2012-08-06 23:50:39 -05:00
Anthony Minessale
8e14fd2039 FS-4348 --resolve 2012-08-06 22:34:31 -05:00
Anthony Minessale
2ed9281d19 FS-4487 --resolve 2012-08-06 22:30:34 -05:00
Anthony Minessale
06ed24b2d4 FS-4501 try this 2012-08-06 19:38:56 -05:00
Anthony Minessale
0b852eb3d1 FS-4493 does this work 2012-08-06 18:30:08 -05:00
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