<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 => 3,1,Dial(SIP/"phonenumber"@xxx.xxx.xxx.xxx,,r)<br><br>and i have the next problem :
<br><br>INVITE sip:"phonenumber"@xxx.xxx.xxx.xxx SIP/2.0..Via: SIP/2.0/UDP xxx.xxx.xxx.xxx:5060;branch=z9hG4bK7f9a1d08..From: "<font color="#ff0000">Unknown</font>" <sip:<font color="#ff0000">Unk<br>
nown</font>@xxx.xxx.xxx.xxx>;tag=as75542381..To: <<a href="mailto:sip:phonenumber@xxx.xxx.xxx.xxx">sip:phonenumber@xxx.xxx.xxx.xxx</a>>..Contact: <sip:<font color="#ff0000">Unknown</font>@xxx.xxx.xxx.xxx>..Call-ID: 50e2f6c317
<br> <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> 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> ne-event/8000..a=fmtp:101 0-16..a=silenceSupp:off - - - -..</div>
<div> </div>
<div>"<font color="#ff0000">Unknown</font>" in the "From" making the problem i am trying to change this value with i puting these 2 lines before the Dial with correct order.</div>
<div> </div>
<div>exten => 212,5,SetCallerID(221222)</div>
<div>exten => 212,6,SetCIDNum(221222)</div>
<div> </div>
<div>and no success.</div>
<div> </div>
<div>any help will be appreciated</div>