I have been looking at the possibility for authorisation by domain for some time and am wondering what everyone thinks or knows about the ability. So far for auth methods FS lists a few common ones,
http://wiki.freeswitch.org/wiki/ACL#UsersHere there is reference to some domain auth:
<list name="domains" default="deny">
<node type="allow" domain="$${domain}"/>
</list>
<param name="apply-inbound-acl" value="domains"/>
The goal here is to send multiple calls from 1 server IP but map the calls to various accounts based on domain, avoiding using ANI mapping because we all know thats dangerous.
As it stands, is this plausible to do this and also add to the IP & SIP Settings tab under the customer account?
Thanks for taking an interest..