]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
11 years agoBump rev v1.4.12
Ken Rice [Fri, 10 Oct 2014 21:16:02 +0000 (16:16 -0500)] 
Bump rev

11 years agoMerge branch 'master' into v1.4
Ken Rice [Fri, 10 Oct 2014 21:14:44 +0000 (16:14 -0500)] 
Merge branch 'master' into v1.4

11 years agohave resume media on hold not send invite back out at the holder but rather enable...
Anthony Minessale [Fri, 10 Oct 2014 21:09:43 +0000 (16:09 -0500)] 
have resume media on hold not send invite back out at the holder but rather enable media in the 200ok

11 years agoBump rev v1.4.11
Ken Rice [Fri, 10 Oct 2014 19:40:17 +0000 (14:40 -0500)] 
Bump rev

11 years agoMerge branch 'master' into v1.4
Ken Rice [Fri, 10 Oct 2014 19:35:00 +0000 (14:35 -0500)] 
Merge branch 'master' into v1.4

11 years agoFix crash on transport=tls with non-TLS profile
Travis Cross [Fri, 10 Oct 2014 18:25:11 +0000 (18:25 +0000)] 
Fix crash on transport=tls with non-TLS profile

We use the transport of the Contact header of the remote UAC to decide
which of our own Contact addresses we should use when replying to a
SUBSCRIBE or sending a presence NOTIFY.

If TLS is not enabled on a Sofia profile, then the TLS Contacts for
that profile are NULL.  Unfortunately we were using these NULL values
uncritically when the remote UAC sent us a Contact header with a TLS
transport and our own Sofia profile did not have TLS enabled.

With this commit we fall back to our TCP Contact address when the
remote Contact is TLS and our Sofia profile does not have TLS enabled.

11 years agoFS-6902 #comment add patch to make this problem obvious and fail on record and playback
Anthony Minessale [Thu, 9 Oct 2014 21:53:38 +0000 (16:53 -0500)] 
FS-6902 #comment add patch to make this problem obvious and fail on record and playback

11 years agoFS-6815 FS-6903 #resolve
Anthony Minessale [Thu, 9 Oct 2014 20:47:31 +0000 (15:47 -0500)] 
FS-6815 FS-6903 #resolve

11 years agoadd 908-retry-seconds gateway param to set reg retry time when getting a 908 for...
Michael Jerris [Thu, 9 Oct 2014 18:43:16 +0000 (14:43 -0400)] 
add 908-retry-seconds gateway param to set reg retry time when getting a 908 for backup interfaces to connect quickly

11 years agoMerge branch 'master' into v1.4 v1.4.10
Ken Rice [Thu, 9 Oct 2014 18:40:39 +0000 (13:40 -0500)] 
Merge branch 'master' into v1.4

11 years agoMerge pull request #86 in FS/freeswitch from ~HRISTO/freeswitch:proper-ptime-detectio...
Anthony Minessale II [Thu, 9 Oct 2014 16:53:25 +0000 (11:53 -0500)] 
Merge pull request #86 in FS/freeswitch from ~HRISTO/freeswitch:proper-ptime-detection-with-packet-loss to master

* commit 'd48057e23f97af11cbdc482b20a06eaba776ea82':
  account for lost frames during ptime detection

11 years agoPrep for v1.4.10, update version numbers in configure.ac and
Ken Rice [Thu, 9 Oct 2014 15:55:28 +0000 (10:55 -0500)] 
Prep for v1.4.10, update version numbers in configure.ac and
Merge branch 'master' into v1.4

Conflicts:
configure.ac

11 years agomod_rayo: fix error in SRGS grammar parser... <one-of><item>7</item><item>715</item...
Chris Rienzo [Thu, 9 Oct 2014 15:38:53 +0000 (11:38 -0400)] 
mod_rayo: fix error in SRGS grammar parser... <one-of><item>7</item><item>715</item></one-of> will return MATCH_END with input of 7 instead of MATCH since 715 is a potential match with further input.

