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 390e6713cc
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
Brian West
42b74ba62e
remove generated file from git
2014-03-08 08:51:58 -06:00
Travis Cross
010740d664
Correct sizeof argument in mod_conference
...
This corrects a memset introduced in commit
bd4a0d8cbc
.
The sizeof would have only returned the size of a pointer.
2014-03-08 01:56:18 +00:00
Michael Jerris
e7c521b515
more subdir references
2014-03-07 20:50:28 -05:00
Michael Jerris
17d3b88a65
fix on newer automake
2014-03-07 20:31:20 -05:00
Michael Jerris
2f289d2522
fix autoconf syntax
2014-03-07 20:05:50 -05:00
Jeff Lenk
47f1219e29
fix windows build for last set of commits
2014-03-07 19:02:18 -06:00
Michael Jerris
4d7350f3d5
fix autoconf syntax
2014-03-07 19:55:57 -05:00
Michael Jerris
9a1948e959
autoconf syntax error
2014-03-07 19:35:51 -05:00
Travis Cross
e6ec9b3c61
Add automake subdir-options for modules
...
The automake project is apparently changing behavior in their next
major version and warning everyone who relies on subdir-options to add
it explicitly.
2014-03-08 00:32:02 +00:00
Michael Jerris
90fbc6231d
fix autoconf syntax
2014-03-07 19:26:17 -05:00
Michael Jerris
163617c711
fix autoconf syntax issue
2014-03-07 19:19:53 -05:00
Michael Jerris
d4b4ef8d7f
support newer automake without warnings
2014-03-07 19:09:16 -05:00
Brian West
c19bb4d180
fix autotools missing file name
2014-03-07 18:06:22 -06:00
Brian West
5de8d62c6c
move configure.in to configure.ac
2014-03-07 17:52:16 -06:00
Michael Jerris
2513388d8a
clean up some bootstrap warnings
2014-03-07 18:36:26 -05:00
Michael Jerris
bcd9f49fbe
move applications to use automake
2014-03-07 18:36:12 -05:00
Brian West
07272e864e
FS-6321 --resolve
...
Copy URI params from Refer-To header into custom header in subsequent INVITE
sip_h_X-FS-Refer-Params is set to show up in the INVITE as X-FS-Refer-Params
2014-03-07 12:56:58 -06:00
Anthony Minessale
f87ae15fc6
don't refuse invites on established sessions due to session limits
2014-03-07 23:46:26 +05:00
Anthony Minessale
8d2c6b354e
According to https://code.google.com/p/webrtc/issues/detail?id=2768 ; The Chrome WebRTC engine reserves payload 98 and 99, IKR? So, to avoid taking a nasty spill down the stairs and subjecting ourselves to further school absences, we'll just start our payload space at 102 when making WebRTC calls.......
2014-03-07 20:24:16 +05:00
Chris Rienzo
f9f36993e8
FS-6282 mod_rayo: fix memory leak in previous commit
2014-03-06 23:32:56 -05:00
Chris Rienzo
5138aede9b
FS-6282 mod_rayo: allow outbound call JID to be assigned by client
2014-03-06 23:14:28 -05:00
Anthony Minessale
b8e4a66dd2
another crypto regression
2014-03-07 08:34:39 +05:00
Anthony Minessale
0da8c6331d
don't kick in nat mode on polycom tcp unless its not in the local network
2014-03-07 08:34:26 +05:00
Anthony Minessale
5aa955b5c9
also means forbidden on recovering calls
2014-03-07 07:11:32 +05:00