]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
13 years agoVarious little tweaks to spandsp to stop warnings with newer compilers
Steve Underwood [Mon, 2 Jul 2012 13:31:04 +0000 (21:31 +0800)] 
Various little tweaks to spandsp to stop warnings with newer compilers
Various little tweaks to spandsp to bring it into line with the master versions
Addition of Ademco Contact ID protocol processing to spandsp

13 years agoadding subtract rsp code (got deleted by mistake)
David Yat Sin [Mon, 2 Jul 2012 08:43:21 +0000 (04:43 -0400)] 
adding subtract rsp code (got deleted by mistake)

13 years agofixing modify mid code
kapil [Mon, 2 Jul 2012 04:25:36 +0000 (09:55 +0530)] 
fixing modify mid code

13 years agofixing warnings
David Yat Sin [Mon, 2 Jul 2012 04:19:29 +0000 (00:19 -0400)] 
fixing warnings

13 years agoadding dummy audit rsp api
kapil [Sun, 1 Jul 2012 07:10:17 +0000 (12:40 +0530)] 
adding dummy audit rsp api

13 years agoremoving extra audit rsp api
kapil [Sun, 1 Jul 2012 07:06:28 +0000 (12:36 +0530)] 
removing extra audit rsp api

13 years agoadding AUDIT for root Packages response code,
kapil [Sun, 1 Jul 2012 06:43:18 +0000 (12:13 +0530)] 
adding AUDIT for root Packages response code,
adding media_gateway_cmd_handler.c for all commands related  logic/APIs.
adding media_gateway_packages.c to have list of all supported packages.
adding media_gateway_utils.c for all media gateway utility APIs

13 years agoMerge branch 'nsg-4.3' of git.sangoma.com:smg_freeswitch into nsg-4.3
Mathieu Rene [Fri, 29 Jun 2012 20:30:54 +0000 (16:30 -0400)] 
Merge branch 'nsg-4.3' of git.sangoma.com:smg_freeswitch into nsg-4.3

13 years agowork out contexts, cleanup rtp endpoint in preparation for mg-based setup
Mathieu Rene [Fri, 29 Jun 2012 20:30:51 +0000 (16:30 -0400)] 
work out contexts, cleanup rtp endpoint in preparation for mg-based setup

13 years agoadd sip_recovery_break_rfc variable to set globally or per channel to not reverse...
Anthony Minessale [Fri, 29 Jun 2012 19:41:02 +0000 (14:41 -0500)] 
add sip_recovery_break_rfc variable to set globally or per channel to not reverse the from and 2 on uas re-invites

13 years ago allow silence for moh type on campon
Brian West [Fri, 29 Jun 2012 21:14:46 +0000 (16:14 -0500)] 
 allow silence for moh type on campon

13 years agoSkip filling locPtyNum if caller_data->loc.digits is NULL
David Yat Sin [Fri, 29 Jun 2012 16:54:09 +0000 (12:54 -0400)] 
Skip filling locPtyNum if caller_data->loc.digits is NULL

13 years agoadd initial-event-threads to switch.conf.xml
Anthony Minessale [Fri, 29 Jun 2012 16:39:49 +0000 (11:39 -0500)] 
add initial-event-threads to switch.conf.xml

13 years agoadding code to send error response back to MG stack,in case of any app
kapil [Fri, 29 Jun 2012 16:21:15 +0000 (21:51 +0530)] 
adding code to send error response back to MG stack,in case of any app
failure

13 years agoFS-4359 --resolve
Anthony Minessale [Thu, 28 Jun 2012 17:12:38 +0000 (12:12 -0500)] 
FS-4359 --resolve

13 years agoFS-3659 this fixes sub issue, this should have been a new jira ticket
Anthony Minessale [Thu, 28 Jun 2012 19:01:50 +0000 (14:01 -0500)] 
FS-3659 this fixes sub issue, this should have been a new jira ticket

