]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
14 years agofreetdm: Allow for backward compatibility.
Nenad Corbic [Mon, 7 Nov 2011 05:08:38 +0000 (00:08 -0500)] 
freetdm: Allow for backward compatibility.
         cpg_on_progress_media is default to TRUE if not xml option exists.
         transparent_iam_max_size added to ccspan.  Gloal value is used
         if transparent_iam_max_size is not in ccSpan.

14 years agoRevert "mod_spandsp: Remove "-ljpeg -lz" from mod_spandsp_LIBADD"
Stefan Knoblich [Sun, 6 Nov 2011 22:15:33 +0000 (23:15 +0100)] 
Revert "mod_spandsp: Remove "-ljpeg -lz" from mod_spandsp_LIBADD"

This reverts commit 31679e539bdcfb204e4b44d4b8957d00e5de1f1f.

libtool - now available in various flavours of broken

14 years agoRevert "mod_fax: Remove -ljpeg, let libtool do its magic."
Stefan Knoblich [Sun, 6 Nov 2011 22:04:30 +0000 (23:04 +0100)] 
Revert "mod_fax: Remove -ljpeg, let libtool do its magic."

This reverts commit 13996ec62e96161fe425f951ff18b772c52c25a6.

libtool - now available in various flavours of broken

14 years agoFS-3634
Anthony Minessale [Sun, 6 Nov 2011 14:53:00 +0000 (08:53 -0600)] 
FS-3634

14 years agofix wrong message count with saved urgent messages
Anthony Minessale [Fri, 4 Nov 2011 21:58:35 +0000 (16:58 -0500)] 
fix wrong message count with saved urgent messages

14 years agod'oh you'll want to update
Anthony Minessale [Fri, 4 Nov 2011 19:26:35 +0000 (14:26 -0500)] 
d'oh you'll want to update

14 years agomod_hash: Add dependency on libesl.so
Stefan Knoblich [Fri, 4 Nov 2011 21:08:46 +0000 (22:08 +0100)] 
mod_hash: Add dependency on libesl.so

Temporary fix, esl autotoolification is pending...

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agoFS-3663 --resolve
Anthony Minessale [Fri, 4 Nov 2011 18:16:47 +0000 (13:16 -0500)] 
FS-3663 --resolve

14 years agoFS-3638: Rework platform library/linker flags handling and libfreeswitch _LDFLAGS...
Stefan Knoblich [Fri, 4 Nov 2011 20:04:29 +0000 (21:04 +0100)] 
FS-3638: Rework platform library/linker flags handling and libfreeswitch _LDFLAGS/_LIBS to fix applications

This fixes the linking order problems reported in FS-3638.

Clean up libfreeswitch dependency handling:

        PLATFORM_CORE_LDFLAGS - Non-library linker flags, specific to this platform
        PLATFORM_CORE_LIBS    - Library flags/libraries need to build libfreeswitch on this platform

Drop LDADD dependencies from tone2wav and fs_encode, except for libfreeswitch.la, which will
"automagically" pull in all other libraries, now that we fixed libfreeswitch.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agomod_hash: Drop fully qualified libesl.so in _LIBADD.
Stefan Knoblich [Fri, 4 Nov 2011 19:33:46 +0000 (20:33 +0100)] 
mod_hash: Drop fully qualified libesl.so in _LIBADD.

Not a libtool archive, so just use the one in _LDFLAGS.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agomod_fax: Remove -ljpeg, let libtool do its magic.
Stefan Knoblich [Fri, 4 Nov 2011 19:30:19 +0000 (20:30 +0100)] 
mod_fax: Remove -ljpeg, let libtool do its magic.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agoFreeSWITCH: Remove and ignore build/config/config.sub (autogenerated)
Stefan Knoblich [Fri, 4 Nov 2011 17:32:42 +0000 (18:32 +0100)] 
FreeSWITCH: Remove and ignore build/config/config.sub (autogenerated)

NOTE: Re-bootstrap required!

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agomod_spandsp: Remove "-ljpeg -lz" from mod_spandsp_LIBADD
Stefan Knoblich [Fri, 4 Nov 2011 13:25:47 +0000 (14:25 +0100)] 
mod_spandsp: Remove "-ljpeg -lz" from mod_spandsp_LIBADD

We're using the bundled libtiff's .la file, so libtool will take
care of all dependencies needed to link mod_spandsp.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years ago[6/6] srtp: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS
Stefan Knoblich [Fri, 4 Nov 2011 13:22:28 +0000 (14:22 +0100)] 
[6/6] srtp: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS

