summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-01-11 22:33:01 -0800
committerIvan Kohler <ivan@freeside.biz>2014-01-11 22:33:01 -0800
commitab363d96ec4d8a6305c15ebcaa474436e2f0c6d3 (patch)
tree8d66c0e98653c04e47b9c3d365e6a6f149c1938f
parentb6f4ace7a57f02278a7101801d997129e8230ea0 (diff)
-rw-r--r--lib/Net/Indosoft/QSuite.pm4
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;