Re: [SR-Users] Change caller name in kamailio as the extension remains same.

2014-09-08 Thread Talha Bukhari
sorry for disturbing you. As you told me to add the uac_replace_from() in configuration file. But i am unable to set the code at right place. Can you please tell me the right block to place the code and is necessary to upload uac modlue using loadmodule "uac.so"? waiting for your kind reply. chee

Re: [SR-Users] Change caller name in kamailio as the extension remains same.

2014-09-05 Thread Daniel-Constantin Mierla
Hello, uac_replace_from() has to be used in kamailio configuration file, respectively kamailio.cfg when using its default name. Cheers, Daniel On 05/09/14 12:55, Talha Bukhari wrote: hello, Can you please tell me in which file of uac module i would be add the uac_replace_from() function ple

Re: [SR-Users] Change caller name in kamailio as the extension remains same.

2014-09-05 Thread Talha Bukhari
hello, Can you please tell me in which file of uac module i would be add the uac_replace_from() function please as i am new to kamailio. i need help. Regards, Talha On Wed, Sep 3, 2014 at 5:27 PM, Talha Bukhari wrote: > Hi, > I am new to kamailio. i configure kmailio server and make

Re: [SR-Users] Change caller name in kamailio as the extension remains same.

2014-09-03 Thread Daniel-Constantin Mierla
Hello, Look at uac_replace_from() from uac module. Then sqlops module can be used for loadin values from database. Cheers, Daniel On Wednesday, September 3, 2014, Talha Bukhari wrote: > Hi, > I am new to kamailio. i configure kmailio server and make call as > local extensions like 1001 a

[SR-Users] Change caller name in kamailio as the extension remains same.

2014-09-03 Thread Talha Bukhari
Hi, I am new to kamailio. i configure kmailio server and make call as local extensions like 1001 and etc. Now i want to know how to change the header name appear on softphone using script in kamailo as the extension remain same as 1001. what are the files i used to alter and where are to loca