Fix SIP URI dialing so they can work again.

This commit is contained in:
Mark Crane
2014-03-28 08:44:56 +00:00
parent c98c383c8e
commit 4e4029f2aa

View File

@@ -125,7 +125,6 @@
leg_domain_name = domain_name;
else
leg_domain_name = array[2];
row.destination_number = array[1]
end
cmd = "user_exists id ".. row.destination_number .." "..leg_domain_name;
user_exists = api:executeString(cmd);