26217 Commits

Author SHA1 Message Date
Jeff Lenk
de8d92d9ce FS-6346 part 1 2014-03-12 23:49:14 -05:00
Chris Rienzo
055d389bed FS-6345 --resolve mod_unimrcp: don't start input timers if start of speech was detected 2014-03-12 23:14:44 -04:00
Chris Rienzo
0f93cc2b49 FS-6281 mod_rayo: don't add timestamp to presence event that already has one. 2014-03-12 21:53:37 -04:00
Michael Jerris
5e0fc8f666 remove usage of apr dso functions, we have our own dso abstraction 2014-03-12 19:02:49 -04:00
Travis Cross
75c5c9807f Build-depend on libcurl-dev in debian
Because FS will build against the system libcurl if it's there, this
results in us building against the system library.
2014-03-12 21:29:46 +00:00
Brian West
d755b34091 clang uses -fPIC too, don't fail on mod_lua build by not adding PIC flags for the lua library build 2014-03-12 15:23:44 -05:00
Brian West
4b935e1037 fix automake warnings for var redefined 2014-03-12 15:22:56 -05:00
Brian West
666231f91b BNPH-6149: allow to use system curl again, fix some types on auth_scheme values to all be long, don't use curl private function in our wrapper. This may cause missing symbol curl_easy_setopt with visibility turned on, if it does that, please let me know 2014-03-12 13:47:24 -05:00
Brian West
12bc3828ee FS-3630: --static is not actually a valid option 2014-03-12 13:13:30 -05:00
Giovanni Maruzzelli
40c56c621a FS-5078 gsmopen: adding ussd capabilities, thanks Boris 2014-03-12 17:51:58 +01:00
Anthony Minessale
efef505e26 add switch_sql_queue_manager_pause and switch_sql_queue_manager_resume 2014-03-12 11:42:37 -05:00
Seven Du
60bb1602d2 Merge branch 'master' of git://git.freeswitch.org/freeswitch 2014-03-12 09:40:59 +08:00
Anthony Minessale
bcec5e22a2 FS-6342 --resolve regression from 804ef7709dbf1ca69b0106578015a78bd2168b70 Missed part of properly implementing the case-insensitive mode on the hash causing the dp lookup xml not to match XML 2014-03-12 04:50:42 +05:00
Anthony Minessale
9fd30a2cd9 FS-6339 --resolve 2014-03-11 18:16:23 -05:00
Anthony Minessale
98c2a3b992 don't nuke tcp and tls reg on restart 2014-03-11 16:25:51 -05:00
Anthony Minessale
70f2908976 more nat fix 2014-03-11 16:12:43 -05:00
Anthony Minessale
5c8a3b12fd Convert some behaviors to optional.
These all were set before but now are disabled by default because they are not proper to have enabled without a good reason.

tcp-unreg-on-socket-close

If registration is TCP or TLS and socket connection is interrupted, unregister the client.

tcp-always-nat

Treat all TCP connections as NATTED, this causes all traffic back to the phone to reuse the existing TCP socket but may
cause problems when not used with TCP keepalive.

tls-always-nat

