X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fvoip_innovations3.pm;h=3c76899223a594dee8f86ebb0eb349cb3a5c15f6;hp=3e4a1fe7e4daaf91434fd54720dc4a1e8d52d744;hb=5372897f367498972c96f5494e142e6e11b29eb8;hpb=4a7d77be7b7ddf76dd9cdd674d04104ee990b0e4 diff --git a/FS/FS/part_export/voip_innovations3.pm b/FS/FS/part_export/voip_innovations3.pm index 3e4a1fe7e..3c7689922 100644 --- a/FS/FS/part_export/voip_innovations3.pm +++ b/FS/FS/part_export/voip_innovations3.pm @@ -16,11 +16,16 @@ tie my %options, 'Tie::IxHash', 'e911' => { label=>'Provision E911 data', type=>'checkbox', }, - 'no_did_provision' => { label=>'Disable DID provisioning', - type=>'checkbox', - }, - 'dry_run' => { label=>"Test mode - don't actually provision", - type=>'checkbox', + 'no_provision_did' => { label=>'Disable DID provisioning', + type=>'checkbox', + }, +#not particularly useful unless we can_get_dids +# 'dry_run' => { label=>"Test mode - don't actually provision", +# type=>'checkbox', +# }, + 'sandbox' => { label=>'Communicatino with the VoIP Innovations sandbox'. + ' instead of the live server', + type => 'checkbox', }, ; @@ -52,7 +57,7 @@ sub vi_command { my $vi = Net::VoIP_Innovations->new( 'login' => $self->option('login'), 'password' => $self->option('password'), - #'debug' => $debug, + 'sandbox' => $self->option('sandbox'), ); $vi->$command(@args);