2008/1/26, Martin Drasar <[EMAIL PROTECTED]>:
> Can you tell me how can I send DTMF via SIP INFO?
>
> I tried to use nua_info(), but couldn't find any tag that would allow me
> to place 'Signal=1' into header.

Are you referring to Cisco DTMF relay?

http://cisco.com/en/US/docs/ios/12_2t/12_2t11/feature/guide/ftinfo.html

In that case, "Signal=1" goes into message body:

nua_info(h,
               SIPTAG_CONTENT_TYPE_STR("application/dtmf-info"),
               SIPTAG_PAYLOAD_STR("Signal= 1"),
              TAG_END());

-- 
Pekka.Pessi mail at nokia.com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to