11 years agoaccount for lost frames during ptime detection
Hristo Trendev [Thu, 9 Oct 2014 09:37:52 +0000 (11:37 +0200)] 
account for lost frames during ptime detection

This allows the "broken ptime" detection to work correctly when packet
loss is present on the wire. In addition to the timestamps this patch
adds frame sequence tracking and corrects the timestamp difference
only as needed and according to the number of lost packets.

FS-6898 #resolve

11 years agoAdd debian build option to include avoided modules
Travis Cross [Wed, 8 Oct 2014 19:43:29 +0000 (19:43 +0000)] 
Add debian build option to include avoided modules

This is a convenience option that can be passed to either
debian/bootstrap.sh or to debian/util.sh to include a module in the
build that would normally be excluded.  This option, -p, can be passed
multiple times.

11 years agoAdd debian build option to use system sources.list
Travis Cross [Wed, 8 Oct 2014 19:18:30 +0000 (19:18 +0000)] 
Add debian build option to use system sources.list

If -t is passed to debian/util.sh, then we will import the
/etc/apt/sources.list mirrors and all apt keys into the
pbuilder/cowbuilder build environment.

This is useful e.g. when the FS build depends on a library not
available in Debian yet.

11 years agoAdd debian build option to keep pbuilder image config
Travis Cross [Wed, 8 Oct 2014 19:09:03 +0000 (19:09 +0000)] 
Add debian build option to keep pbuilder image config

Normally we override the config of each pbuilder/cowbuilder image when
we update the image before using it for the build.  Passing this
option allows for using an existing cowbuilder image (assuming it's in
the correct location) with some existing desirable configuration.

11 years agoAdd build-dep for mod_sangoma_codec
Travis Cross [Wed, 8 Oct 2014 18:59:07 +0000 (18:59 +0000)] 
Add build-dep for mod_sangoma_codec

The packaging for libsngtc-dev is not yet in Debian.

11 years agominor jb improvement
Anthony Minessale [Wed, 8 Oct 2014 18:10:15 +0000 (13:10 -0500)] 
minor jb improvement

11 years agoFS-6870 #comment please reopen if this doesnt fix vs2010
Jeff Lenk [Wed, 8 Oct 2014 03:28:53 +0000 (22:28 -0500)] 
FS-6870 #comment please reopen if this doesnt fix vs2010

11 years agoMerge pull request #47 in FS/freeswitch from ~FLAVIO/freeswitch-fs-5106:master to...
Mike Jerris [Tue, 7 Oct 2014 19:06:34 +0000 (14:06 -0500)] 
Merge pull request #47 in FS/freeswitch from ~FLAVIO/freeswitch-fs-5106:master to master

* commit '56535519043201c723467c66c772d7519a2b6f62':
  FS-5106 fire an event when a sip client doesn't respond to option-ping

11 years agoFS-6889 #resolve
Anthony Minessale [Tue, 7 Oct 2014 18:47:44 +0000 (13:47 -0500)] 
FS-6889 #resolve

11 years agofix obvious seg in setting a record file name to every participant and not checking...
Anthony Minessale [Tue, 7 Oct 2014 17:48:53 +0000 (12:48 -0500)] 
fix obvious seg in setting a record file name to every participant and not checking for the recording member which does not have a session

11 years agomore jb improvements
Anthony Minessale [Tue, 7 Oct 2014 17:47:58 +0000 (12:47 -0500)] 
more jb improvements

11 years agoMerge pull request #83 in FS/freeswitch from ~MKVONARX/freeswitch-fs-6710:FS-6710...
Mike Jerris [Tue, 7 Oct 2014 16:50:19 +0000 (11:50 -0500)] 
Merge pull request #83 in FS/freeswitch from ~MKVONARX/freeswitch-fs-6710:FS-6710 to master

* commit '490efb7177ddcd3e61018f02c1435362937e8b15':
  FS-6710: fix incorrect comparison for Min-SE values between SIP INVITE and local configuration