13 years agoif valid_terminators string starts with = it implies one of them must be typed
Anthony Minessale [Thu, 28 Jun 2012 18:17:52 +0000 (13:17 -0500)] 
if valid_terminators string starts with = it implies one of them must be typed

13 years agoFS-4363 try this
Anthony Minessale [Thu, 28 Jun 2012 15:21:08 +0000 (10:21 -0500)] 
FS-4363 try this

13 years agomoot leak in logger since it only happens on shutdown 1/10 times but hey, lets fix it
Anthony Minessale [Thu, 28 Jun 2012 15:10:13 +0000 (10:10 -0500)] 
moot leak in logger since it only happens on shutdown 1/10 times but hey, lets fix it

13 years agoMisspelled filename in phrase_en.xml
Michael S Collins [Wed, 27 Jun 2012 23:39:01 +0000 (16:39 -0700)] 
Misspelled filename in phrase_en.xml

13 years agoDon't truncate 5-digit port numbers
Travis Cross [Wed, 27 Jun 2012 20:16:46 +0000 (20:16 +0000)] 
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

13 years agoFS-4353: missing free from last commit
Michael Jerris [Wed, 27 Jun 2012 19:53:15 +0000 (15:53 -0400)] 
FS-4353: missing free from last commit

13 years agoFS-4353 redirect case
Anthony Minessale [Wed, 27 Jun 2012 17:25:03 +0000 (12:25 -0500)] 
FS-4353 redirect case

13 years agoss7: add ss7_iam_nature_connection_hex to support Nature of Connection
James Zhang [Wed, 27 Jun 2012 16:31:35 +0000 (12:31 -0400)] 
ss7: add ss7_iam_nature_connection_hex to support Nature of Connection
     Indicator in IAM message.
     - ss7_iam_nature_connection_hex is the channel variable to carry
       HEX value from/to IAM message
     - X-FreeTDM-IAM-NATURE-CONN-HEX is the x-header string to carry
       HEX value from/to sip invite message
     - This IE is 8 bit hex, which turns into 2 chars
     - Only Satellite indicator, Continuity check indicator, and Echo
       control device indicator are supported. Spare value are not taken.
       Spare value is always set to all zero.
     - example:
       To set 00010101 (bit H-A), set X-FreeTDM-IAM-NATURE-CONN-HEX string
       value to 15 in the sip invite message to NSG.
       When NSG send out sip invite, if the incoming IAM message comes with
       Nature of Connection IE, NSG will put X-FreeTDM-IAM-NATURE-CONN-HEX
       in the invite x-header. For example, if the IE value is 00001010 in
       the IAM, NSG will send X-FreeTDM-IAM-NATURE-CONN-HEX with value string
       of "0A".
     - Two characters are madatory. "0A" must be specified rather than "A". If
       invalid format or characters are found, this x-header will be ommited.
     - Valid characters include 0-9, A-F, and a-f

13 years agoFS-4353 --resolve this may also fix FS-4079
Anthony Minessale [Wed, 27 Jun 2012 14:32:54 +0000 (09:32 -0500)] 
FS-4353 --resolve this may also fix FS-4079

13 years agoMerge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
David Yat Sin [Wed, 27 Jun 2012 01:27:03 +0000 (21:27 -0400)] 
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3

Conflicts:
build/modules.conf.in

13 years agofurther rollback
David Yat Sin [Wed, 27 Jun 2012 01:25:56 +0000 (21:25 -0400)] 
further rollback

13 years agoTweak phrase_en.xml
Michael S Collins [Tue, 26 Jun 2012 23:21:26 +0000 (16:21 -0700)] 
Tweak phrase_en.xml

13 years agoftmod_libpri: Add MSN/DDI filter for incoming calls.
Stefan Knoblich [Tue, 26 Jun 2012 19:33:40 +0000 (21:33 +0200)] 
ftmod_libpri: Add MSN/DDI filter for incoming calls.

This feature allows ftmod_libpri to ignore calls with non-matching destination number.

You may want to use this on BRI PTMP lines (Point-to-MultiPoint),
to avoid conflicts between your FreeSWITCH server and other devices connected to the line.

