<div>Hi all<br><br>I have a question:<br>i am trying to make a dial plan with IVR with option to call some phone.<br><br>exten =&gt; 3,1,Dial(SIP/&quot;phonenumber&quot;@xxx.xxx.xxx.xxx,,r)<br><br>and i have the next problem :
<br><br>INVITE sip:&quot;phonenumber&quot;@xxx.xxx.xxx.xxx SIP/2.0..Via: SIP/2.0/UDP xxx.xxx.xxx.xxx:5060;branch=z9hG4bK7f9a1d08..From: &quot;<font color="#ff0000">Unknown</font>&quot; &lt;sip:<font color="#ff0000">Unk<br>
&nbsp;&nbsp;nown</font>@xxx.xxx.xxx.xxx&gt;;tag=as75542381..To: &lt;<a href="mailto:sip:phonenumber@xxx.xxx.xxx.xxx">sip:phonenumber@xxx.xxx.xxx.xxx</a>&gt;..Contact: &lt;sip:<font color="#ff0000">Unknown</font>@xxx.xxx.xxx.xxx&gt;..Call-ID: 50e2f6c317
<br>&nbsp;&nbsp;<a href="mailto:fad67974bfdad353ea22e0@xxx.xxx.xxx.xxx..CSeq">fad67974bfdad353ea22e0@xxx.xxx.xxx.xxx..CSeq</a>: 102 INVITE..User-Agent: Asterisk PBX..Date: Tue, 09 Aug 2005 05:47:10 GMT..Allow: I<br>&nbsp;&nbsp;NVITE, ACK, CANCEL, OPTIONS, BYE, REFER..Content-Type: application/sdp..Content-Length: 218....v=0..o=root 18529 18529 IN IP4 
xxx.xxx.xxx.xxx ..s=session..c=IN IP4 xxx.xxx.xxx.xxx..t=0 0..m=audio 12712 RTP/AVP 8 101..a=rtpmap:8 PCMA/8000..a=rtpmap:101 telepho<br>&nbsp;&nbsp;ne-event/8000..a=fmtp:101 0-16..a=silenceSupp:off - - - -..</div>
<div>&nbsp;</div>
<div>&quot;<font color="#ff0000">Unknown</font>&quot; in the &quot;From&quot; making the problem i am trying to change this value with i puting these 2 lines before the Dial with correct order.</div>
<div>&nbsp;</div>
<div>exten =&gt; 212,5,SetCallerID(221222)</div>
<div>exten =&gt; 212,6,SetCIDNum(221222)</div>
<div>&nbsp;</div>
<div>and no success.</div>
<div>&nbsp;</div>
<div>any help will be appreciated</div>