11 years agoMerge pull request #84 in FS/freeswitch from ~MKVONARX/freeswitch-fs-6897:FS-6897...
Mike Jerris [Tue, 7 Oct 2014 16:49:02 +0000 (11:49 -0500)] 
Merge pull request #84 in FS/freeswitch from ~MKVONARX/freeswitch-fs-6897:FS-6897 to master

* commit 'eaaf9468df366429c56366618df9e9be8457ea52':
  FS-6897: uuid_send_info enhancement that allows setting the Content-Type of the SIP INFO message

11 years agoMerge pull request #59 in FS/freeswitch from ~SJTHOMASON/freeswitch:FS-5868 to master
Mike Jerris [Tue, 7 Oct 2014 16:47:40 +0000 (11:47 -0500)] 
Merge pull request #59 in FS/freeswitch from ~SJTHOMASON/freeswitch:FS-5868 to master

* commit '747322dcc6f4db1bffc985c9bcff0bd32a2682a9':
  Remove Contact header from BYE and CANCEL requests.

11 years agoMerge pull request #65 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/OPENZAP-220...
Mike Jerris [Tue, 7 Oct 2014 16:39:15 +0000 (11:39 -0500)] 
Merge pull request #65 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/OPENZAP-220-ftmod_libpri-don-t-close-channel to master

* commit '7ec7c920d1ef37a6b9753db0321dd19b2f3332a9':
  OPENZAP-220 fix blocked into read and add cause for a correct hangup

11 years ago switch_pgsql.c switch_pgsql_next_result_timed() was using switch_time_now() for...
Chris Rienzo [Tue, 7 Oct 2014 13:33:19 +0000 (09:33 -0400)] 
switch_pgsql.c switch_pgsql_next_result_timed() was using switch_time_now() for start time and switch_micro_time_now() for current time.  These are different time sources that may not be in sync and could cause the query to timeout prematurely.

11 years agoOPENZAP-220 fix blocked into read and add cause for a correct hangup
Matteo Brancaleoni [Mon, 22 Sep 2014 08:55:27 +0000 (10:55 +0200)] 
OPENZAP-220 fix blocked into read and add cause for a correct hangup

11 years agoFS-6897: uuid_send_info enhancement that allows setting the Content-Type of the SIP...
Markus von Arx [Tue, 7 Oct 2014 08:59:37 +0000 (10:59 +0200)] 
FS-6897: uuid_send_info enhancement that allows setting the Content-Type of the SIP INFO message

11 years agoFS-6710: fix incorrect comparison for Min-SE values between SIP INVITE and local...
Markus von Arx [Tue, 7 Oct 2014 08:41:36 +0000 (10:41 +0200)] 
FS-6710: fix incorrect comparison for Min-SE values between SIP INVITE and local configuration

11 years agoadd some calculations to jitter buffer related to judging the optimal size
Anthony Minessale [Mon, 6 Oct 2014 19:08:40 +0000 (14:08 -0500)] 
add some calculations to jitter buffer related to judging the optimal size

11 years agofix jb bug where once its full size it will never shrink due to logic err
Anthony Minessale [Mon, 6 Oct 2014 14:50:13 +0000 (09:50 -0500)] 
fix jb bug where once its full size it will never shrink due to logic err

11 years agosome more changes relates to new bypass media controls
Anthony Minessale [Fri, 3 Oct 2014 23:43:18 +0000 (18:43 -0500)] 
some more changes relates to new bypass media controls

11 years agoFS-6781: #resolve #comment lets change this to always do confirm to match the other...
Michael Jerris [Fri, 3 Oct 2014 20:53:32 +0000 (16:53 -0400)] 
FS-6781: #resolve #comment lets change this to always do confirm to match the other place where we set this

11 years agofew bugs on recent new features
Anthony Minessale [Fri, 3 Oct 2014 20:36:23 +0000 (15:36 -0500)] 
few bugs on recent new features

11 years agocleanup conditions
Michael Jerris [Fri, 3 Oct 2014 16:48:37 +0000 (12:48 -0400)] 
cleanup conditions

