<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Thanks for responding.<br>If I integrated Kamailio with Asterisk i.e to use Asterisk as a media server to support three-way call, do you think these configuration would display caller id name since it can be setup on Asterisk? I just want to avoid to append caller id name my modifying the code for each users.<br>Thanks<br>Abdul<br><br><div>> Date: Wed, 19 Mar 2014 19:28:25 -0400<br>> From: fred@palner.com<br>> To: sr-users@lists.sip-router.org<br>> Subject: Re: [SR-Users] Caller ID name<br>> <br>> Just to add, besides the uac having some of the best example names... <br>> the callerid you mentioned is most likely set on your phone config; <br>> which kamailio is just passing along.<br>> <br>> Fred Posner<br>> The Palner Group, Inc.<br>> 503-914-0999 (direct)<br>> 954-472-2896 (fax)<br>> <br>> On 03/19/2014 07:18 PM, Alex Balashov wrote:<br>> > Hello Abdul,<br>> ><br>> > This depends on how you want to signal the caller ID.<br>> ><br>> > If you want to indicate it with the P-Asserted-Identity header, which<br>> > overrides both Remote-Party-ID and the 'From' value, you can just append<br>> > your own header with a display name value:<br>> ><br>> >     append_hf("P-Asserted-Identity: \"SHERIF MALIK\"<br>> > <sip:$fU@$Ri:$Rp>\r\n");<br>> ><br>> > If you want to actually override the From display value, that's a bit<br>> > more complex, since proxies aren't technically supposed to do that.<br>> > However, the 'uac' module gives you this capability:<br>> ><br>> ><br>> > http://kamailio.org/docs/modules/4.1.x/modules/uac.html#uac.f.uac_replace_from<br>> ><br>> ><br>> > e.g.<br>> ><br>> >     uac_replace_from("\"SHERIF MALIK\"", ""); # Don't modify From URI.<br>> ><br>> > -- Alex<br>> ><br>> > On 03/19/2014 07:15 PM, malik sherif wrote:<br>> ><br>> >> Hello,<br>> >> I set SIP users using kamctl add command  with username ( I put the<br>> >> phone numbers) doamin (doamin name) and password. Is their a way to add<br>> >> caller id name? when I make a call , i see the phone number but for<br>> >> caller id name I displayline1.<br>> >> Thank you for your help.<br>> >> Abdul<br>> >><br>> >><br>> <br>> <br>> _______________________________________________<br>> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br>> sr-users@lists.sip-router.org<br>> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users<br></div>                                    </div></body>
</html>