The filter is disabled by default (all calls will be accepted),
setting one (or more) "local-number" parameters on the span configuration enables it.

Example configuration snippet:

   <libpri_spans>
      <span name="example01">
         <!-- ... other span settings omitted ... -->
         <param name="local-number" value="123456"/>
         <param name="local-number" value="654321"/>
      </span>
   </libpri_spans>

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
13 years agoftmod_libpri: Move service_change_status_t down into #include guard area.
Stefan Knoblich [Tue, 26 Jun 2012 18:32:28 +0000 (20:32 +0200)] 
ftmod_libpri: Move service_change_status_t down into #include guard area.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
13 years agoFS-4313 --resolve
Anthony Minessale [Tue, 26 Jun 2012 16:34:24 +0000 (11:34 -0500)] 
FS-4313 --resolve

13 years agoFS-4349 try this, it should be a minimal wait since this will poll the socket for...
Anthony Minessale [Tue, 26 Jun 2012 14:58:51 +0000 (09:58 -0500)] 
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

13 years agoadding code to send add response
kapil [Tue, 26 Jun 2012 12:15:01 +0000 (17:45 +0530)] 
adding code to send add response

13 years agoadding mg stack add command code and sendign dummy rsp of add
kapil [Tue, 26 Jun 2012 07:35:23 +0000 (13:05 +0530)] 
adding mg stack add command code and sendign dummy rsp of add

13 years agoFS-3085 --resolve
Brian West [Mon, 25 Jun 2012 20:31:58 +0000 (15:31 -0500)] 
FS-3085 --resolve

13 years agoFS-4350 --resolve
Anthony Minessale [Mon, 25 Jun 2012 16:00:48 +0000 (11:00 -0500)] 
FS-4350 --resolve

13 years agofix warnings on windows code verification
Jeff Lenk [Mon, 25 Jun 2012 15:06:41 +0000 (10:06 -0500)] 
fix warnings on windows code verification

13 years agoadding command handler to handle command indication from megaco stack
kapil [Mon, 25 Jun 2012 14:37:51 +0000 (20:07 +0530)] 
adding command handler to handle command indication from megaco stack

13 years agoRetry updating base image
Travis Cross [Fri, 22 Jun 2012 23:16:37 +0000 (23:16 +0000)] 
Retry updating base image

If updating the base image fails, retry a few times.  If that doesn't
work, simply move on; the update usually fails because Debian is
updating its mirrors; it's not important that we be absolutely up to
date.

13 years agoUpdate AUTHORS
Travis Cross [Sat, 23 Jun 2012 03:44:38 +0000 (03:44 +0000)] 
Update AUTHORS

13 years agoBootstrap bnlib without warnings or errors
Travis Cross [Sat, 23 Jun 2012 00:30:41 +0000 (00:30 +0000)] 
Bootstrap bnlib without warnings or errors

13 years agoFix bnlib call to AC_INIT
Travis Cross [Sat, 23 Jun 2012 00:21:12 +0000 (00:21 +0000)] 
Fix bnlib call to AC_INIT

13 years agoRemove outdated autoconf tests in bnlib
Travis Cross [Sat, 23 Jun 2012 00:02:49 +0000 (00:02 +0000)] 
Remove outdated autoconf tests in bnlib

13 years agodebian: Add mechanism to specify modules.conf
Travis Cross [Mon, 25 Jun 2012 07:09:20 +0000 (07:09 +0000)] 
debian: Add mechanism to specify modules.conf

13 years agoadding mg and peer profile cleanup code during shutdown and removing
kapil [Mon, 25 Jun 2012 06:42:04 +0000 (12:12 +0530)] 
adding mg and peer profile cleanup code during shutdown and removing
"unused variables" warnings

13 years agoAvoid -Wunused-value warning
Travis Cross [Mon, 25 Jun 2012 06:20:16 +0000 (06:20 +0000)] 
Avoid -Wunused-value warning

