From 79dc2b72b17acaa6aa19da6cd4f8c1b8a194a794 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 28 Mar 2016 17:36:25 -0700 Subject: slightly better error reporting for DID selector, from #39914 --- httemplate/REST/1.0/phone_avail | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'httemplate/REST') 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 ) ); -- cgit v1.2.1