11 years agoFS-6889 #resolve
Anthony Minessale [Fri, 3 Oct 2014 16:34:37 +0000 (11:34 -0500)] 
FS-6889 #resolve

11 years agochange type of int
Anthony Minessale [Fri, 3 Oct 2014 15:15:02 +0000 (10:15 -0500)] 
change type of int

11 years agoadd way to globally disable system commands by setting global var disable_system_api_...
Michael Jerris [Fri, 3 Oct 2014 16:17:23 +0000 (12:17 -0400)] 
add way to globally disable system commands by setting global var disable_system_api_commands=true

11 years agoFS-6888 #resolve #comment fix regression from refactoring new feature
Anthony Minessale [Fri, 3 Oct 2014 15:17:41 +0000 (10:17 -0500)] 
FS-6888 #resolve #comment fix regression from refactoring new feature

11 years agofix trivial vs2010 build errors
Jeff Lenk [Fri, 3 Oct 2014 00:47:05 +0000 (19:47 -0500)] 
fix trivial vs2010 build errors

11 years agoFS-6884 #comment these were mostly simple warnings
Jeff Lenk [Fri, 3 Oct 2014 00:20:09 +0000 (19:20 -0500)] 
FS-6884 #comment these were mostly simple warnings

11 years agofix some recovery issues with dynamic payloads
Anthony Minessale [Thu, 2 Oct 2014 23:33:56 +0000 (18:33 -0500)] 
fix some recovery issues with dynamic payloads

11 years agomake sure to pass along appropriate configure flags to sub-configure's when cross...
Michael Jerris [Thu, 2 Oct 2014 23:25:43 +0000 (19:25 -0400)] 
make sure to pass along appropriate configure flags to sub-configure's when cross compiling

11 years ago%FEATURE add bypass_media_resume_on_hold and bypass_media_after_hold variables to...
Anthony Minessale [Thu, 2 Oct 2014 22:49:09 +0000 (17:49 -0500)] 
%FEATURE add bypass_media_resume_on_hold and bypass_media_after_hold variables to be set to true to enable these functions on a per channel basis

11 years agoFS-6886 #comment addition of ignoring unhold as well
Anthony Minessale [Thu, 2 Oct 2014 20:48:29 +0000 (15:48 -0500)] 
FS-6886 #comment addition of ignoring unhold as well

11 years agoRemove Contact header from BYE and CANCEL requests.
Spencer Thomason [Tue, 16 Sep 2014 19:32:51 +0000 (19:32 +0000)] 
Remove Contact header from BYE and CANCEL requests.

Per rfc3261 the Contact header is not applicable and MUST not appear in
the request.

FS-5868 #resolve

11 years agoFS-6887 #resolve #comment new bug flag always_auto_adjust (also implicitly sets accep...
Anthony Minessale [Thu, 2 Oct 2014 16:55:53 +0000 (11:55 -0500)] 
FS-6887 #resolve #comment new bug flag always_auto_adjust (also implicitly sets accept_any_packets)

11 years agoFS-6886 #resolve
Anthony Minessale [Thu, 2 Oct 2014 16:30:13 +0000 (11:30 -0500)] 
FS-6886 #resolve

11 years agothe other way works better revert 91ffe171b6e76f60f1e94f148176ce8556d460e6 to use...
Anthony Minessale [Thu, 2 Oct 2014 15:41:59 +0000 (10:41 -0500)] 
the other way works better revert 91ffe171b6e76f60f1e94f148176ce8556d460e6 to use high quality on stereo calls

11 years agoFS-5106 fire an event when a sip client doesn't respond to option-ping
Flavio Grossi [Tue, 9 Sep 2014 07:43:47 +0000 (09:43 +0200)] 
FS-5106 fire an event when a sip client doesn't respond to option-ping

When all-reg-options-ping is enabled, this adds a new custom event to mod_sofia
(sofia::sip_user_state), which is fired when a client stops responding to such
ping packets (or when it is reachable again).

