<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">When i patch it with the patch command i get this error:<div><br></div><div><div>root@sbc:/etc/ngcp-config# patch -p1 </tmp/patch</div><div><i>patching file templates/etc/kamailio/proxy/proxy.cfg.customtt.tt2</i></div><div><i>Hunk #1 FAILED at 4458.</i></div><div><i>1 out of 1 hunk FAILED -- saving rejects to file templates/etc/kamailio/proxy/proxy.cfg.customtt.tt2.rej</i></div><div><br></div><div><br></div><div>Using this patch file:</div><div><div><br></div><div>root@sbc:/etc/ngcp-config# cat /tmp/patch</div><div><i>--- a/templates/etc/kamailio/proxy/proxy.cfg.customtt.tt2</i></div><div><i>+++ b/templates/etc/kamailio/proxy/proxy.cfg.customtt.tt2</i></div><div><i>@@ -4458,7 +4458,7 @@ route[ROUTE_SET_CALLER_CLI]</i></div><div><i>                route(ROUTE_PREPARE_CALLER_CLI);</i></div><div><i>                if($var(ccli_user) != 0)</i></div><div><i>                {</i></div><div><i>-                       $var(caller_uri) = "sip:" + $var(ccli_user) + "@" + $var(ccli_domain);</i></div><div><i>+                       $var(caller_uri) = "sip:" + $var(caller_cli_netprov) + "@" + $var(ccli_domain);</i></div><div><i>                        xlog("L_NOTICE", "Setting PPI to '<$var(caller_uri)>' - [% logreq -%]\n");</i></div><div><i>                        append_hf("P-Preferred-Identity: <$var(caller_uri)>\r\n");</i></div><div><i>                }</i></div></div><div apple-content-edited="true"><br class="Apple-interchange-newline">
</div>
<br><div><div>Op 7 okt. 2013, om 10:57 heeft Andrew Pogrebennyk <<a href="mailto:apogrebennyk@sipwise.com">apogrebennyk@sipwise.com</a>> het volgende geschreven:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hello,<br><br>in 3.0 you can se PPI to peer_auth_user@peer_auth_realm (just set<br>outbound_ppi_user to Peer authentication name). We do not support form<br>NPN@peer_auth_realm, but this should be quite easy to patch. Set the<br>preference to Peer authentication name as described above, and create<br>proxy.cfg.customtt.tt2 file with following change (not tested):<br><br>--- a/templates/etc/kamailio/proxy/proxy.cfg.customtt.tt2<br>+++ b/templates/etc/kamailio/proxy/proxy.cfg.customtt.tt2<br>@@ -4458,7 +4458,7 @@ route[ROUTE_SET_CALLER_CLI]<br>                route(ROUTE_PREPARE_CALLER_CLI);<br>                if($var(ccli_user) != 0)<br>                {<br>-                       $var(caller_uri) = "sip:" + $var(ccli_user) +<br>"@" + $var(ccli_domain);<br>+                       $var(caller_uri) = "sip:" +<br>$var(caller_cli_netprov) + "@" + $var(ccli_domain);<br>                        xlog("L_NOTICE", "Setting PPI to<br>'<$var(caller_uri)>' - [% logreq -%]\n");<br>                        append_hf("P-Preferred-Identity:<br><$var(caller_uri)>\r\n");<br>                }<br><br>HTH.<br>Andrew<br><br>On 10/07/2013 10:45 AM, Rogier Banis wrote:<br><blockquote type="cite">Hello list,<br><br>Our trunking provider needs, to display the correct CLI on outbound<br>calls, the PPI header to be in the following format: <br>P-Preferred-Identity: <<a href="sip:+31101111111@peer_auth_realm">sip:+31101111111@peer_auth_realm</a>><br>Where  pere_auth_realm is the domain i use to register at the trunking<br>provider.<br><br>Is there a way to format the PPI header in that way with CE?<br><br>I think i've tried all the options in the GUI there are but no luck.<br>When i use the Network-Provided-Number the CLI part of the PPI header is<br>OK only the receiving domain is stated in the PPI header and not my<br>domain i use to register.<br><br>Hope someone has a clue in who to solve this.<br><br>Thank you very much all.<br><br><br><br><br><br>_______________________________________________<br>Spce-user mailing list<br><a href="mailto:Spce-user@lists.sipwise.com">Spce-user@lists.sipwise.com</a><br>http://lists.sipwise.com/listinfo/spce-user<br><br></blockquote><br></blockquote></div><br></div></body></html>