Ring Group Member - Call Forward (#2951)
After checking for Call Forward loops, set the destination_number to the call forward target.
This commit is contained in:
parent
1073fc21ce
commit
4bcbc7edee
|
|
@ -410,6 +410,7 @@
|
||||||
|
|
||||||
--follow the forwards
|
--follow the forwards
|
||||||
count, destination_number = get_forward_all(0, row.destination_number, leg_domain_name);
|
count, destination_number = get_forward_all(0, row.destination_number, leg_domain_name);
|
||||||
|
row['destination_number'] = destination_number
|
||||||
|
|
||||||
--check if the user exists
|
--check if the user exists
|
||||||
cmd = "user_exists id ".. destination_number .." "..domain_name;
|
cmd = "user_exists id ".. destination_number .." "..domain_name;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue