I am using an alias mapped to an account. I want the alias to show in the caller display instead of the real account. Is it possible to configure openser for that purpose, how?
On 12/25/05 19:29, unplug wrote:
I am using an alias mapped to an account. I want the alias to show in the caller display instead of the real account. Is it possible to configure openser for that purpose, how?
take a look at uac module, it is designed to allow changing of From details. http://openser.org/docs/modules/1.1.x/uac.html
Anyhow, take care when using, not to break the compliance with some old SIP devices.
Cheers, Daniel
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Do you mean using uac_replace_from function as below?
# replace only display and do not touch uri uac_replace_from("1234","");
I have tried to place this function by including the uac module in the main route just after if (msg:len > max_len) { } . However, it doesn't work. I can see there are two invite message from the orginial code and the replaced code. And the caller display in the receiver end doesn't change to the replaced code. How can I use the above function to make it work? Any examples?
On 12/26/05, Daniel-Constantin Mierla daniel@voice-system.ro wrote:
On 12/25/05 19:29, unplug wrote:
I am using an alias mapped to an account. I want the alias to show in the caller display instead of the real account. Is it possible to configure openser for that purpose, how?
take a look at uac module, it is designed to allow changing of From details. http://openser.org/docs/modules/1.1.x/uac.html
Anyhow, take care when using, not to break the compliance with some old SIP devices.
Cheers, Daniel
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users