Add two needed new columns to the sip_registrations table:
  - ping_status, which is "Reachable" or "Unreachable" depending on the client
    status;
  - ping_count, which tracks the number of ping responses received and is used
    to provide some kind of hysteresis to avoid firing the event in case of
    transitory network failures.

Then ping_count is checked against two threshold values, sip-user-ping-min
and sip-user-ping-max in a similar fashion as the ping-{max,min} options for
the gateways. These two values are configurable in the profile's xml
configuration file.

Also, if unregister-on-options-fail is enabled, the client is unregistered
based on the number of OPTIONS failure which is also checked against the
sip-user-ping-{min,max} values.

11 years agobump
Anthony Minessale [Wed, 1 Oct 2014 23:35:04 +0000 (18:35 -0500)] 
bump

11 years agobump v1.5.14
Anthony Minessale [Wed, 1 Oct 2014 23:34:05 +0000 (18:34 -0500)] 
bump

11 years agouse OPUS_APPLICATION_VOIP always to get FEC and filtering
Anthony Minessale [Wed, 1 Oct 2014 23:33:33 +0000 (18:33 -0500)] 
use OPUS_APPLICATION_VOIP always to get FEC and filtering

11 years agostart jb at one frame since it now has better adaptation
Anthony Minessale [Wed, 1 Oct 2014 23:21:50 +0000 (18:21 -0500)] 
start jb at one frame since it now has better adaptation

11 years agoFS-6822 #comment The code in question appears to have been added by me (18f20e24...
Anthony Minessale [Wed, 1 Oct 2014 23:10:56 +0000 (18:10 -0500)] 
FS-6822 #comment The code in question appears to have been added by me (18f20e24).  I think this patch is the correct solution.

11 years agoFS-6870 #comment vs2010 and vs2012 would rather fix it this way
Jeff Lenk [Wed, 1 Oct 2014 22:53:51 +0000 (17:53 -0500)] 
FS-6870 #comment vs2010 and vs2012 would rather fix it this way

11 years agoRevert "FS-6870 #vs2012 and vs2010 make download of openssl dependent"
Jeff Lenk [Wed, 1 Oct 2014 22:49:21 +0000 (17:49 -0500)] 
Revert "FS-6870 #vs2012 and vs2010 make download of openssl dependent"

This reverts commit a39db86863f17fd82e578c05da935f28604b6bc5.

11 years agofix makefile syntax errors
Michael Jerris [Wed, 1 Oct 2014 21:52:01 +0000 (17:52 -0400)] 
fix makefile syntax errors

11 years agoFS-6880 #resolve #comment I would think that in real life once the call agreed on...
Anthony Minessale [Wed, 1 Oct 2014 18:03:50 +0000 (13:03 -0500)] 
FS-6880 #resolve #comment I would think that in real life once the call agreed on a codec it would only offer the negotiated codecs but we can fix this to always filter for good measure.  I am not sure what the ramifications are of filtering responses but I think this patch will do so as well.

11 years agoFS-6865 #resolve add XMPP priority to dingaling
Brian West [Wed, 1 Oct 2014 15:40:57 +0000 (10:40 -0500)] 
FS-6865 #resolve add XMPP priority to dingaling

11 years agoFS-6870 #vs2012 and vs2010 make download of openssl dependent
Jeff Lenk [Wed, 1 Oct 2014 02:30:48 +0000 (21:30 -0500)] 
FS-6870 #vs2012 and vs2010 make download of openssl dependent

11 years agoFS-6874 #resolve
Brian West [Tue, 30 Sep 2014 22:05:03 +0000 (17:05 -0500)] 
FS-6874 #resolve

11 years ago%FEATURE Add new feature to filter the SDP on bypass_media calls to remove or limit...
Anthony Minessale [Tue, 30 Sep 2014 20:28:10 +0000 (01:28 +0500)] 
%FEATURE Add new feature to filter the SDP on bypass_media calls to remove or limit codecs.

VARIABLE: bypass_media_sdp_filter