Same as tcp-always-nat but only for TLS connections.
2014-03-11 15:17:02 -05:00
Anthony Minessale
0fa6cc6f01 FS-6340 --resolve 2014-03-11 11:38:31 -05:00
Seven Du
165ebe5c18 the bootstrap3 way 2014-03-12 00:07:16 +08:00
Seven Du
f5a2346e4f show sofia status on portal 2014-03-11 23:55:58 +08:00
Seven Du
f80404c777 create user on Portal, experimental 2014-03-11 22:04:10 +08:00
Michael Jerris
4a7e3ebc31 BNPH-353: avoid adding linker flags as make targets 2014-03-10 23:19:03 -04:00
Chris Rienzo
f9337a6a70 FS-6281 --resolve mod_rayo timestamp presence events 2014-03-10 20:10:18 -04:00
Chris Rienzo
0c0a4867aa mod_rayo: improve error messages when joining to b-leg that is missing 2014-03-10 17:15:58 -04:00
Chris Rienzo
325fba0fe7 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2014-03-10 16:21:04 -04:00
Simon Wunderlich
9f804d2d95 mod_skinny: remove unknown field from access_status
Cisco 7925g send access status message with just 8 byte of payload data.
Since we don't interpret the unknown 3rd field anyway, remove it. This
will prevent the first register to fail.

Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Signed-off-by: Nathan Neulinger <nneul@neulinger.org>
2014-03-10 15:17:50 -05:00
Simon Wunderlich
305543814d mod_skinny: wait up to 5 seconds for OpenRecvChannelAck
WiFi phones like the 7925g may take longer than just one second to
acknowledge the open receive message. Increase the timeout to 5 seconds.

Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Signed-off-by: Nathan Neulinger <nneul@neulinger.org>
2014-03-10 15:17:44 -05:00
Simon Wunderlich
1727213bb8 mod_skinny: make 7925g work
Cisco 7925G seem to work only with the correct conference_id2 and
rtptimeout set, so add protocol 11 definition fields and set
conference_id2 correctly.

Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Signed-off-by: Nathan Neulinger <nneul@neulinger.org>
2014-03-10 15:17:31 -05:00
Chris Rienzo
5fbe6bd182 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2014-03-10 15:54:09 -04:00
Chris Rienzo
db22d28e21 FS-6334 --resolve mod_rayo: deadlock when creating input voice component 2014-03-10 15:53:26 -04:00
Anthony Minessale
087b2e4f30 revert part of 390e6713cce81e6dcc8e94726d34e089aa3d883a 2014-03-10 14:42:52 -05:00
Anthony Minessale
bc70900335 PLIV-5 --resolve httpapi cache not working for some urls 2014-03-10 12:20:16 -05:00
Michael Jerris
6a5005d419 try to fix the make -j in the debs build with forcing the dep target 2014-03-10 13:05:40 -04:00
Michael Jerris
d9767711c8 add back missing vars from Makefile.am's 2014-03-10 10:20:56 -04:00
Michael Jerris
48d668cd0a FS-6331: --resolve fix install of mod_celt 2014-03-10 10:15:41 -04:00
Ken Rice
6a7805ba27 add a few more generated files to .gitignore 2014-03-10 09:07:41 -05:00
Michael Jerris
35020541cc fix mod_shout build 2014-03-10 09:57:09 -04:00
Tamas Cseke
5b2dc5b90a lot of event can cause api timeout FS-3347
make event and log bulk configurable
2014-03-10 11:44:56 +01:00
Michael Jerris
beae3aedc3 fix file refrences that subdir-objects doesn't like 2014-03-09 16:06:02 -04:00
Michael Jerris
ce78c1434c fix mod_dingaling build 2014-03-09 16:01:11 -04:00
Michael Jerris
27a3682dc0 put this back for now to test 2014-03-09 14:46:06 -04:00
Michael Jerris
87af4d3278 fix mod_enum install 2014-03-09 14:44:41 -04:00
Michael Jerris
15b76f8ee8 fix typo 2014-03-09 14:15:16 -04:00
Chris Rienzo
598ff02b2b mod_unimrcp - switch_core_hash_init_nocase was changed 2014-03-09 11:34:47 -04:00
Chris Rienzo
cf04dd3e75 FS-6326 --resolve switch_core_hash_init_nocase changed and mod_http_cache wasn't updated 2014-03-09 11:31:00 -04:00
Seven Du
c23e176a3f use bootstrap-for-ember from the last commit, see https://github.com/ember-addons/bootstrap-for-ember 2014-03-09 19:31:58 +08:00
Seven Du
3f0935f5a5 add bs_for_ember and update ember/handlebars/jquery to the latest version 2014-03-09 19:27:26 +08:00
Jeff Lenk
f649af84e8 fix windows build for last commit 2014-03-08 14:23:41 -06:00
Anthony Minessale
804ef7709d change from sqlite hash to newly added one 2014-03-09 00:37:17 +05:00
Anthony Minessale
32cce8027e Add hashtable code from openzap/freetdm to FS core 2014-03-09 00:37:17 +05:00