diff options
-rw-r--r-- | lib/Net/Indosoft/QSuite.pm | 4 |
1 files 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; |