Can be set globally or per leg on the inbound side of a bypass_media bridge.

VALID FILTERS:

remove(): Removes the specified codec if it exists in the SDP.
only():   Removes all codecs besides the one specified (providing that it exists in the sdp) (will not remove telephone-event))

EXAMPLE 1 (remove everything leaving only g729):

  <action application="set" data="bypass_media_sdp_filter=only(g729)"/>
  <action application="set" data="bypass_media=true"/>
  <action application="bridge" data="sofia/internal/1238@conference.freeswitch.org"/>

EXAMPLE 2 (remove everything leaving only g729 and also remove dtmf):

  <action application="set" data="bypass_media_sdp_filter=only(g729)|remove(telephone-event)"/>
  <action application="set" data="bypass_media=true"/>
  <action application="bridge" data="sofia/internal/1238@conference.freeswitch.org"/>

EXAMPLE 3 (remove alaw and speex):

  <action application="set" data="bypass_media_sdp_filter=remove(pcma)|remove(speex)"/>
  <action application="set" data="bypass_media=true"/>
  <action application="bridge" data="sofia/internal/1238@conference.freeswitch.org"/>

11 years agoimprove adaptive jitter buffer ascending check
Anthony Minessale [Tue, 30 Sep 2014 17:54:46 +0000 (22:54 +0500)] 
improve adaptive jitter buffer ascending check

11 years agoMerge pull request #76 in FS/freeswitch from ~HRISTO/freeswitch:fix-ptime-on-reinvite...
Anthony Minessale II [Tue, 30 Sep 2014 15:53:37 +0000 (10:53 -0500)] 
Merge pull request #76 in FS/freeswitch from ~HRISTO/freeswitch:fix-ptime-on-reinvite-master to master

* commit 'fbe857e6fafabbca6a64584c51316ccc5e6ba96e':
  fix ptime from known broken endpoints on re-invite

11 years agoFS-6854 #comment try this patch
Anthony Minessale [Tue, 30 Sep 2014 15:35:14 +0000 (20:35 +0500)] 
FS-6854 #comment try this patch

11 years agoUpdate timezones
Brian West [Tue, 30 Sep 2014 14:58:42 +0000 (09:58 -0500)] 
Update timezones

11 years agoMerge pull request #71 in FS/freeswitch from ~RTRELEAVEN/freeswitch-fs-4762-1:fs...
Mike Jerris [Tue, 30 Sep 2014 14:55:56 +0000 (09:55 -0500)] 
Merge pull request #71 in FS/freeswitch from ~RTRELEAVEN/freeswitch-fs-4762-1:fs-4762 to master

* commit '139b03204550cd394877da882fec49b08eba08fa':
  improve regular expression to parse Jerusalem timezone files

11 years agoMerge pull request #74 in FS/freeswitch from ~DDRAGIC/freeswitch:gsmopen_completion...
Mike Jerris [Tue, 30 Sep 2014 14:41:28 +0000 (09:41 -0500)] 
Merge pull request #74 in FS/freeswitch from ~DDRAGIC/freeswitch:gsmopen_completion to master

* commit 'a94fbe807905be714c774f7479936387b31602b2':
  mod_gsmopen: add tab completion for api commands

11 years agoFix reference to libressl in makefile on OpenBSD
Brian West [Tue, 30 Sep 2014 14:05:05 +0000 (09:05 -0500)] 
Fix reference to libressl in makefile on OpenBSD

11 years agofix ptime from known broken endpoints on re-invite
Hristo Trendev [Tue, 30 Sep 2014 09:11:27 +0000 (11:11 +0200)] 
fix ptime from known broken endpoints on re-invite

Freeswitch tries to fix timing issues (wrong ptime) on re-invite the same way
it does for the initial invite. This results in small audio glitches, while it
sends a couple of packets with different ptime, before the timing detection
logic figures out the remote (broken) endpoint true ptime.

