mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 19:23:49 +00:00
Fix SIP URI dialing so they can work again.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user