From 563f4ba4a0420b00f78a47e30f0098947d05af8c Mon Sep 17 00:00:00 2001 From: mcrane Date: Thu, 16 Jul 2009 00:57:09 -0600 Subject: FreeSWITCH dev package fix syntax error on pin number for hunt groups. --- config/freeswitch_dev/freeswitch.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/freeswitch_dev/freeswitch.inc b/config/freeswitch_dev/freeswitch.inc index aaeb2767..5853324d 100644 --- a/config/freeswitch_dev/freeswitch.inc +++ b/config/freeswitch_dev/freeswitch.inc @@ -1173,7 +1173,7 @@ function sync_package_freeswitch_hunt_group() } //end if strlen huntgroupid; add the Hunt Group to the dialplan //--- begin: pin number ------------------------------------ - if ($rowhelper['huntgrouppin']) > 0) { + if (strlen($rowhelper['huntgrouppin']) > 0) { echo "var pin = '".$rowhelper['huntgrouppin']."';\n"; echo "if (pin.length > 0) {\n"; echo " var dtmf = new Object();\n"; -- cgit v1.2.3