]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
11 years agoFS-6615 reswig vs2010
Jeff Lenk [Wed, 16 Jul 2014 20:24:03 +0000 (15:24 -0500)] 
FS-6615 reswig vs2010

11 years agobuffer websocket headers and body before sending to avoid fragmentation
Anthony Minessale [Wed, 16 Jul 2014 20:07:49 +0000 (01:07 +0500)] 
buffer websocket headers and body before sending to avoid fragmentation

11 years agoFS-6447 #close SUBSCRIBER_ABSENT also needs handling. Thanks to Ben Langfeld.
Chris Rienzo [Wed, 16 Jul 2014 17:18:52 +0000 (13:18 -0400)] 
FS-6447 #close SUBSCRIBER_ABSENT also needs handling.  Thanks to Ben Langfeld.

11 years agocall recovery_track on recovering channels once the recovery has completed and fix...
Anthony Minessale [Wed, 16 Jul 2014 16:40:18 +0000 (21:40 +0500)] 
call recovery_track on recovering channels once the recovery has completed and fix race condition with repeated recovery

11 years agoFS-5384 enable the flash indicator on ring
Nathan Neulinger [Wed, 16 Jul 2014 15:42:30 +0000 (10:42 -0500)] 
FS-5384 enable the flash indicator on ring

11 years agoTweaks, and a fix for FAX polling.
Steve Underwood [Wed, 16 Jul 2014 15:26:20 +0000 (23:26 +0800)] 
Tweaks, and a fix for FAX polling.

11 years agoFS-6615 test this patch
Anthony Minessale [Wed, 16 Jul 2014 14:33:10 +0000 (19:33 +0500)] 
FS-6615 test this patch

11 years agoFS-5384 implement support for ring-on-active and ring-on-idle attributes - right...
Nathan Neulinger [Wed, 16 Jul 2014 14:05:15 +0000 (09:05 -0500)] 
FS-5384 implement support for ring-on-active and ring-on-idle attributes - right now, will just switch from 'ring' to 'indicate only' if set to 0, defaults to 1/on

11 years agoAssociate "sending early media" log with session
Travis Cross [Wed, 16 Jul 2014 04:57:39 +0000 (04:57 +0000)] 
Associate "sending early media" log with session

11 years agomake swigall
Travis Cross [Wed, 16 Jul 2014 03:29:56 +0000 (03:29 +0000)] 
make swigall

11 years agoImprove name of new console log function
Travis Cross [Wed, 16 Jul 2014 02:40:15 +0000 (02:40 +0000)] 
Improve name of new console log function

The new console log function here isn't any more of a channel log than
the old one.  The name was bad, and no one could have been using this
yet since we just ran reswig.  We'll take the same tack the kernel
developers do when replacing a function with an otherwise equivalent
one with a better API.

11 years agoAdd `session::consoleLog2()`
Travis Cross [Wed, 16 Jul 2014 02:28:30 +0000 (02:28 +0000)] 
Add `session::consoleLog2()`

This allows emitting log messages that include the file name and line
number of the call.  Because we have the session object here, the log
messages can be correctly associated with the session from which they
were emitted.

As when the kernel developers need to 'fix' a system call, we'll just
add a number to the name of the existing function.

11 years agofix verto compile error on arm
Brian West [Wed, 16 Jul 2014 02:01:38 +0000 (21:01 -0500)] 
fix verto compile error on arm

11 years agoAllow setting threshold for RTP auto adjust
Travis Cross [Wed, 16 Jul 2014 00:25:56 +0000 (00:25 +0000)] 
Allow setting threshold for RTP auto adjust

If we see a certain number of RTP packets from a host and port other
than was negotiated, we adjust to send our RTP to that host and port.
Traditionally we've waited for 10 packets.  This commit makes the
threshold adjustable by setting the channel variable
`rtp_auto_adjust_threshold` to any positive value less than 2^16.

11 years agoswigall
Brian West [Wed, 16 Jul 2014 00:09:19 +0000 (19:09 -0500)] 
swigall

11 years agogit.freeswitch.org is DEAD... Long Live git via http://stash.freeswitch.org
Ken Rice [Tue, 15 Jul 2014 22:34:16 +0000 (17:34 -0500)] 
git.freeswitch.org is DEAD... Long Live git via http://stash.freeswitch.org

