X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2FREST%2F1.0%2Fphone_avail;h=c6638f48f7833bcf1250e8ac1a695ff469dc1d12;hb=79dc2b72b17acaa6aa19da6cd4f8c1b8a194a794;hp=ef9d3e7f0e87e8964ba850b44e3149da8b562103;hpb=11c9b2c65cc3c96ce86367ed1ca7e4bc24a4305d;p=freeside.git diff --git a/httemplate/REST/1.0/phone_avail b/httemplate/REST/1.0/phone_avail index ef9d3e7f0..c6638f48f 100644 --- a/httemplate/REST/1.0/phone_avail +++ b/httemplate/REST/1.0/phone_avail @@ -17,7 +17,8 @@ if ( scalar(@exports) > 1 ) { die "no DID providing export attached to svcpart $svcpart"; } my $export = $exports[0]; - + +# XXX no error handling my $phonenums = $export->get_dids( map { $_ => scalar($cgi->param($_)) } qw( ratecenter state areacode exchange ) );