Commit Graph

21071 Commits

Author SHA1 Message Date
Anthony Minessale b553d62fbd add sip_require_timer=true variable to enable require timer on session refresh that breaks finicky endpoints 2012-04-26 10:35:02 -05:00
William King b123214eff typo fixed 2012-04-26 10:13:07 -07:00
William King 37e726b7e7 Confirm we can open the file successfully before trying to add it to a libvlc media player 2012-04-26 09:06:09 -07:00
Anthony Minessale 8203475563 FS-4148 --resolve note: see switch_core_session_get_partner 2012-04-26 08:52:29 -05:00
Anthony Minessale 5e99d34fd8 FS-4146 --resolve 2012-04-26 08:10:30 -05:00
Ken Rice 7a147e4762 Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00
Michael Jerris 7d3816dbea silence set but not used 2012-04-25 15:19:47 -04:00
Michael Jerris ba4280e61f try to add a tag to disable timer autorequire NUTAG_TIMER_AUTOREQUIRE(0) 2012-04-25 15:15:32 -04:00
Christopher Rienzo 65c4f76f40 allow space after filename in play_and_detect_speech 2012-04-25 17:58:41 +00:00
Giovanni Maruzzelli 893d7eff9d gsmopen: correct sequence of callflow when got CEND: (nocarrier)->(hangup)->(idle) 2012-04-25 11:22:03 +02:00
Travis Cross 59d08bd033 getsounds.sh: style tweaks 2012-04-25 08:59:12 +00:00
Travis Cross 9a2b82dace getsounds.sh: add mode-line and reindent 2012-04-25 08:59:12 +00:00
Travis Cross 7821e8ad9d getsounds.sh: avoid copying sound files 2012-04-25 08:59:12 +00:00
Giovanni Maruzzelli 0e4fa9e23b gsmopen: AT+CREG erratic behavior does no more give errors or warnings when badly formatted unsolicited signaling 2012-04-25 09:11:36 +02:00
Christopher Rienzo 4178393a73 fix bug with max-age 2012-04-25 01:30:47 +00:00
Christopher Rienzo d79982e72c added SSL support to mod_http_cache 2012-04-25 00:18:56 +00:00
Giovanni Maruzzelli 2a25c4f2e7 gsmopen: AT commands cosmetics 2012-04-24 16:30:20 +02:00
Anthony Minessale 273aa89423 set uniq header flag 2012-04-24 07:47:36 -05:00
Giovanni Maruzzelli fbbbd06e28 gsmopen: send out those pesky DTMFs 2012-04-24 14:31:50 +02:00
Travis Cross a3367b2da2 getsounds.sh: adjust last commit 2012-04-24 05:12:07 +00:00
Travis Cross 0ec4e82664 getsounds.sh: look for a locally-cached copy first
This lets you specify a FS_SOUNDS_DIR in which to look for the sound
tarballs.  This makes it easier to use git clean -fdx without
downloading the sounds every time.
2012-04-24 05:09:41 +00:00
Anthony Minessale d5766ceaa0 FS-4115 --resolve this should fix it in all circumstances 2012-04-23 13:25:21 -05:00
Anthony Minessale d642c2c1a6 add loopback_initial_codec variable to specifiy the codec of a one legeded loopback channel 2012-04-23 12:16:53 -05:00
Travis Cross f73804ac6a mod_gsmopen: remove binaries from tree 2012-04-23 18:41:26 +00:00
Travis Cross ffc8e81b76 check for missing unixodbc-dev during configure
Previously if --enable-core-odbc-support was set but unixodbc-dev was
not available, we would fail during make rather during configure.
2012-04-23 17:21:25 +00:00
Anthony Minessale 5e5a2ff84b FS-4141 --resolve 2012-04-23 07:50:57 -05:00
William King 50acea7d95 Finally fully inline with binary* and build* with Debian Policy Manual section 4.9 2012-04-21 12:38:30 -07:00
Giovanni Maruzzelli adae5e5648 gsmopen: closing libctb serial ports when unloading or reloading mod_gsmopen 2012-04-21 16:08:32 +02:00
William King 5780293696 Adding headers for fail2ban to better handle the source and target of the failures. 2012-04-20 15:05:27 -07:00
William King aa4b221d12 Resolve debian packaging make file conflict regressions 2012-04-20 15:05:26 -07:00
Anthony Minessale 4991751970 sometimes compiler warnings are annoying 2012-04-20 09:53:51 -05:00
Anthony Minessale 7cbafee809 FS-4128 2012-04-20 09:47:09 -05:00
Anthony Minessale c6aaa281f1 FS-4135 --resolve 2012-04-20 08:56:14 -05:00
Anthony Minessale 845639025c FS-4122 2012-04-20 08:04:32 -05:00
Giovanni Maruzzelli b453c2fdfc gsmopen: reporting git version of files in logging 2012-04-20 10:23:50 +02:00
Giovanni Maruzzelli 470005fcdb gsmopen: config file update 2012-04-20 09:52:06 +02:00
Giovanni Maruzzelli 4ae62cfafb gsmopen: cosmetics 2012-04-20 09:43:25 +02:00
Giovanni Maruzzelli bbae68a125 gsmopen: compile with gsmlib by default, cosmetics on unicode console tests 2012-04-20 09:32:05 +02:00
Giovanni Maruzzelli 855e16c288 gsmopen: unicode charset test not just for windoz 2012-04-20 09:13:01 +02:00
Giovanni Maruzzelli ea79dbb239 gsmopen: choose codepage 65001 in windows, let's hope to have unicode in console 2012-04-20 08:59:49 +02:00
William King 7a6a310727 Fix lintian reported issue with version number ending with 0. As per: Debian Developer's Reference section 5.11.2 2012-04-19 22:28:43 -07:00
William King ba316fcd46 oops. 1.1.head is a newer version compared to 1.1.beta2 2012-04-19 22:02:26 -07:00
William King 1303c832f3 Fix a bash variable default assignment issue when variable is missing. Also remove unneeded verbosity from the tar extraction. 2012-04-19 20:37:17 -07:00
William King 735e96a266 Adding sample script for local debian package building. 2012-04-19 19:46:11 -07:00
William King 616004cb7c Fix debsrcbuilder.sh script, and add option in src_tarball script to allow for alternate tmp directory location. 2012-04-19 19:46:10 -07:00
William King 5c2330f766 Resolve a missing build-dep. Resolve a handful of lintian warnings and errors. Cleanup in prep for 1.2 release packaging. --resolve FS-3449 2012-04-19 19:46:10 -07:00
Anthony Minessale 5f76f3b912 FS-4135 --resolve hint, add a leading '=' to disable passing a-leg codecs <param name="outbound-codec-prefs" value="=6839{outbound_codec_prefs}"/> 2012-04-19 19:36:48 -05:00
Anthony Minessale a47d924a82 FS-4134 --resolve 2012-04-19 11:49:56 -05:00
Anthony Minessale 773a4c1f84 FS-4128 2012-04-19 09:52:57 -05:00
Anthony Minessale 7427fb9686 FS-4131 2012-04-19 09:25:50 -05:00