The latter is a well known automake variable, used
to set (per-Makefile) automake options and supported
since the beginning of time (= automake 1.4).

The former is a made-up variable that doesn't really
do anything.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years ago[5/6] libteletone: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS
Stefan Knoblich [Fri, 4 Nov 2011 13:21:37 +0000 (14:21 +0100)] 
[5/6] libteletone: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS

The latter is a well known automake variable, used
to set (per-Makefile) automake options and supported
since the beginning of time (= automake 1.4).

The former is a made-up variable that doesn't really
do anything.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years ago[4/6] libdingaling: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS
Stefan Knoblich [Fri, 4 Nov 2011 13:20:54 +0000 (14:20 +0100)] 
[4/6] libdingaling: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS

The latter is a well known automake variable, used
to set (per-Makefile) automake options and supported
since the beginning of time (= automake 1.4).

The former is a made-up variable that doesn't really
do anything.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years ago[3/6] codec2: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS
Stefan Knoblich [Fri, 4 Nov 2011 13:20:13 +0000 (14:20 +0100)] 
[3/6] codec2: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS

The latter is a well known automake variable, used
to set (per-Makefile) automake options and supported
since the beginning of time (= automake 1.4).

The former is a made-up variable that doesn't really
do anything.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years ago[2/6] silk: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS
Stefan Knoblich [Fri, 4 Nov 2011 13:19:10 +0000 (14:19 +0100)] 
[2/6] silk: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS

The latter is a well known automake variable, used
to set (per-Makefile) automake options and supported
since the beginning of time (= automake 1.4).

The former is a made-up variable that doesn't really
do anything.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years ago[1/6] FreeSWITCH: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS
Stefan Knoblich [Fri, 4 Nov 2011 13:12:13 +0000 (14:12 +0100)] 
[1/6] FreeSWITCH: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS

The latter is a well known automake variable, used
to set (per-Makefile) automake options and supported
since the beginning of time (= automake 1.4).

The former is a made-up variable that doesn't really
do anything.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agofreetdm: Made CPG optional on configuration file
Nenad Corbic [Fri, 4 Nov 2011 00:04:26 +0000 (20:04 -0400)] 
freetdm: Made CPG optional on configuration file
         Fixes in hw alarm - no need to set hw unblock if hw block did not execute yet.
         Minor bug fixes

14 years agoSupport for sending Caller ID Name on 4ESS/5ESS
David Yat Sin [Thu, 3 Nov 2011 23:23:00 +0000 (19:23 -0400)] 
Support for sending Caller ID Name on 4ESS/5ESS

14 years agoSupport for sending Caller ID Name on 4ESS/5ESS
David Yat Sin [Thu, 3 Nov 2011 23:23:00 +0000 (19:23 -0400)] 
Support for sending Caller ID Name on 4ESS/5ESS

14 years agoFS-3661 --resolve
Anthony Minessale [Thu, 3 Nov 2011 19:45:01 +0000 (14:45 -0500)] 
FS-3661 --resolve

14 years agoswigall
Brian West [Fri, 4 Nov 2011 00:07:20 +0000 (19:07 -0500)] 
swigall

14 years agofreetdm: on hander do not go up unless all channel blocks/restes are cleared
Nenad Corbic [Thu, 3 Nov 2011 18:29:47 +0000 (14:29 -0400)] 
freetdm: on hander do not go up unless all channel blocks/restes are cleared
         Added more documentation in main

14 years agoAdd simple managedlist function to print out loaded APIs/Apps
Michael Giagnocavo [Thu, 3 Nov 2011 17:44:11 +0000 (11:44 -0600)] 
Add simple managedlist function to print out loaded APIs/Apps

14 years agoFS-3634 try this, flag was set on wrong channel
Anthony Minessale [Thu, 3 Nov 2011 15:29:43 +0000 (10:29 -0500)] 
FS-3634 try this, flag was set on wrong channel

14 years agorevert patch that breaks build.
Michael Jerris [Thu, 3 Nov 2011 16:28:18 +0000 (12:28 -0400)] 
revert patch that breaks build.

commit 7f5ff26fcdf12940cf9ff29a01a03fb3086d1c43
Author: Travis Cross <tc@traviscross.com>
Date:   Wed Nov 2 18:04:26 2011 +0000

    remove libs/ldns/install-sh as it's being auto-generated