In order to avoid unnecessary timing changes, this patch overwrites the
advertised ptime from known broken endpoints with the ptime, which was detected
by freeswitch. It does this by checking if the sip_h_X-Broken-PTIME (1.2.x) or
rtp_h_X-Broken-PTIME (master) variables are set.

FS-6644 #resolve

11 years agospecfile another spot v2 v1.4.9
Ken Rice [Mon, 29 Sep 2014 19:48:59 +0000 (14:48 -0500)] 
specfile another spot v2

11 years agospecfile another spot v2
Ken Rice [Mon, 29 Sep 2014 19:48:59 +0000 (14:48 -0500)] 
specfile another spot v2

11 years agospecfile another spot
Ken Rice [Mon, 29 Sep 2014 17:54:28 +0000 (12:54 -0500)] 
specfile another spot

11 years agospecfile another spot
Ken Rice [Mon, 29 Sep 2014 17:54:28 +0000 (12:54 -0500)] 
specfile another spot

11 years agoMerge branch 'master' into v1.4
Ken Rice [Mon, 29 Sep 2014 17:04:10 +0000 (12:04 -0500)] 
Merge branch 'master' into v1.4

11 years agoadjustments for config changes
Ken Rice [Mon, 29 Sep 2014 17:03:32 +0000 (12:03 -0500)] 
adjustments for config changes

11 years agobump rev
Ken Rice [Mon, 29 Sep 2014 15:22:12 +0000 (10:22 -0500)] 
bump rev

11 years agoMerge branch 'master' into v1.4
Ken Rice [Mon, 29 Sep 2014 15:20:27 +0000 (10:20 -0500)] 
Merge branch 'master' into v1.4

11 years agoFS-6757 FS-6713 FS-6868 FS-6863 FS-6858 #resolve #comment 5 bugs one typo. From commi...
Anthony Minessale [Mon, 29 Sep 2014 14:26:32 +0000 (19:26 +0500)] 
FS-6757 FS-6713 FS-6868 FS-6863 FS-6858 #resolve #comment 5 bugs one typo. From commit 1b612fecb6e8db11da9b15c5522b87e7b642423d

11 years agorevert
Anthony Minessale [Mon, 29 Sep 2014 14:26:01 +0000 (19:26 +0500)] 
revert

11 years agoFS-6757 FS-6713 FS-6868 FS-6863 FS-6858 5 bugs one typo. From commit 1b612fecb6e8db11...
Anthony Minessale [Mon, 29 Sep 2014 14:20:55 +0000 (19:20 +0500)] 
FS-6757 FS-6713 FS-6868 FS-6863 FS-6858 5 bugs one typo. From commit 1b612fecb6e8db11da9b15c5522b87e7b642423d

11 years agomod_gsmopen: add tab completion for api commands
Dušan Dragić [Sun, 28 Sep 2014 13:02:31 +0000 (15:02 +0200)] 
mod_gsmopen: add tab completion for api commands

11 years agothis was alraedy in there, whoops
Michael Jerris [Sun, 28 Sep 2014 14:40:57 +0000 (10:40 -0400)] 
this was alraedy in there, whoops

11 years agoexpose apr socket put
Darren Schreiber [Sat, 27 Sep 2014 22:01:39 +0000 (15:01 -0700)] 
expose apr socket put

11 years agoMerge pull request #73 in FS/freeswitch from ~RTRELEAVEN/freeswitch-fs-6859:fs-6859...
Brian West [Fri, 26 Sep 2014 18:07:56 +0000 (13:07 -0500)] 
Merge pull request #73 in FS/freeswitch from ~RTRELEAVEN/freeswitch-fs-6859:fs-6859 to master

* commit 'e4f77140d2aebef47671dd3b2f028930c7ee1f86':
  make the gateway parameters to make the gateways samples the same
  make vanilla configuration gateways easier to understand for new users

11 years agomake the gateway parameters to make the gateways samples the same
Russell Treleaven [Fri, 26 Sep 2014 17:54:52 +0000 (13:54 -0400)] 
make the gateway parameters to make the gateways samples the same

