mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-31 09:33:48 +00:00
Add \* to the default dial_string to make freeswitch look for users in all domains.
Adjust a few white spaces in some of the other files.
This commit is contained in:
@@ -145,7 +145,7 @@
|
||||
if (string.len(row.dial_string) > 0) then
|
||||
dial_string = row.dial_string;
|
||||
else
|
||||
dial_string = "{sip_invite_domain=${domain_name},presence_id=${dialed_user}@${domain_name}}${sofia_contact(${dialed_user}@${domain_name})}";
|
||||
dial_string = "{sip_invite_domain=${domain_name},presence_id=${dialed_user}@${domain_name}}${sofia_contact(*/${dialed_user}@${domain_name})}";
|
||||
end
|
||||
end);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user