Yes it does work; you just have to construct the packets with care. This is
one from our system.

 

  <send retrans="500">

    <![CDATA[

 

      INVITE tel:1234;phone-context=cym.com SIP/2.0

      Via: SIP/2.0/[transport] [local_ip]:[local_port]

      From: [ua1] <sip:[EMAIL PROTECTED]>;tag=[call_number]

      To: [ua2] <tel:1234;phone-context=cym.com>

      Call-ID: [call_id]

      Cseq: 1 INVITE

      Contact: sip:[EMAIL PROTECTED]:[local_port]

      Max-Forwards: 70

      Subject: Function Test

      Content-Type: application/sdp

      Content-Length: [len]

 

      v=0

      o=user1 53655765 2353687637 IN IP4 127.0.0.1

      s=-

      t=0 0

      c=IN IP4 [local_ip]

      m=audio [media_port] RTP/AVP 0

      a=rtpmap:0 PCMU/8000

 

    ]]>

  </send>

 

But there are lots of keywords (like [ua1]) that you have to get right. Also
don't mess with the [call_id] logic unless you understand how the code
works.

 

Peter

 

Peter Higginson

Newport Networks Ltd,

Direct line 01494 470694

http://www.newport-networks.com/

  _____  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tao Yang
Sent: 25 November 2006 09:11
To: [EMAIL PROTECTED]; [email protected]
Subject: Re: [Sipp-users] Help - How to make telnumber call using sipp?

 

Can you  just let me know if the tel# number will work or not using sipp?
Didn't mean to bother but please just give me a shout as you are the expert
who knows the answer immediately. Thank you very much!

 

 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Yang, Tao
(SUNP:1B11)
Sent: Friday, November 24, 2006 4:02 PM
To: [email protected]
Cc: [EMAIL PROTECTED]
Subject: [Sipp-users] Help - How to make telnumber call using sipp?

Dear experts, 
I am sorry to bother you. But please kindly give me a help ! 
  
I want to know if sipp supports to make tel number URI such as
[EMAIL PROTECTED] in the From field call To: [EMAIL PROTECTED] 


I tried to use such format in the modified uac.xml, but always got the wrong
message of 
  
2006-09-24 09:07:55: Discarding message which can't be mapped to a known
SIPp call: 
  
Can you tell me how to make Tel# work in a call?? 
  
Thank you very much indeed! Just give me a hint please. 



---------------
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and delete this e-mail. Any unauthorized copying, 
disclosure or distribution of the contents in this e-mail is strictly forbidden.
---------------
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to