13074 Commits

Author SHA1 Message Date
Anthony Minessale
d32a72bcc1 show current process stack size from status command where supported 2012-07-02 11:49:42 -05:00
Anthony Minessale
4654bda84a FS-4374 try this: it will set the stack size for the whole app to 240 if its too big or too small, if there are system limits, fs may have to be run as root and drop privs to be allowed to change this setting 2012-07-02 11:20:05 -05:00
Anthony Minessale
e06bf26e65 add tdd data also as a header for even lazier parsers 2012-07-02 11:05:56 -05:00
Anthony Minessale
158f96651f add trailing newlines for lazy parsers 2012-07-02 11:04:10 -05:00
Anthony Minessale
104bab6b92 tdd fix 2012-07-02 12:33:13 -05:00
Anthony Minessale
784fcf08ad FS-4373 --resolve 2012-07-02 09:51:08 -05:00
Michael Jerris
195949f25f don't seg on no valid_terminators 2012-07-02 11:55:49 -04:00
Anthony Minessale
5f09b40381 add sip_recovery_break_rfc variable to set globally or per channel to not reverse the from and 2 on uas re-invites 2012-06-29 14:41:06 -05:00
Brian West
13068f1783 allow silence for moh type on campon 2012-06-29 16:14:46 -05:00
Anthony Minessale
7ec8fb43d4 add initial-event-threads to switch.conf.xml 2012-06-29 11:39:49 -05:00
Anthony Minessale
dca6e2bb8e FS-4359 --resolve 2012-06-28 12:12:44 -05:00
Anthony Minessale
848f05fb41 FS-3659 this fixes sub issue, this should have been a new jira ticket 2012-06-28 14:02:02 -05:00
Anthony Minessale
ed6e7b9fc0 if valid_terminators string starts with = it implies one of them must be typed 2012-06-28 13:17:57 -05:00
Anthony Minessale
1330ad9cf4 FS-4363 try this 2012-06-28 10:21:08 -05:00
Anthony Minessale
8850c1d5e5 moot leak in logger since it only happens on shutdown 1/10 times but hey, lets fix it 2012-06-28 10:10:30 -05:00
Travis Cross
7978bd8921 Don't truncate 5-digit port numbers
The adj_port buffer was only 5 bytes wide, so we were truncating any
port numbers >= 10000 that were written to this variable as snprintf
ensures the last byte is null.

FS-4354 --resolve
2012-06-27 20:17:08 +00:00
Michael Jerris
e9a66618ff FS-4353: missing free from last commit 2012-06-27 15:53:15 -04:00
Anthony Minessale
ed0ab36e2d FS-4353 redirect case 2012-06-27 12:25:03 -05:00
Anthony Minessale
b0f53cd625 FS-4353 --resolve this may also fix FS-4079 2012-06-27 09:33:01 -05:00
Anthony Minessale
60bb3595fd FS-4313 --resolve 2012-06-26 11:34:24 -05:00
Anthony Minessale
e7f05b49ad FS-4349 try this, it should be a minimal wait since this will poll the socket for 20ms only when there are no events at all and no log data at all 2012-06-26 09:59:00 -05:00
Brian West
7dc9a9cacc FS-3085 --resolve 2012-06-25 15:31:58 -05:00
Anthony Minessale
690cae5de1 FS-4350 --resolve 2012-06-25 11:00:48 -05:00
Jeff Lenk
a97ec71902 fix warnings on windows code verification 2012-06-25 10:06:41 -05:00
Anthony Minessale
7086a92f9b FS-4318 try this, success is 0 so that original patch was wrong 2012-06-24 15:05:59 -05:00
Travis Cross
ee8c9e869b Fix clang warnings in mod_lua 2012-06-24 09:13:21 +00:00
Travis Cross
f1183ef970 Fix use of switch_event_add_body
On some compilers this fixes the build.

gcc reports:

  error: format not a string literal and no format arguments

clang reports:

  error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security]
2012-06-24 07:38:08 +00:00
Travis Cross
453b42e301 Remove extraneous parenthesis
This causes a warning that breaks the build with clang.
2012-06-24 07:36:14 +00:00
Anthony Minessale
86df8b338e more v18 changes 2012-06-23 19:33:26 -05:00
Anthony Minessale
1465ba90e6 tweaks 2012-06-23 19:00:53 -05:00
Anthony Minessale
93a8445f1c change name 2012-06-23 18:53:29 -05:00
Anthony Minessale
0f6647d278 add some inital v18 interface points 2012-06-23 18:48:26 -05:00
Travis Cross
ad53499b42
Always set the ZRTP SAS verified flag on our side
When we're terminating ZRTP to an IVR or to a leg which is not
ZRTP-capable, there's no way for us to make an intelligent decision
about whether this flag should be set.  For a client to consider the
SAS as verified, however, both sides need to set this flag.  By always
setting this flag on our side, we leave the decision completely in the
hands of the client where we hope there is a careful human.

Signed-off-by: Travis Cross <tc@traviscross.com>
2012-06-23 22:34:06 +00:00
Anthony Minessale
ecb84bd126 FS-4336 --resolve 2012-06-23 14:55:11 -05:00
Jeff Lenk
2171e5830d vs2010 reswig 2012-06-23 16:58:44 -05:00
Anthony Minessale
398c84b671 swigall 2012-06-23 16:40:42 -05:00
Anthony Minessale
a5021fa384 FS-4337 --resolve this actually uncovered a bug cos it was supposed to be rtcp_bytes not bytes 2012-06-23 14:03:06 -05:00
Anthony Minessale
cfe435c667 fix typo 2012-06-23 06:18:09 -05:00
Anthony Minessale
76fae0cec0 add video support to lib/mod.dingaling this needs testing, google voice won't work with video calls so disable video codecs if you use that 2012-06-22 18:15:06 -05:00
Anthony Minessale
3d36d8557b change default number to 97 2012-06-22 18:15:06 -05:00
Anthony Minessale
8b4c9dc42c FS-3659 and some refactor for rtcp ice and video ice and rtcp 2012-06-22 18:15:06 -05:00
Anthony Minessale
c30940462a update stun to more modern spec 2012-06-22 18:15:06 -05:00
dschreiber
c28ced7253 Merging FS-3432 switch_core_hash.c patch in from Tamas 2012-06-21 14:09:49 -07:00
Brian West
37e61ee6eb FS-4320 sigh 2012-06-21 13:07:38 -05:00
Jeff Lenk
2091f4f0d3 FS-4319 --resolve portaudio not always moving the active call to the top of its internal list (invalid ringing) 2012-06-21 09:52:13 -05:00
Mathieu Rene
a0a9efcf02 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2012-06-20 15:43:20 -04:00
Mathieu Rene
d67031a9c6 FS-4007 2012-06-20 15:42:57 -04:00
Jeff Lenk
9e90bbd12b Revert "FS-4321 fix startup with odbc"
This reverts commit 28fd1f97ea4004e75f61d266438d8093d3a4bc99.

this needs to be fixed a different way
2012-06-20 11:05:53 -05:00
Giovanni Maruzzelli
a80b68367c FS-4278 skypopen: oss driver compiles on kernels >= 3.4.0 2012-06-20 11:28:57 +02:00
dschreiber
d6c482e40f Added support for Content-Type and other optional headers when doing an HTTP PUT 2012-06-19 21:25:00 -07:00