Don't use the SET_STATUS1 macro as it will always produce this
warning.  It's a rather 'interesting' macro that's probably best
avoided anyway.

13 years agoFix confusion between size_t and ssize_t
Travis Cross [Mon, 25 Jun 2012 06:01:37 +0000 (06:01 +0000)] 
Fix confusion between size_t and ssize_t

readfile returns a value of type ssize_t (signed) and returns -1 if an
error occurs.  In auth_readdb_internal, however, we were assigning the
return value of readfile to a variable of type size_t (unsigned), but
then testing this unsigned value to see if it was < 0, a
contradiction.  We would thus simultaneously fail to report the error
in readfile and would end up with a corrupted length value.

13 years agoAdd missing return statement
Travis Cross [Mon, 25 Jun 2012 05:57:01 +0000 (05:57 +0000)] 
Add missing return statement

sres_cached_answers_sockaddr is supposed to return ENOENT if no cached
records are found.  Because of the missing return statement, however,
it would never do this and would instead return something very likely
to be garbage.

13 years agoRemove a contradiction
Travis Cross [Mon, 25 Jun 2012 05:53:55 +0000 (05:53 +0000)] 
Remove a contradiction

base64_d returns a value of size_t, which is unsigned.  The value
therefore cannot be less than zero.  The second check testing whether
it is >= INT_MAX is not a contradiction, but it doesn't make any sense
to check for this (as far as I can tell).

13 years agoRemove a tautological conditional
Travis Cross [Mon, 25 Jun 2012 05:47:27 +0000 (05:47 +0000)] 
Remove a tautological conditional

SU_LOG->log_level is declared as unsigned, hence it will always
be >= 0.

13 years agoImplement MEMLOCK and UNLOCK as functions
Travis Cross [Mon, 25 Jun 2012 05:33:24 +0000 (05:33 +0000)] 
Implement MEMLOCK and UNLOCK as functions

Converting these macros to functions declared static inline allow the
C type-checker to work and avoid warnings about unused expression
values.  These warnings break the build with clang.

13 years agoImplement su_errno and su_seterrno as functions
Travis Cross [Mon, 25 Jun 2012 05:29:39 +0000 (05:29 +0000)] 
Implement su_errno and su_seterrno as functions

This avoid warnings about expressions with unused values.  These
warnings break the build with clang.

An optimizing compiler should still inline these calls.  If that turns
out not to happen on some platform, we could rename the functions used
internally and declare them static inline.

13 years agoFix memset calls in sofia-sip
Travis Cross [Mon, 25 Jun 2012 05:25:21 +0000 (05:25 +0000)] 
Fix memset calls in sofia-sip

These calls were zeroing only a pointer's worth of memory rather than
the actual size of the objects.

13 years agoFS-4318 try this, success is 0 so that original patch was wrong
Anthony Minessale [Sun, 24 Jun 2012 20:05:59 +0000 (15:05 -0500)] 
FS-4318 try this, success is 0 so that original patch was wrong

14 years agoFix clang warnings in mod_lua
Travis Cross [Sun, 24 Jun 2012 09:13:21 +0000 (09:13 +0000)] 
Fix clang warnings in mod_lua

14 years agodebian: Add mechanism to set C/C++ compiler
Travis Cross [Sun, 24 Jun 2012 08:46:00 +0000 (08:46 +0000)] 
debian: Add mechanism to set C/C++ compiler

14 years agoFix warnings in sqlite
Travis Cross [Sun, 24 Jun 2012 08:34:52 +0000 (08:34 +0000)] 
Fix warnings in sqlite

14 years agoReturn const char* from apr_pool_tag
Travis Cross [Sun, 24 Jun 2012 08:11:23 +0000 (08:11 +0000)] 
Return const char* from apr_pool_tag

clang warns:

  warning: returning 'const char *' from a function with result type
    'char *' discards qualifiers [-Wincompatible-pointer-types]

14 years agoFix memset calls in APR sha2 implementation
Travis Cross [Sun, 24 Jun 2012 08:05:25 +0000 (08:05 +0000)] 
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]

