I haven't used uac_replace_from() anywhere in the config. Is the UAC
module supposed to correct the from address automatically?
On 8/13/2013 3:05 AM, Daniel-Constantin Mierla wrote:
Hello,
On 7/31/13 7:00 AM, Isaac McDonald wrote:
Hello,
I'm using the UAC module to perform remote registratio
Hello,
On 7/31/13 7:00 AM, Isaac McDonald wrote:
Hello,
I'm using the UAC module to perform remote registrations. When an
incoming call comes in from one of the remote registrations I'm using
the following to route the call to the correct user:
if(uac_reg_lookup("$rU", "$ru")) {
loo
Hello,
I'm using the UAC module to perform remote registrations. When an
incoming call comes in from one of the remote registrations I'm using
the following to route the call to the correct user:
if(uac_reg_lookup("$rU", "$ru")) {
lookup("location");
route(RELAY);
}
This