23145 Commits

Author SHA1 Message Date
Travis Cross
a973fb6347 Fix memset calls in APR sha2 implementation
The implementation clears the context / state data from memory when it
is finished with it.  Prior to this commit, however, it was actually
only clearing the first 4 bytes on x86 or 8 bytes on x86_64.

clang warns:

  warning: argument to 'sizeof' in 'memset' call is the same
  expression as the destination; did you mean to dereference it?
      [-Wsizeof-pointer-memaccess]
2012-06-24 08:05:25 +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
e38f0a1b02 debian: Correct alphabetization 2012-06-23 22:34:19 +00:00
Travis Cross
f79a37a363 debian: Add option to use existing .orig.* file 2012-06-23 22:34:19 +00:00
Travis Cross
d18a7ffa26 Bundle .version file with debian nightlies
This adds the .version file to nightlies produced with debian/util.sh.
2012-06-23 22:34:18 +00:00
Travis Cross
b16821944e Harmonize debian nightly version with print_git_revision
Debian nightlies created with debian/util.sh now have the version set
in the same format as Makefile.am produces.  Unlike Makefile.am,
however, we show the orig packaging date rather than the date of the
latest commit, as the latter could legitimately regress and we need
this to always increment.
2012-06-23 22:34:18 +00: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
Mathieu Rene
fa616a377b Merge branch 'nsg-4.3' of git.sangoma.com:smg_freeswitch into nsg-4.3 2012-06-22 19:10:41 -04:00
Mathieu Rene
fd634d6bc9 still figuring out lib 2012-06-22 19:10:08 -04:00
James Zhang
607da0f56c ss7: adding ss7_iam_fwd_ind_hex as x-header and channel variables in hex format.
Read the forward call indicator IE and print it into channel variable
     ss7_iam_fwd_ind_hex. If this variable exists, put it in the x-header.
     This implementation takes bits of A, CB, D, E, F, HG, I from the hex
     value. Bits of KJ, L, P-M are not taken and set to 0.
     The hex value is H-A-P-I, H is the highest bit to A, and next is P-I.
     I is the lowest bit in the whole field, and H is the highest bit in
     the whole field. Refer to Q.763 chapter 3.23.
2012-06-22 17:05:15 -04:00
David Yat Sin
adca0985a4 Rolling back to find out what's breaking build 2012-06-22 13:20:04 -04:00
David Yat Sin
c5c7b09007 Rolling back to find out what's breaking build 2012-06-22 11:35:00 -04: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
294ab3880f fix conflict 2012-06-21 10:40:57 -04:00
kapil
97d89de3fc MEGACO over TCP support 2012-06-21 19:23:22 +05:30
kapil
3693867388 adding TCP transport support 2012-06-21 19:22:14 +05:30
kapil
ca5b100d17 code commit for multiple peer cli command 2012-06-21 11:36:20 +05:30
David Yat Sin
c18c32f800 Fix for compile warnings rtp.c 2012-06-20 22:43:54 -04:00
Mathieu Rene
79702bc0d2 start implementing command handlers 2012-06-20 21:34:04 -04:00
David Yat Sin
df85cb1ac0 Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3 2012-06-20 16:28:13 -04:00
David Yat Sin
b44bcd5763 Added core spanflag CLI command 2012-06-20 16:28:00 -04: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
kapil
6a1229c8f9 fixing compilation error 2012-06-21 01:09:51 +05:30
David Yat Sin
b980f47097 Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3 2012-06-20 13:21:22 -04:00
David Yat Sin
8da3d119ab Added display of M2UA signalling channels for CLI command show status 2012-06-20 13:20:35 -04:00
Mathieu Rene
1720e4f072 Merge branch 'nsg-4.3' of git.sangoma.com:smg_freeswitch into nsg-4.3 2012-06-20 12:31:07 -04:00
Mathieu Rene
43ffafcb4b wrong operand to sizeof 2012-06-20 12:30:37 -04:00
Mathieu Rene
166249b0b9 Check in TDM and RTP controllable channels (incomplete) 2012-06-20 12:30:08 -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
Mathieu Rene
badc31f927 Merge branch 'nsg-4.3' of git.sangoma.com:smg_freeswitch into nsg/4.3 2012-06-20 12:02:38 -04:00
Mathieu Rene
eae74df4e6 change loglevels and enable debug 2012-06-20 12:02:10 -04:00
Giovanni Maruzzelli
a80b68367c FS-4278 skypopen: oss driver compiles on kernels >= 3.4.0 2012-06-20 11:28:57 +02:00
kapil
7b97ff470f adding "xmlshow m2ua <m2ua_interface_name> clusterstatus" CLI command. 2012-06-20 13:53:51 +05:30