14 years agofreetdm: Fixed blocks/unblocks resets. Performed conformance tests
Nenad Corbic [Thu, 3 Nov 2011 00:53:14 +0000 (20:53 -0400)] 
freetdm: Fixed blocks/unblocks resets. Performed conformance tests
         Fixed hw alarm handling: physical ids were not used which caused alarms
         read wrong.
         Tested sip hold
         Group blocks/unblock
         Group reset
         Link down-> block -> unblock
         FS start with link down then link up
         FS start with link up, take link down and up -> make incoming call

14 years agorearrange order of sql stmts
Anthony Minessale [Wed, 2 Nov 2011 22:20:15 +0000 (17:20 -0500)] 
rearrange order of sql stmts

14 years ago--resolve FS-3657
Marc Olivier Chouinard [Wed, 2 Nov 2011 21:49:46 +0000 (17:49 -0400)] 
--resolve FS-3657

mod_callcenter: Adapt mod_callcenter loopback agent fix to work with commit 2eae19e6

14 years agomake auto unpark choose the one waiting the longest instead of the earliest ext val
Anthony Minessale [Wed, 2 Nov 2011 17:58:52 +0000 (12:58 -0500)] 
make auto unpark choose the one waiting the longest instead of the earliest ext val

14 years agoadd session_id variable
Anthony Minessale [Wed, 2 Nov 2011 17:37:31 +0000 (12:37 -0500)] 
add session_id variable

14 years agotweak
Anthony Minessale [Wed, 2 Nov 2011 17:06:38 +0000 (12:06 -0500)] 
tweak

14 years agoMerge remote branch 'qa-master/releases.3.4' into releases.3.4
Nenad Corbic [Wed, 2 Nov 2011 16:34:28 +0000 (12:34 -0400)] 
Merge remote branch 'qa-master/releases.3.4' into releases.3.4

14 years agotweak on last commit
Anthony Minessale [Wed, 2 Nov 2011 16:32:02 +0000 (11:32 -0500)] 
tweak on last commit

14 years agoadd variable vm_auth_only or option auth_only to voicemail app so you can use it...
Anthony Minessale [Wed, 2 Nov 2011 16:22:53 +0000 (11:22 -0500)] 
add variable vm_auth_only or option auth_only to voicemail app so you can use it as a pin checker

14 years agoremove libs/ldns/install-sh as it's being auto-generated
Travis Cross [Wed, 2 Nov 2011 18:04:26 +0000 (18:04 +0000)] 
remove libs/ldns/install-sh as it's being auto-generated

14 years agoset DP_REGEX_MATCH_1 .. DP_REGEX_MATCH_N to preserve captures into arrays
Anthony Minessale [Wed, 2 Nov 2011 15:58:38 +0000 (10:58 -0500)] 
set DP_REGEX_MATCH_1 .. DP_REGEX_MATCH_N to preserve captures into arrays

14 years agofix windows build for Lame
Jeff Lenk [Wed, 2 Nov 2011 17:55:13 +0000 (12:55 -0500)] 
fix windows build for Lame

14 years agoFS-3655 add xor to regex attr
Anthony Minessale [Wed, 2 Nov 2011 15:30:59 +0000 (10:30 -0500)] 
FS-3655 add xor to regex attr

14 years agoFS-3658 remember to date > libs/sofia-sip/.update when you patch sofia lib
Anthony Minessale [Wed, 2 Nov 2011 13:59:23 +0000 (08:59 -0500)] 
FS-3658 remember to date > libs/sofia-sip/.update when you patch sofia lib

14 years agoFS-3634 the call is not bridged yet so we need to take more action, try this patch
Anthony Minessale [Wed, 2 Nov 2011 13:54:03 +0000 (08:54 -0500)] 
FS-3634 the call is not bridged yet so we need to take more action, try this patch