11 years agoremove select call from switch_nat.c
Anthony Minessale [Tue, 15 Jul 2014 22:01:30 +0000 (03:01 +0500)] 
remove select call from switch_nat.c

11 years agoLONG LIVE git.freeswitch.org, still using it? UPDATE UPDATE UPDATE also subscribe...
Brian West [Tue, 15 Jul 2014 21:45:58 +0000 (16:45 -0500)] 
LONG LIVE git.freeswitch.org, still using it? UPDATE UPDATE UPDATE also subscribe to mailing list or follow us @freeswitch on twitter...

11 years agoadd some more headers to sip messages
Anthony Minessale [Tue, 15 Jul 2014 19:55:46 +0000 (00:55 +0500)] 
add some more headers to sip messages

11 years agodrop connection on bad write
Anthony Minessale [Tue, 15 Jul 2014 19:37:09 +0000 (00:37 +0500)] 
drop connection on bad write

11 years agohash dial take 2
Anthony Minessale [Tue, 15 Jul 2014 19:11:48 +0000 (00:11 +0500)] 
hash dial take 2

11 years agorevert
Anthony Minessale [Tue, 15 Jul 2014 18:49:22 +0000 (23:49 +0500)] 
revert

11 years agoupdate
Anthony Minessale [Tue, 15 Jul 2014 18:34:01 +0000 (23:34 +0500)] 
update

11 years agohash auto dialing
Anthony Minessale [Tue, 15 Jul 2014 18:01:56 +0000 (23:01 +0500)] 
hash auto dialing

11 years agominor tweak
Anthony Minessale [Tue, 15 Jul 2014 17:25:32 +0000 (22:25 +0500)] 
minor tweak

11 years agobump
Anthony Minessale [Tue, 15 Jul 2014 15:34:48 +0000 (20:34 +0500)] 
bump

11 years agobump v1.5.13
Anthony Minessale [Tue, 15 Jul 2014 15:33:27 +0000 (20:33 +0500)] 
bump

11 years agoMerge pull request #5 in FS/freeswitch from ~KATHLEEN.KING/freeswitch-fork:clang...
Mike Jerris [Mon, 14 Jul 2014 22:38:21 +0000 (17:38 -0500)] 
Merge pull request #5 in FS/freeswitch from ~KATHLEEN.KING/freeswitch-fork:clang-warnings-werror to master

* commit '1affff9db4aaa29ab66f9f5db76f575eeabd86b5':
  Fixed a clang-3.5 missing-prototype warning and added doxygen documentation for switch_channel_set_presence_data_vals. #doxygen
  Fixed dead code.
  Fixed trucation of value warning.
  Removed a useless called to abs.
  Removed an autological-pointer-compare from src/switch_utils.c.
  Fixed trucation of value warning.

11 years agoclean up verto demo and add examples of moderator controls
Anthony Minessale [Mon, 14 Jul 2014 17:01:53 +0000 (13:01 -0400)] 
clean up verto demo and add examples of moderator controls

11 years agoadd some more signal tracking to verto
Anthony Minessale [Mon, 14 Jul 2014 16:25:43 +0000 (21:25 +0500)] 
add some more signal tracking to verto

11 years agoswitch to incall page on early media too
Anthony Minessale [Mon, 14 Jul 2014 15:38:39 +0000 (20:38 +0500)] 
switch to incall page on early media too

11 years agofreetdm: ftdm_gsm: Remove some old debug code
Moises Silva [Sun, 13 Jul 2014 07:06:28 +0000 (03:06 -0400)] 
freetdm: ftdm_gsm: Remove some old debug code

11 years agofreetdm: ftdmod_gsm: Allow hwdtmf parameter to accept detect or generate
Moises Silva [Sun, 13 Jul 2014 06:46:28 +0000 (02:46 -0400)] 
freetdm: ftdmod_gsm: Allow hwdtmf parameter to accept detect or generate

You can now enable the hardware dtmf detection and/or generation

11 years agoRevert "freetdm: ftmod_wanpipe: Do not attempt to initialize hwdtmf in GSM ports...
Moises Silva [Sun, 13 Jul 2014 06:19:09 +0000 (02:19 -0400)] 
Revert "freetdm: ftmod_wanpipe: Do not attempt to initialize hwdtmf in GSM ports during shutdown"

This reverts commit b29a41bb1bf104113596c2f28a6cf255a1119c64.

