<font color='black' size='2' face='arial'><font size="2"><font face="Arial, Helvetica, sans-serif">Hi,<br>
<br>
i just tried to use the CONNECTEDLINE() feature but it does not work, at least with my softphones (zoiper, 3CX, Xlite)<br>
<br>
in sip.conf under general I have:<br>
trustrpid = yes<br>
sendrpid = rpid,pai<br>
rpid_update = yes<br>
<br>
in extensions.conf I have:<br>
exten =&gt; 2000,1,Set(CONNECTEDLINE(number,i)=98)<br>
exten =&gt; 2000,n,Set(CONNECTEDLINE(name,i)=test)<br>
exten =&gt; 2000,n,Set(CONNECTEDLINE(pres)=allowed)<br>
exten =&gt; 2000,n,Dial(SIP/2000,20)<br>
<br>
It seems to be executed correctly<br>
<br>
&nbsp;&nbsp;&nbsp; -- Executing [2000@default:1] Set("SIP/1000-0000002e", "CONNECTEDLINE(number,i)=98") in new stack<br>
&nbsp;&nbsp;&nbsp; -- Executing [2000@default:2] Set("SIP/1000-0000002e", "CONNECTEDLINE(name,i)=test") in new stack<br>
&nbsp;&nbsp;&nbsp; -- Executing [2000@default:3] Set("SIP/1000-0000002e", "CONNECTEDLINE(pres)=allowed") in new stack<br>
&nbsp;&nbsp;&nbsp; -- Executing [2000@default:4] Dial("SIP/1000-0000002e", "SIP/2000,20") in new stack<br>
&nbsp;&nbsp;&nbsp; -- Called 2000<br>
&nbsp;&nbsp;&nbsp; -- SIP/2000-0000002f is ringing<br>
&nbsp;&nbsp;&nbsp; -- SIP/2000-0000002f answered SIP/1000-0000002e<br>
&nbsp;&nbsp;&nbsp; -- Remotely bridging SIP/1000-0000002e and SIP/2000-0000002f<br>
&nbsp; == Spawn extension (default, 2000, 4) exited non-zero on 'SIP/1000-0000002e'<br>
<br>
<br>
but neither the number is changed on the calling softphone nor the name is displayed.<br>
<br>
Did anyone successfully test this, maybe with a hardphone?<br>
<br>
</font></font></font>