From dae4090094c2d03a8659d8a1c2e69763f06139bb Mon Sep 17 00:00:00 2001 From: mcrane Date: Tue, 7 Jul 2009 22:23:04 -0600 Subject: FreeSWITCH package huntgroup voicemail patch take two. --- config/freeswitch/freeswitch.inc | 4 ++-- config/freeswitch/freeswitch.xml | 2 +- pkg_config.7.xml | 2 +- 3 files changed, 4 insertions(+), 4 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"; diff --git a/config/freeswitch/freeswitch.xml b/config/freeswitch/freeswitch.xml index 9309d0f5..706d7c3c 100644 --- a/config/freeswitch/freeswitch.xml +++ b/config/freeswitch/freeswitch.xml @@ -44,7 +44,7 @@ Describe your package requirements here Currently there are no FAQ items provided. FreeSWITCH Settings - 0.9.4.3 + 0.9.4.4 FreeSWITCH: Settings /usr/local/pkg/freeswitch.inc diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 78f3fc8b..64730350 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -111,7 +111,7 @@ http://doc.pfsense.org/index.php/FreeSWITCH http://www.pfsense.com/packages/config/freeswitch/freeswitch.xml http://files.pfsense.org/packages/7/All/ - 0.9.4.3 + 0.9.4.4 Beta 1.2.1 markjcrane@gmail.com -- cgit v1.2.3