Hi all

I have a question:
i am trying to make a dial plan with IVR with option to call some phone.

exten => 3,1,Dial(SIP/"phonenumber"@xxx.xxx.xxx.xxx,,r)

and i have the next problem :

INVITE sip:"phonenumber"@xxx.xxx.xxx.xxx SIP/2.0..Via: SIP/2.0/UDP xxx.xxx.xxx.xxx:5060;branch=z9hG4bK7f9a1d08..From: "Unknown" <sip:Unk
  nown
@xxx.xxx.xxx.xxx>;tag=as75542381..To: <sip:[EMAIL PROTECTED]>..Contact: <sip:Unknown@xxx.xxx.xxx.xxx>..Call-ID: 50e2f6c317
  [EMAIL PROTECTED]: 102 INVITE..User-Agent: Asterisk PBX..Date: Tue, 09 Aug 2005 05:47:10 GMT..Allow: I
  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
  ne-event/8000..a=fmtp:101 0-16..a=silenceSupp:off - - - -..
 
"Unknown" 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.
 
exten => 212,5,SetCallerID(221222)
exten => 212,6,SetCIDNum(221222)
 
and no success.
 
any help will be appreciated
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to