From: Ivan Kohler Date: Sun, 12 Jan 2014 06:33:01 +0000 (-0800) Subject: tyop X-Git-Url: http://git.freeside.biz/gitweb/?p=Net-Indosoft-QSuite.git;a=commitdiff_plain;h=ab363d96ec4d8a6305c15ebcaa474436e2f0c6d3 tyop --- diff --git a/lib/Net/Indosoft/QSuite.pm b/lib/Net/Indosoft/QSuite.pm index def7b75..4962b53 100644 --- a/lib/Net/Indosoft/QSuite.pm +++ b/lib/Net/Indosoft/QSuite.pm @@ -118,7 +118,7 @@ our $VERSION = '0.01'; name => 'Auto F. Atttendant', repeat_limit => 54, response_limit => 32, - allow_extension-dialing => 0, # 0 or 1 + allow_extension_dialing => 0, # 0 or 1 ) or die "can't create auto attendant: ". $qsuite->errstr; @@ -129,7 +129,7 @@ our $VERSION = '0.01'; name => 'Auto Attenant name', repeat_limit => 54, # The number of time to attempt to gather input response_limit => 32, # The timeout on the response - allow_extension-dialing => 0, # "Allow the caller to dial extensions with the menu + allow_extension_dialing => 0, # "Allow the caller to dial extensions with the menu ) or die "can't edit auto attendant: ". $qsuite->errstr;