It is my understanding that the caller id is what should be the number of the caller and that "RDNIS" actually is the telephone number that was dialed when a call was redirected, IE: if you want to run some sort of voicemail service you could use a single DID and know what mailbox to route the call to. Ever forward your calls from a regular PSTN line or ISDN line to a GSM mobile and notice that the mobile would indicate the call was forwarded? That's RDNIS at work. What is your PSTN interface? If its analog lines you won't be able to send anything else, if its a T1 or ISDN you need to make sure your provider allows you to set your own caller id.
<br><br><div><span class="gmail_quote">On 12/9/06, <b class="gmail_sendername">Julian Lyndon-Smith</b> &lt;<a href="mailto:asterisk@dotr.com">asterisk@dotr.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Perhaps I've got the whole concept wrong, but here goes:<br><br>Using 1.4, when someone from the outside dials my direct line (123456),<br>I want it to call my extension at work (SIP/456), my extension in my<br>home office (vpn connection to corporate lan, SIP/678) and my mobile
<br>(654321). So my dialplan is thus:<br><br>exten =&gt; 123456,1,Dial(SIP/456&amp;SIP/678&amp;Zap/G3c/07803654321,30)<br>exten =&gt; 123456,n(VMNoAnswer),Voicemail(${EXTEN}|su)<br>exten =&gt; 123456,n,Hangup()<br><br>this works well, with one exception: when I take the call on the mobile,
<br>the callerid info is the number of my switchboard. I presume that this<br>is because I am dialling out from the switch board.<br><br>Enter RDNIS. I added an extra line to the dialplan<br><br>exten =&gt; 123456,1,Set(CALLERID(rdnis)=${CALLERID(number)})
<br>exten =&gt; 123456,n,Dial(SIP/456&amp;SIP/678&amp;Zap/G3c/07803654321,30)<br>exten =&gt; 123456,n(VMNoAnswer),Voicemail(${EXTEN}|su)<br>exten =&gt; 123456,n,Hangup()<br><br>However, I get exactly the same result (callerid of the switchboard, not
<br>&nbsp;&nbsp;the original caller). And yes, I did a reload ;)<br><br>Any help would be appreciated.<br><br>Julian<br><br><br><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">
Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></blockquote></div><br>