14 years agoFix use of switch_event_add_body
Travis Cross [Sun, 24 Jun 2012 07:34:48 +0000 (07:34 +0000)] 
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]

14 years agoRemove extraneous parenthesis
Travis Cross [Sun, 24 Jun 2012 07:36:14 +0000 (07:36 +0000)] 
Remove extraneous parenthesis

This causes a warning that breaks the build with clang.

14 years agomore v18 changes
Anthony Minessale [Sun, 24 Jun 2012 00:33:26 +0000 (19:33 -0500)] 
more v18 changes

14 years agotweaks
Anthony Minessale [Sun, 24 Jun 2012 00:00:53 +0000 (19:00 -0500)] 
tweaks

14 years agochange name
Anthony Minessale [Sat, 23 Jun 2012 23:53:29 +0000 (18:53 -0500)] 
change name

14 years agoadd some inital v18 interface points
Anthony Minessale [Sat, 23 Jun 2012 23:48:20 +0000 (18:48 -0500)] 
add some inital v18 interface points

14 years agodebian: Correct alphabetization
Travis Cross [Fri, 22 Jun 2012 18:04:35 +0000 (18:04 +0000)] 
debian: Correct alphabetization

14 years agodebian: Add option to use existing .orig.* file
Travis Cross [Fri, 22 Jun 2012 18:03:42 +0000 (18:03 +0000)] 
debian: Add option to use existing .orig.* file

14 years agoBundle .version file with debian nightlies
Travis Cross [Fri, 22 Jun 2012 16:11:47 +0000 (16:11 +0000)] 
Bundle .version file with debian nightlies

This adds the .version file to nightlies produced with debian/util.sh.

14 years agoHarmonize debian nightly version with print_git_revision
Travis Cross [Fri, 22 Jun 2012 16:10:47 +0000 (16:10 +0000)] 
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.

14 years agoAlways set the ZRTP SAS verified flag on our side
Travis Cross [Fri, 22 Jun 2012 13:25:40 +0000 (13:25 +0000)] 
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>
14 years agoFS-4336 --resolve
Anthony Minessale [Sat, 23 Jun 2012 19:55:06 +0000 (14:55 -0500)] 
FS-4336 --resolve

14 years agovs2010 reswig
Jeff Lenk [Sat, 23 Jun 2012 21:58:44 +0000 (16:58 -0500)] 
vs2010 reswig

14 years agoswigall
Anthony Minessale [Sat, 23 Jun 2012 21:40:42 +0000 (16:40 -0500)] 
swigall

14 years agoFS-4337 --resolve this actually uncovered a bug cos it was supposed to be rtcp_bytes...
Anthony Minessale [Sat, 23 Jun 2012 19:03:06 +0000 (14:03 -0500)] 
FS-4337 --resolve this actually uncovered a bug cos it was supposed to be rtcp_bytes not bytes

14 years agofix typo
Anthony Minessale [Sat, 23 Jun 2012 11:18:09 +0000 (06:18 -0500)] 
fix typo

14 years agoadd video support to lib/mod.dingaling this needs testing, google voice won't work...
Anthony Minessale [Fri, 22 Jun 2012 23:14:53 +0000 (18:14 -0500)] 
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

14 years agochange default number to 97
Anthony Minessale [Fri, 22 Jun 2012 23:09:39 +0000 (18:09 -0500)] 
change default number to 97

14 years agoFS-3659 and some refactor for rtcp ice and video ice and rtcp
Anthony Minessale [Fri, 22 Jun 2012 23:08:59 +0000 (18:08 -0500)] 
FS-3659 and some refactor for rtcp ice and video ice and rtcp

14 years agoupdate stun to more modern spec
Anthony Minessale [Fri, 22 Jun 2012 23:06:42 +0000 (18:06 -0500)] 
update stun to more modern spec

