From ab363d96ec4d8a6305c15ebcaa474436e2f0c6d3 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 11 Jan 2014 22:33:01 -0800 Subject: [PATCH] tyop --- lib/Net/Indosoft/QSuite.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.11.0