Re: [SR-Users] UAC remote registrations caller id

2013-08-22 Thread Isaac McDonald
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

Re: [SR-Users] UAC remote registrations caller id

2013-08-13 Thread Daniel-Constantin Mierla
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

[SR-Users] UAC remote registrations caller id

2013-07-30 Thread Isaac McDonald
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