14 years agoMerge branch 'nsg-4.3' of git.sangoma.com:smg_freeswitch into nsg-4.3
Mathieu Rene [Fri, 22 Jun 2012 23:10:41 +0000 (19:10 -0400)] 
Merge branch 'nsg-4.3' of git.sangoma.com:smg_freeswitch into nsg-4.3

14 years agostill figuring out lib
Mathieu Rene [Fri, 22 Jun 2012 23:10:08 +0000 (19:10 -0400)] 
still figuring out lib

14 years agoss7: adding ss7_iam_fwd_ind_hex as x-header and channel variables in hex format.
James Zhang [Fri, 22 Jun 2012 21:05:15 +0000 (17:05 -0400)] 
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.

14 years agoRolling back to find out what's breaking build
David Yat Sin [Fri, 22 Jun 2012 17:20:04 +0000 (13:20 -0400)] 
Rolling back to find out what's breaking build

14 years agoRolling back to find out what's breaking build
David Yat Sin [Fri, 22 Jun 2012 15:35:00 +0000 (11:35 -0400)] 
Rolling back to find out what's breaking build

14 years agoMerging FS-3432 switch_core_hash.c patch in from Tamas
dschreiber [Wed, 20 Jun 2012 13:43:36 +0000 (06:43 -0700)] 
Merging FS-3432 switch_core_hash.c patch in from Tamas

14 years agoFS-4320 sigh
Brian West [Thu, 21 Jun 2012 18:07:38 +0000 (13:07 -0500)] 
FS-4320 sigh

14 years agoFS-4319 --resolve portaudio not always moving the active call to the top of its inter...
Jeff Lenk [Thu, 21 Jun 2012 14:52:13 +0000 (09:52 -0500)] 
FS-4319 --resolve portaudio not always moving the active call to the top of its internal list (invalid ringing)

14 years agofix conflict
Mathieu Rene [Thu, 21 Jun 2012 14:40:57 +0000 (10:40 -0400)] 
fix conflict

14 years agoMEGACO over TCP support
kapil [Thu, 21 Jun 2012 13:53:22 +0000 (19:23 +0530)] 
MEGACO over TCP support

14 years agoadding TCP transport support
kapil [Thu, 21 Jun 2012 13:52:14 +0000 (19:22 +0530)] 
adding TCP transport support

14 years agocode commit for multiple peer cli command
kapil [Thu, 21 Jun 2012 06:06:20 +0000 (11:36 +0530)] 
code commit for multiple peer cli command

14 years agoFix for compile warnings rtp.c
David Yat Sin [Thu, 21 Jun 2012 02:43:54 +0000 (22:43 -0400)] 
Fix for compile warnings rtp.c

14 years agostart implementing command handlers
Mathieu Rene [Thu, 21 Jun 2012 01:34:04 +0000 (21:34 -0400)] 
start implementing command handlers

14 years agoMerge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
David Yat Sin [Wed, 20 Jun 2012 20:28:13 +0000 (16:28 -0400)] 
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3

14 years agoAdded core spanflag CLI command
David Yat Sin [Wed, 20 Jun 2012 20:28:00 +0000 (16:28 -0400)] 
Added core spanflag CLI command

14 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Mathieu Rene [Wed, 20 Jun 2012 19:43:20 +0000 (15:43 -0400)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

14 years agoFS-4007
Mathieu Rene [Wed, 20 Jun 2012 19:42:57 +0000 (15:42 -0400)] 
FS-4007

14 years agofixing compilation error
kapil [Wed, 20 Jun 2012 19:39:51 +0000 (01:09 +0530)] 
fixing compilation error

14 years agoMerge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3
David Yat Sin [Wed, 20 Jun 2012 17:21:22 +0000 (13:21 -0400)] 
Merge branch 'nsg-4.3' of ssh://git.sangoma.com/smg_freeswitch into nsg-4.3

14 years agoAdded display of M2UA signalling channels for CLI command show status
David Yat Sin [Wed, 20 Jun 2012 17:20:35 +0000 (13:20 -0400)] 
Added display of M2UA signalling channels for CLI command show status