aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch/freeswitch.inc
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-07-07 22:23:04 -0600
committermcrane <mctch@yahoo.com>2009-07-07 22:23:04 -0600
commitdae4090094c2d03a8659d8a1c2e69763f06139bb (patch)
treebc4c43435e12391ec118da7dd916ad34dc632556 /config/freeswitch/freeswitch.inc
parentac8fb8689cdb75705f670ed4df9ba221c479b097 (diff)
downloadpfsense-packages-dae4090094c2d03a8659d8a1c2e69763f06139bb.tar.gz
pfsense-packages-dae4090094c2d03a8659d8a1c2e69763f06139bb.tar.bz2
pfsense-packages-dae4090094c2d03a8659d8a1c2e69763f06139bb.zip
FreeSWITCH package huntgroup voicemail patch take two.
Diffstat (limited to 'config/freeswitch/freeswitch.inc')
-rw-r--r--config/freeswitch/freeswitch.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc
index 0cc2a01a..3698c46d 100644
--- a/config/freeswitch/freeswitch.inc
+++ b/config/freeswitch/freeswitch.inc
@@ -1377,7 +1377,7 @@ function sync_package_freeswitch_hunt_group()
if ($row['huntgrouptimeouttype'] == "sip uri") { $huntgrouptimeouttype = "bridge"; }
$tmp .= "\n";
$tmp .= " //timeout\n";
- $tmp .= " session.execute(\"".$huntgrouptimeouttype."\", \"default \${default} ".$huntgrouptimeoutdestination."\");\n";
+ $tmp .= " session.execute(\"".$huntgrouptimeouttype."\", \"default \${domain} ".$huntgrouptimeoutdestination."\");\n";
$tmp .= "\n";
@@ -2720,7 +2720,7 @@ function sync_package_freeswitch()
function freeswitch_php_install_command()
{
global $config;
- $freeswitch_package_version = "0.9.4.3";
+ $freeswitch_package_version = "0.9.4.4";
$freeswitch_build_version = "1.0.4 pre 8";
$freeswitch_build_revision = "13784";