tyop master
authorIvan Kohler <ivan@freeside.biz>
Sun, 12 Jan 2014 06:33:01 +0000 (22:33 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sun, 12 Jan 2014 06:33:01 +0000 (22:33 -0800)
lib/Net/Indosoft/QSuite.pm

index def7b75..4962b53 100644 (file)
@@ -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;