14 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Michael Giagnocavo [Wed, 2 Nov 2011 14:57:22 +0000 (08:57 -0600)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

14 years agoLog error while in plugin appdomain for better stack traces.
Michael Giagnocavo [Wed, 2 Nov 2011 14:56:49 +0000 (08:56 -0600)] 
Log error while in plugin appdomain for better stack traces.

14 years agoFS-3646 --resolve Initialize Lame sooner for file open
Jeff Lenk [Wed, 2 Nov 2011 14:20:12 +0000 (09:20 -0500)] 
FS-3646 --resolve Initialize Lame sooner for file open

14 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Michael Giagnocavo [Tue, 1 Nov 2011 23:27:13 +0000 (17:27 -0600)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

14 years agoFix DllNotFound for mod_managed.
Michael Giagnocavo [Tue, 1 Nov 2011 23:22:05 +0000 (17:22 -0600)] 
Fix DllNotFound for mod_managed.

14 years agoFS-3655 please test and apply to wiki for documentation in the xml dialplan section
Anthony Minessale [Tue, 1 Nov 2011 22:46:26 +0000 (17:46 -0500)] 
FS-3655 please test and apply to wiki for documentation in the xml dialplan section

14 years agoFS-3649 --resolve i think this is a build issue try this patch
Anthony Minessale [Tue, 1 Nov 2011 16:52:24 +0000 (11:52 -0500)] 
FS-3649 --resolve i think this is a build issue try this patch

14 years agoFreeTDM: Add ax_compiler_vendor.m4 to acinclude.m4
Stefan Knoblich [Tue, 1 Nov 2011 14:25:04 +0000 (15:25 +0100)] 
FreeTDM: Add ax_compiler_vendor.m4 to acinclude.m4

This fixes a "AX_COMPILER_VENDOR: command not found" error on
systems with older autotools versions (CentOS 5.x in this case).

Not a problem on newer auto* toolchains, they either ignore
acinclude.m4 completely or handle it in a different way.

(In fact, acinclude.m4 is not even needed for the one on CentOS 5,
 but we'll keep it for now.)

Tested-on: CentOS 5.7 x86_64 autoconf 2.59 / automake 1.9.6 / libtool 1.5.22
Tested-on: Gentoo 20111031 x86_64 autoconf 2.68 / automake 1.11 / libtool 2.4
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agofreetdm: reset to reset not GRS - take2
Nenad Corbic [Tue, 1 Nov 2011 03:57:45 +0000 (23:57 -0400)] 
freetdm: reset to reset not GRS - take2

14 years agofreetdm: Default to individual reset not GRS
Nenad Corbic [Tue, 1 Nov 2011 03:56:39 +0000 (23:56 -0400)] 
freetdm: Default to individual reset not GRS

14 years agoupgrade lame for windows to lame-3.98.4
Jeff Lenk [Mon, 31 Oct 2011 19:38:41 +0000 (14:38 -0500)] 
upgrade lame for windows to lame-3.98.4

14 years agoloopback tweaks
Anthony Minessale [Mon, 31 Oct 2011 17:05:15 +0000 (12:05 -0500)] 
loopback tweaks

14 years agoFS-3650 indeed
Anthony Minessale [Mon, 31 Oct 2011 13:11:13 +0000 (08:11 -0500)] 
FS-3650 indeed

14 years agoFS-3634
Anthony Minessale [Mon, 31 Oct 2011 13:06:15 +0000 (08:06 -0500)] 
FS-3634

14 years agofreetdm: Added some code to differentiate between wanpipe_wait returning FTDM_TIMEOUT...
David Yat Sin [Mon, 31 Oct 2011 14:25:07 +0000 (10:25 -0400)] 
freetdm: Added some code to differentiate between wanpipe_wait returning FTDM_TIMEOUT and FTDM_FAIL on transmit

14 years agofix getlib support for bz2 and support xz
Travis Cross [Thu, 27 Oct 2011 20:03:28 +0000 (20:03 +0000)] 
fix getlib support for bz2 and support xz

This fixes the build as flite is now bundled as a tar.bz2 archive.

14 years ago.gitignore some libraries regardless of version number
Travis Cross [Thu, 27 Oct 2011 20:05:06 +0000 (20:05 +0000)] 
.gitignore some libraries regardless of version number

14 years agobetter version of yesterday's patch
Anthony Minessale [Sat, 29 Oct 2011 14:53:09 +0000 (09:53 -0500)] 
better version of yesterday's patch

14 years agoFS-3645 --resolve
Anthony Minessale [Sat, 29 Oct 2011 14:33:57 +0000 (09:33 -0500)] 
FS-3645 --resolve

14 years agoFS-3650 --resolve
Anthony Minessale [Sat, 29 Oct 2011 14:30:06 +0000 (09:30 -0500)] 
FS-3650 --resolve

14 years agoMerge remote branch 'qa-master/releases.3.4' into releases.3.4
Nenad Corbic [Sat, 29 Oct 2011 04:08:47 +0000 (00:08 -0400)] 
Merge remote branch 'qa-master/releases.3.4' into releases.3.4

14 years agodon't all double unpark of same channel
Anthony Minessale [Fri, 28 Oct 2011 20:58:17 +0000 (15:58 -0500)] 
don't all double unpark of same channel

14 years agoUpdate to flite 1.5.1 it should sound better now too
Brian West [Sat, 29 Oct 2011 01:14:39 +0000 (20:14 -0500)] 
Update to flite 1.5.1 it should sound better now too

14 years agomod_freetdm/libpri: Fix problem with some destination using early-media for IVR....
Marc Olivier Chouinard [Fri, 28 Oct 2011 19:18:58 +0000 (15:18 -0400)] 
mod_freetdm/libpri: Fix problem with some destination using early-media for IVR.  FS wasn't switching to accept the media of the early media provided in some type of ISDN msg.  This fix it for the situation I've experienced.

14 years agoadd newlines that were inadvertently removed by me
Jeff Lenk [Fri, 28 Oct 2011 19:13:18 +0000 (14:13 -0500)] 
add newlines that were inadvertently removed by me

14 years ago really now
Brian West [Fri, 28 Oct 2011 21:51:02 +0000 (16:51 -0500)] 
 really now

14 years agoFS-3647 --resolve fs_cli crash on windows
Jeff Lenk [Fri, 28 Oct 2011 13:41:17 +0000 (08:41 -0500)] 
FS-3647 --resolve fs_cli crash on windows

14 years agofreetdm: ss7 - add china switchtype to the configuration options
Moises Silva [Fri, 28 Oct 2011 13:35:49 +0000 (09:35 -0400)] 
freetdm: ss7 - add china switchtype to the configuration options

14 years agofreetdm: ss7 - add china switchtype to the configuration options
Moises Silva [Fri, 28 Oct 2011 13:35:49 +0000 (09:35 -0400)] 
freetdm: ss7 - add china switchtype to the configuration options

14 years agomod_soundtouch: Update soundtouch to 1.6.0 to fix FS-3634
Stefan Knoblich [Thu, 27 Oct 2011 23:06:55 +0000 (01:06 +0200)] 
mod_soundtouch: Update soundtouch to 1.6.0 to fix FS-3634

Error messages (on x86_64):

  {standard input}: Assembler messages:
  {standard input}:28: Error: `(%esp)' is not a valid 64 bit base/index expression
  {standard input}:31: Error: `(%esp)' is not a valid 64 bit base/index expression
  {standard input}:34: Error: `(%esp)' is not a valid 64 bit base/index expression
  gmake[8]: *** [cpu_detect_x86_gcc.lo] Error 1

This part of the CPU detection code is now skipped on x86_64.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agofix parsing of dtmf string
Anthony Minessale [Thu, 27 Oct 2011 16:46:33 +0000 (11:46 -0500)] 
fix parsing of dtmf string

14 years agoMerge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Michael S Collins [Thu, 27 Oct 2011 16:05:28 +0000 (09:05 -0700)] 
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch

14 years agoUpdate ChangeLog through Sep 30
Michael S Collins [Thu, 27 Oct 2011 16:05:18 +0000 (09:05 -0700)] 
Update ChangeLog through Sep 30

14 years agofs_cli: only enable new features on supported terminals
Travis Cross [Thu, 27 Oct 2011 15:08:40 +0000 (15:08 +0000)] 
fs_cli: only enable new features on supported terminals

This is a workaround to an issue where editline counts non-printable
control characters.  See issue FS-3606.

14 years agofreetdm: on handle alarm must check TRAP or CLEAR cannot use default case
Nenad Corbic [Wed, 26 Oct 2011 20:56:47 +0000 (16:56 -0400)] 
freetdm: on handle alarm must check TRAP or CLEAR cannot use default case

14 years agofreetdm: More debugging
Nenad Corbic [Wed, 26 Oct 2011 20:37:44 +0000 (16:37 -0400)] 
freetdm: More debugging

14 years agofreetdm: On alarm off event make sure that we had alarm on before issuing HW UNBLOCK
Nenad Corbic [Wed, 26 Oct 2011 20:34:56 +0000 (16:34 -0400)] 
freetdm: On alarm off event make sure that we had alarm on before issuing HW UNBLOCK

14 years agofreetdm: Do not set hw block clear flag on startup if port is already up
Nenad Corbic [Wed, 26 Oct 2011 20:17:11 +0000 (16:17 -0400)] 
freetdm: Do not set hw block clear flag on startup if port is already up

14 years agofreetdm: Add debugging
Nenad Corbic [Wed, 26 Oct 2011 20:09:32 +0000 (16:09 -0400)] 
freetdm: Add debugging

14 years agofreetdm: Its possible to get HW ALARM clear even though we never got the initial...
Nenad Corbic [Wed, 26 Oct 2011 18:57:27 +0000 (14:57 -0400)] 
freetdm: Its possible to get HW ALARM clear even though we never got the initial  alarm.
         Only send out an unblock if block was sent from hw alarm and there are no
         maintenance blocks pending.

14 years agofreetdm: Fixed GRA - added group reset by default on startup
Nenad Corbic [Wed, 26 Oct 2011 18:33:28 +0000 (14:33 -0400)] 
freetdm: Fixed GRA - added group reset by default on startup

14 years agolower token freq to 5, put it in a define and have more obvious warning about full...
Anthony Minessale [Wed, 26 Oct 2011 17:57:54 +0000 (12:57 -0500)] 
lower token freq to 5, put it in a define and have more obvious warning about full lots

14 years agoallow ;; seperated commands in fs_cli -x
Michael Jerris [Wed, 26 Oct 2011 19:35:03 +0000 (15:35 -0400)] 
allow ;; seperated commands in fs_cli -x

14 years agoFreeTDM: Rework libpri detection code to accept a custom installation prefix.
Stefan Knoblich [Wed, 26 Oct 2011 17:41:07 +0000 (19:41 +0200)] 
FreeTDM: Rework libpri detection code to accept a custom installation prefix.

Example: --with-libpri=/usr/local

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
14 years agoAdded GRS on startup by default
Nenad Corbic [Wed, 26 Oct 2011 17:05:12 +0000 (13:05 -0400)] 
Added GRS on startup by default

14 years agoFS-3640 try this patch, not sure what you are doing because I can recover 300 channel...
Anthony Minessale [Wed, 26 Oct 2011 14:00:59 +0000 (09:00 -0500)] 
FS-3640 try this patch, not sure what you are doing because I can recover 300 channels fine.  I added a patch to deal with what looks like corrupted data in the cdr or something so it should fail more gracefully

14 years agoFS-3639 --resolve
Anthony Minessale [Wed, 26 Oct 2011 13:45:04 +0000 (08:45 -0500)] 
FS-3639 --resolve

14 years agofreetdm: fixed reset tx after unequiped cic; reset sent flag was not being cleared
Nenad Corbic [Wed, 26 Oct 2011 00:29:22 +0000 (20:29 -0400)] 
freetdm: fixed reset tx after unequiped cic; reset sent flag was not being cleared

14 years agofreetdm: added debugging - changed order of block/unblock
Nenad Corbic [Tue, 25 Oct 2011 23:04:50 +0000 (19:04 -0400)] 
freetdm: added debugging - changed order of block/unblock

14 years agofreetdm: ftmod_ss7_enable_grp_mtp3Link - wait no wait based on proc
Nenad Corbic [Tue, 25 Oct 2011 22:44:28 +0000 (18:44 -0400)] 
freetdm: ftmod_ss7_enable_grp_mtp3Link - wait no wait based on proc

14 years agofreetdm: added nowait mtp3 commands if proc ids dont match
Nenad Corbic [Tue, 25 Oct 2011 22:36:37 +0000 (18:36 -0400)] 
freetdm: added nowait mtp3 commands if proc ids dont match

14 years agofreetdm: ftdm_running checks on handle, implemented no wait block
Nenad Corbic [Tue, 25 Oct 2011 22:05:41 +0000 (18:05 -0400)] 
freetdm: ftdm_running checks on handle, implemented no wait block

14 years agoFS-2774 --resolve upgrade mono support - MichaelGG
Jeff Lenk [Tue, 25 Oct 2011 21:58:38 +0000 (16:58 -0500)] 
FS-2774 --resolve upgrade mono support - MichaelGG

14 years agofreetdm: added debug ftdm_print_stack macro
Moises Silva [Tue, 25 Oct 2011 21:13:07 +0000 (17:13 -0400)] 
freetdm: added debug ftdm_print_stack macro

14 years agofreetdm: added debug ftdm_print_stack macro
Moises Silva [Tue, 25 Oct 2011 21:13:07 +0000 (17:13 -0400)] 
freetdm: added debug ftdm_print_stack macro

14 years agomaxwait
Anthony Minessale [Tue, 25 Oct 2011 19:09:49 +0000 (14:09 -0500)] 
maxwait

14 years agofix regression
Anthony Minessale [Tue, 25 Oct 2011 19:04:35 +0000 (14:04 -0500)] 
fix regression