This commit is no longer needed now that proper infrastructure has been
added to allow signaling modules to generate and detect DTMF

The feature macros should only be used for I/O module features
and not for signaling module features

11 years agofreetdm: Added support for DTMF generation to be performed in the signaling modules...
Moises Silva [Sun, 13 Jul 2014 06:15:38 +0000 (02:15 -0400)] 
freetdm: Added support for DTMF generation to be performed in the signaling modules (currently only used by the gsm signaling driver)

11 years agomod_freetdm: Fix several leaks on module shutdown
Moises Silva [Sun, 13 Jul 2014 04:34:04 +0000 (00:34 -0400)] 
mod_freetdm: Fix several leaks on module shutdown

11 years agofreetdm: ftmod_wanpipe: Do not attempt to initialize hwdtmf in GSM ports during shutdown
Moises Silva [Sun, 13 Jul 2014 02:55:24 +0000 (22:55 -0400)] 
freetdm: ftmod_wanpipe: Do not attempt to initialize hwdtmf in GSM ports during shutdown

11 years agorebuild
Anthony Minessale [Fri, 11 Jul 2014 23:39:56 +0000 (04:39 +0500)] 
rebuild

11 years agomerge ws.c change to sofia
Anthony Minessale [Fri, 11 Jul 2014 23:39:41 +0000 (04:39 +0500)] 
merge ws.c change to sofia

11 years agocss tweak
Anthony Minessale [Fri, 11 Jul 2014 23:29:15 +0000 (04:29 +0500)] 
css tweak

11 years agotweak on last commit
Anthony Minessale [Fri, 11 Jul 2014 23:17:41 +0000 (04:17 +0500)] 
tweak on last commit

11 years agoadd clear channel for mono participants while in a conference with 3d callers
Anthony Minessale [Fri, 11 Jul 2014 22:31:26 +0000 (03:31 +0500)] 
add clear channel for mono participants while in a conference with 3d callers

11 years agofold livetables into verto obj and expose moderator mode
Anthony Minessale [Fri, 11 Jul 2014 22:27:03 +0000 (03:27 +0500)] 
fold livetables into verto obj and expose moderator mode

11 years agoFS-6642 --resolve
Brian West [Fri, 11 Jul 2014 16:04:08 +0000 (11:04 -0500)] 
FS-6642 --resolve

11 years agoFS-6646 --resolve
Brian West [Fri, 11 Jul 2014 16:03:22 +0000 (11:03 -0500)] 
FS-6646 --resolve

11 years agomod_graylog2: additional input checks on LOG_FIELDS[]
Chris Rienzo [Fri, 11 Jul 2014 14:38:29 +0000 (10:38 -0400)] 
mod_graylog2: additional input checks on LOG_FIELDS[]

11 years agofreetdm: ftmod_gsm: Added support for hardware DTMF
Moises Silva [Fri, 11 Jul 2014 04:41:40 +0000 (00:41 -0400)] 
freetdm: ftmod_gsm: Added support for hardware DTMF

11 years agoFS-6420
Brian West [Thu, 10 Jul 2014 15:17:38 +0000 (10:17 -0500)] 
FS-6420