It was noticed that the sample gateways were diferent. Brian West
suggest that I merge all the parameters into both examples.
fs-6859

11 years agoMerge pull request #52 in FS/freeswitch from ~DDRAGIC/freeswitch:gsmopen_feature_addi...
Giovanni Maruzzelli [Fri, 26 Sep 2014 15:17:14 +0000 (10:17 -0500)] 
Merge pull request #52 in FS/freeswitch from ~DDRAGIC/freeswitch:gsmopen_feature_additions to master

* commit 'a9b2e061dcd1d95322d27e169ac2f0016aa628a3':
  mod_gsmopen: clean up "gsm list" output a little
  mod_gsmopen: convert reported RSSI from AT+CSQ to dBm.
  mod_gsmopen: get device manufacturer, model and firmware version info.
  mod_gsmopen: add support for reading own number from ON phonebook using AT+CNUM
  mod_gsmopen: add AT+COPS support to get operator name.

11 years agoMerge pull request #54 in FS/freeswitch from ~DDRAGIC/freeswitch:bugfix/FS-6820-mod_g...
Giovanni Maruzzelli [Fri, 26 Sep 2014 15:14:46 +0000 (10:14 -0500)] 
Merge pull request #54 in FS/freeswitch from ~DDRAGIC/freeswitch:bugfix/FS-6820-mod_gsmopen-executing-gsm-reload to master

* commit '9423953e028f8dd319a790ba1e5fdca37ff0cb2f':
  FS-6820 mod_gsmopen: fix total interfaces count when executing gsm reload

11 years agoMerge pull request #42 in FS/freeswitch from ~DDRAGIC/freeswitch:FS-6799_fix_msg_inde...
Giovanni Maruzzelli [Fri, 26 Sep 2014 15:13:44 +0000 (10:13 -0500)] 
Merge pull request #42 in FS/freeswitch from ~DDRAGIC/freeswitch:FS-6799_fix_msg_index_check to master

* commit '9cf72b541e8184b2911b0bd78f9aee71cd6d44b4':
  FS-6799 fix reading sms in index 0

11 years agoFS-6860 #resolve this was fixed once but was lost in the last sync
Brian West [Fri, 26 Sep 2014 14:00:09 +0000 (09:00 -0500)] 
FS-6860 #resolve this was fixed once but was lost in the last sync

11 years agoMerge branch 'master' of ssh://stash.freeswitch.org:7999/fs/freeswitch
Brian West [Thu, 25 Sep 2014 20:10:51 +0000 (15:10 -0500)] 
Merge branch 'master' of ssh://stash.freeswitch.org:7999/fs/freeswitch

11 years agoFS-6803 try this, less is more
Brian West [Thu, 25 Sep 2014 20:10:11 +0000 (15:10 -0500)] 
FS-6803 try this, less is more

11 years agomake vanilla configuration gateways easier to understand for new users
Russell Treleaven [Thu, 25 Sep 2014 18:05:44 +0000 (14:05 -0400)] 
make vanilla configuration gateways easier to understand for new users

having the same gateway definition bound to the ipv6 and ipv4 external
profiles caused confusion for some new users. Also having a gateway
bound to the internal profile was a bit confusing.
fs-6859

11 years agoimprove regular expression to parse Jerusalem timezone files
Russell Treleaven [Thu, 25 Sep 2014 17:18:07 +0000 (13:18 -0400)] 
improve regular expression to parse Jerusalem timezone files

The previous regular expression failed to parse 32 timezone files
including Jersusalem. All timezone files are parsed(hopefully correctly)
by this regular expression.
fs-4762 paritally address.

11 years agoFS-6854 #resolve
Anthony Minessale [Thu, 25 Sep 2014 16:43:57 +0000 (21:43 +0500)] 
FS-6854 #resolve

11 years agobump freeswitch verson in doxygen conf
Ken Rice [Tue, 23 Sep 2014 14:01:27 +0000 (09:01 -0500)] 
bump freeswitch verson in doxygen conf