Any example for sending application/text in INFO. Is the below example
correct.

 The xml snippet I attempted to use is:
  <send retrans="500">
    <![CDATA[

      INFO sip:[EMAIL PROTECTED]:[remote_port] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port]
      From: [field0]
<sip:[EMAIL PROTECTED]:[local_port]>;tag=[pid]SIPpTag09[call_number]
      To: sut <sip:[EMAIL PROTECTED]:[remote_port]>[peer_tag_param]
      Call-ID: [call_id]
      CSeq: 5 INFO
      Content-Length: 24
      Content-Type: application/text

      This is a text in info message

    ]]>


Thanks and Regards
Sanjeeb

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Angelo Di
Placido
Sent: Tuesday, November 06, 2007 3:12 AM
To: 'Charles P Wright'
Cc: [EMAIL PROTECTED];
[email protected]
Subject: Re: [Sipp-users] Sending DTMF Digits using SIP INFO

The format of the SIP INFO message is:
http://www.voip-info.org/wiki/index.php?page=SIP+Info+DTMF

The xml snippet I attempted to use is:
  <send retrans="500">
    <![CDATA[

      INFO sip:[EMAIL PROTECTED]:[remote_port] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port]
      From: [field0]
<sip:[EMAIL PROTECTED]:[local_port]>;tag=[pid]SIPpTag09[call_number]
      To: sut <sip:[EMAIL PROTECTED]:[remote_port]>[peer_tag_param]
      Call-ID: [call_id]
      CSeq: 5 INFO
      Content-Length: 24
      Content-Type: application/dtmf-relay

      Signal=2
      Duration=160

    ]]>
  </send>

My sipp exits/aborts when it reaches that location of the script.

Angelo.

-----Original Message-----
From: Charles P Wright [mailto:[EMAIL PROTECTED]
Sent: Monday, November 05, 2007 4:29 PM
To: Angelo Di Placido
Cc: [email protected];
[EMAIL PROTECTED]
Subject: Re: [Sipp-users] Sending DTMF Digits using SIP INFO

I do not know how to send DTMF digits with an INFO message, but if it is
just a SIP header or body, then SIPp will support it providing you write
a custom XML script.

If you need to do out-of-band RTP signaling it may be possible as well,
but others will have to speak to that.

Charles

[EMAIL PROTECTED] wrote on 11/05/2007 04:26:43
PM:

> Does anyone know if sipp supports the transmission of DTMF digits 
> using the SIP INFO message?
> 
> Angelo.
> 
------------------------------------------------------------------------
-
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a
browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/ 
> _______________________________________________
> Sipp-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sipp-users



------------------------------------------------------------------------
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to