11 years agomod_graylog2: additional fields can now be specified by adding LOG_FIELDS[name=string...
Chris Rienzo [Thu, 10 Jul 2014 14:25:20 +0000 (10:25 -0400)] 
mod_graylog2: additional fields can now be specified by adding LOG_FIELDS[name=string_value,@#name=number_value] to beginning of log.  Added _microtimestamp additional field since graylog2 only has millisecond timestamp precision.

11 years agolog websocket write failures
Anthony Minessale [Wed, 9 Jul 2014 18:30:04 +0000 (13:30 -0500)] 
log websocket write failures

11 years agoCID:1224272 Dereference after null check. member can not actually be NULL in any...
Michael Jerris [Wed, 9 Jul 2014 18:32:38 +0000 (14:32 -0400)] 
CID:1224272 Dereference after null check.  member can not actually be NULL in any of the scenarios calling this function

11 years agoMerge pull request #9 in FS/freeswitch from ~PFOURNIER/freeswitch:feature/fax_enable_...
Mike Jerris [Wed, 9 Jul 2014 16:54:16 +0000 (11:54 -0500)] 
Merge pull request #9 in FS/freeswitch from ~PFOURNIER/freeswitch:feature/fax_enable_tep to master

* commit '0fb179acf2246b896f1a66cfb96da68e9d2675f7':
  Add new option to request TEP to be used for an outbound fax call

11 years agoMerge pull request #7 in FS/freeswitch from ~PFOURNIER/freeswitch:bugfix/t38_require_...
Brian West [Wed, 9 Jul 2014 15:49:04 +0000 (10:49 -0500)] 
Merge pull request #7 in FS/freeswitch from ~PFOURNIER/freeswitch:bugfix/t38_require_timer to master

* commit '21ae587063eb3b55c690f47cf9299a539ec25415':
  Disabling Require timer for T.38 re-Invites cause problems

11 years agoMerge pull request #8 in FS/freeswitch from ~PFOURNIER/freeswitch:bugfix/fax_disable_...
Brian West [Wed, 9 Jul 2014 15:48:56 +0000 (10:48 -0500)] 
Merge pull request #8 in FS/freeswitch from ~PFOURNIER/freeswitch:bugfix/fax_disable_ecm to master

* commit '5d31c9b9fe2ae6dead163c60974a41fec4fac3fc':
  It was impossible to disable ECM with T.38 in gateway mode

11 years agoFS-4861 improve logging when using c++ wrapper
Brian West [Wed, 9 Jul 2014 14:09:45 +0000 (09:09 -0500)] 
FS-4861 improve logging when using c++ wrapper

11 years agoFS-4870
Brian West [Wed, 9 Jul 2014 14:08:05 +0000 (09:08 -0500)] 
FS-4870

11 years agoFS-4939
Brian West [Wed, 9 Jul 2014 14:04:17 +0000 (09:04 -0500)] 
FS-4939

11 years agoFS-5501 fire event on profile start
Brian West [Wed, 9 Jul 2014 13:53:14 +0000 (08:53 -0500)] 
FS-5501 fire event on profile start

11 years agoFS-5516 allow get params in URL
Brian West [Wed, 9 Jul 2014 13:52:01 +0000 (08:52 -0500)] 
FS-5516 allow get params in URL

11 years agoFS-6373
Brian West [Wed, 9 Jul 2014 13:25:54 +0000 (08:25 -0500)] 
FS-6373

11 years agoFS-6626 fix winter DST issue
Brian West [Wed, 9 Jul 2014 12:58:11 +0000 (07:58 -0500)] 
FS-6626 fix winter DST issue

11 years agoFS-6563
Brian West [Wed, 9 Jul 2014 12:47:17 +0000 (07:47 -0500)] 
FS-6563

11 years agoFS-6565
Brian West [Wed, 9 Jul 2014 12:45:55 +0000 (07:45 -0500)] 
FS-6565

11 years agoFS-6566
Brian West [Wed, 9 Jul 2014 12:44:33 +0000 (07:44 -0500)] 
FS-6566

11 years agoAdded explanatory comment on a recent change.
Steve Underwood [Wed, 9 Jul 2014 02:18:00 +0000 (10:18 +0800)] 
Added explanatory comment on a recent change.

11 years agoMerge branch 'master' of ssh://stash.freeswitch.org:7999/fs/freeswitch
Steve Underwood [Tue, 8 Jul 2014 16:14:31 +0000 (00:14 +0800)] 
Merge branch 'master' of ssh://stash.freeswitch.org:7999/fs/freeswitch

11 years agosync changes from srtp upstream
Michael Jerris [Tue, 8 Jul 2014 14:25:52 +0000 (10:25 -0400)] 
sync changes from srtp upstream

11 years agoAdded additional checks that HDLC frames arriving at the T.38 gateway engine
Steve Underwood [Tue, 8 Jul 2014 12:48:15 +0000 (20:48 +0800)] 
Added additional checks that HDLC frames arriving at the T.38 gateway engine
begin with the correct 2 bytes.

11 years agoAdd new option to request TEP to be used for an outbound fax call
Patrice Fournier [Mon, 30 Jun 2014 20:34:18 +0000 (16:34 -0400)] 
Add new option to request TEP to be used for an outbound fax call

11 years agoIt was impossible to disable ECM with T.38 in gateway mode
Patrice Fournier [Mon, 30 Jun 2014 20:30:26 +0000 (16:30 -0400)] 
It was impossible to disable ECM with T.38 in gateway mode

11 years agoDisabling Require timer for T.38 re-Invites cause problems
Patrice Fournier [Mon, 30 Jun 2014 20:24:51 +0000 (16:24 -0400)] 
Disabling Require timer for T.38 re-Invites cause problems

Disabling Require timer for T.38 re-Invites tells the remote side it
doesn't need to refresh the session but FreeSwitch will still terminate
the call if the remote session doesn't refresh.

11 years agoLets get loud
Brian West [Mon, 7 Jul 2014 19:51:43 +0000 (14:51 -0500)] 
Lets get loud

11 years agoFix BLF confusion when dealing with the same extension in multiple domains
François [Sun, 6 Jul 2014 14:57:50 +0000 (16:57 +0200)] 
Fix BLF confusion when dealing with the same extension in multiple domains

11 years agoupdated directory using asr/tts
Brian West [Sat, 5 Jul 2014 14:22:59 +0000 (09:22 -0500)] 
updated directory using asr/tts

11 years agoUpdate to use PocketSphinx 0.8
Brian West [Sat, 5 Jul 2014 14:14:02 +0000 (09:14 -0500)] 
Update to use PocketSphinx 0.8

11 years agoRefactor the curl PUT read callback
Travis Cross [Fri, 4 Jul 2014 07:47:04 +0000 (07:47 +0000)] 
Refactor the curl PUT read callback

11 years agoAdvance the data_stream data pointer
Travis Cross [Fri, 4 Jul 2014 07:43:59 +0000 (07:43 +0000)] 
Advance the data_stream data pointer

11 years agoAdd PUT support to mod_curl `curl` api and app
Travis Cross [Fri, 4 Jul 2014 01:48:13 +0000 (01:48 +0000)] 
Add PUT support to mod_curl `curl` api and app

With both the `curl` api command and application, you can now ask for
data to be PUT where previously it could only be sent via POST.

11 years agoFixed a clang-3.5 missing-prototype warning and added doxygen
Kathleen King [Fri, 4 Jul 2014 01:51:14 +0000 (18:51 -0700)] 
Fixed a clang-3.5 missing-prototype warning and added doxygen
documentation for switch_channel_set_presence_data_vals. #doxygen

11 years agoFixed dead code.
Kathleen King [Fri, 4 Jul 2014 00:03:01 +0000 (17:03 -0700)] 
Fixed dead code.

While reviewing code I noticed some dead code. It was not possible to
default to the channel variable because the parameter could not be
both full and empty.

If the parameter is not a non zero length string then the code looked
like it was intending to default to the channel variable
'presence_data_cols'. If neither of these are the case it is a noop.

By enabling the dead code, you now have access to set the
'presence_data_cols' in the dialplan or scripts like lua.

11 years agoupdate image
Anthony Minessale [Thu, 3 Jul 2014 22:58:55 +0000 (03:58 +0500)] 
update image

11 years agoMerge pull request #2 in FS/freeswitch from ~KATHLEEN.KING/freeswitch-fork:doxygen...
Mike Jerris [Thu, 3 Jul 2014 21:45:52 +0000 (16:45 -0500)] 
Merge pull request #2 in FS/freeswitch from ~KATHLEEN.KING/freeswitch-fork:doxygen-switch_apr.h to master

* commit '64fc3f7934888175b80e0cdd3a065d717d0a9014':
  Changed the function parameter name in the function definition to match the updated parameter name in the function declaration. #doxygen
  Changed the variable name for clarity.

11 years agoFixed trucation of value warning.
Kathleen King [Thu, 3 Jul 2014 21:41:24 +0000 (14:41 -0700)] 
Fixed trucation of value warning.

There was a parameter mismatch between abs(), which expects an int,
and atol() which returns a long. Since max_drift is defined as an int,
there is no need to pars q as a long rather than an int.

11 years agoChanged the function parameter name in the function definition to
Kathleen King [Thu, 3 Jul 2014 21:19:33 +0000 (14:19 -0700)] 
Changed the function parameter name in the function definition to
match the updated parameter name in the function declaration. #doxygen

11 years agoRemoved a useless called to abs.
Kathleen King [Thu, 3 Jul 2014 20:17:12 +0000 (13:17 -0700)] 
Removed a useless called to abs.

Clang 3.5 reported the following error: error: taking the absolute
value of unsigned type 'unsigned int' has no effect
[-Werror,-Wabsolute-value]

Subtracting unsigned variables will never be negative and will either
be the small expected value or will wrap to a very big value. This
code is trying to determine if the difference between these timestamps
is greater than 16000.

The variables last_write_ts and this_ts deal with timestamps. In the
normal case this_ts will be a larger timestamp than
last_write_ts. This change will maintain the intended behavior of
reseting the video if the difference is larger than
16000 and in the abnormal case this value would wrap and still exceed
the 16000.

11 years agoRemoved an autological-pointer-compare from src/switch_utils.c.
Kathleen King [Thu, 3 Jul 2014 19:12:22 +0000 (12:12 -0700)] 
Removed an autological-pointer-compare from src/switch_utils.c.

Building with Clang 3.5 gave the following warning: error: comparison
of array 'iface_out.sin6_addr.__in6_u.__u6_addr8' equal to a null
pointer is always false [-Werror,-Wtautological-pointer-compare]

This is a problem because as it is written the check will never be
true. A pointer to a structure within a structure will never be null. The
intention was either to null check the pointer or to check if the IP
address itself was not zero.

From context in the code this appeared to be a pointer null check so I
removed it.

11 years agopreserve timer name for recovery
Anthony Minessale [Thu, 3 Jul 2014 18:50:14 +0000 (23:50 +0500)] 
preserve timer name for recovery

11 years agoFixed trucation of value warning.
Kathleen King [Thu, 3 Jul 2014 17:53:19 +0000 (10:53 -0700)] 
Fixed trucation of value warning.

There was a parameter mismatch between abs(), which expects an int,
and atol() which returns a long. Since max_drift is defined as an int,
there is no need to pars q as a long rather than an int.

11 years agoupdate ico
Anthony Minessale [Thu, 3 Jul 2014 17:36:08 +0000 (22:36 +0500)] 
update ico

11 years agoclean up demo a little
Anthony Minessale [Thu, 3 Jul 2014 17:20:30 +0000 (22:20 +0500)] 
clean up demo a little

11 years agoclean up demo a little
Anthony Minessale [Thu, 3 Jul 2014 17:14:17 +0000 (22:14 +0500)] 
clean up demo a little

11 years agoMerge pull request #4 in FS/freeswitch from ~KATHLEEN.KING/freeswitch-fork:doxygen...
Mike Jerris [Thu, 3 Jul 2014 17:03:04 +0000 (12:03 -0500)] 
Merge pull request #4 in FS/freeswitch from ~KATHLEEN.KING/freeswitch-fork:doxygen-switch_regex.h-2 to master

* commit '35755d37d5dd47c2f8470ca9a294b55f124ee1e7':
  Fixed parameter name of variable in switch_regex_match_partial. #doxygen

11 years agotest commit hooks, whitespace change only
Ken Rice [Thu, 3 Jul 2014 13:50:04 +0000 (08:50 -0500)] 
test commit hooks, whitespace change only

11 years agoMerge pull request #1 in FS/freeswitch from ~ARESKI/freeswitch:code-style to master
Ken Rice [Thu, 3 Jul 2014 13:42:15 +0000 (08:42 -0500)] 
Merge pull request #1 in FS/freeswitch from ~ARESKI/freeswitch:code-style to master

* commit 'b0e86e65cf16f106a4254e10ab8f8a984b3699db':
  misc of python pep8 fixes

11 years agoreswig
Brian West [Thu, 3 Jul 2014 13:09:18 +0000 (08:09 -0500)] 
reswig

11 years agomisc of python pep8 fixes
areski [Thu, 3 Jul 2014 11:46:56 +0000 (13:46 +0200)] 
misc of python pep8 fixes

11 years agoChanged the variable name for clarity.
Kathleen King [Thu, 3 Jul 2014 03:10:31 +0000 (20:10 -0700)] 
Changed the variable name for clarity.

11 years agoFixed parameter name of variable in
Kathleen King [Thu, 3 Jul 2014 00:37:23 +0000 (17:37 -0700)] 
Fixed parameter name of variable in
switch_regex_match_partial. #doxygen

11 years agoincrease memory for buffers to hold new decoded stereo codecs
Anthony Minessale [Wed, 2 Jul 2014 21:55:21 +0000 (02:55 +0500)] 
increase memory for buffers to hold new decoded stereo codecs

11 years agofix jb endless loop of missing packets
Anthony Minessale [Wed, 2 Jul 2014 21:16:32 +0000 (02:16 +0500)] 
fix jb endless loop of missing packets