Hi,

> 1. Here is the message that i generate , is that correct message?

It seems that you are trying to use the CISCO format but
it looks like you have put your Signal and Duration fields
into the SIP message header instead of the SIP message body.

See this...
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122newft/122t/122t11/ftinfo.htm

The format is something like this:

INFO sip:[EMAIL PROTECTED] SIP/2.0 
Via: SIP/2.0/UDP 172.80.2.100:5060 
From:  <sip:[EMAIL PROTECTED]>;tag=43 
To:  <sip:[EMAIL PROTECTED]>;tag=9753.0207 
Call-ID: [EMAIL PROTECTED] 
CSeq: 25634 INFO 
Supported: 100rel 
Supported: timer 
Content-Length: 26 
Content-Type: application/dtmf-relay 


Signal= 1 
Duration= 160 


> 2. The CSeq start from 2, should it start from 1 ?

It depends what the CSeq was for the previos request sent.
If the previous request (I'm guessing this was an INVITE)
had a CSeq of 1, then your INFO should use a CSeq of 2.

Remember, you should increment your CSeq for every new
request you send (not including retries).


> 3. The server receive first dtmf tone without error , but it 
> show "unable to retrieve dtmf from INFO message" from second DTMF and above..




Cheers,

Attila

Attila Sipos
Software Engineer
Let's talk Business, Let's talk VoIP
www.vegastream.com

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Lim Han
> Shyong
> Sent: 29 September 2004 09:07
> To: Sip-Implementors (E-mail)
> Subject: [Sip-implementors] SIP INFO for DTMF
> 
> 
> Dear All:
> 
>     Hi, i had try to implement the INFO message to carry DTMF 
> tone, is there
> any example for me to refer.?
> 
> 1. Here is the message that i generate , is that correct message?
> 2. The CSeq start from 2, should it start from 1 ?
> 3. The server receive first dtmf tone without error , but it 
> show "unable to
> retrieve dtmf from INFO message" from second DTMF and above..
> 
>     Any comment ?
> 
> 
> 
> **************************
> INFO sip:[EMAIL PROTECTED];transport=udp SIP/2.0
> Call-ID: [EMAIL PROTECTED]
> CSeq: 2 INFO
> From: "HSL" 
> <sip:[EMAIL PROTECTED]:5060;transport=udp>;tag=16765237
> To: <sip:[EMAIL PROTECTED]>;tag=as1828c265
> Via: SIP/2.0/UDP 192.168.0.212:5060
> Signal: 6
> Duration: 1000
> Content-Type: application/dtmf-relay
> Content-Length: 0
> 
> ************************
> 
> 
> Regards
> HSL
> _______________________________________________
> Sip-implementors mailing list
> [EMAIL PROTECTED]
> http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors
> 

_______________________________________________
Sip-implementors mailing list
[EMAIL PROTECTED]
http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors

Reply via email to