Re: [OpenSIPStack] send/receive DTMF via RTP
Brought to you by:
joegenbaclor
From: Joegen B. <joe...@gm...> - 2009-12-20 22:42:42
|
Yes OpenSIPStack supports RFC 2833. If you have inherited from SoftPhoneInterface, all you need to do is implement virtual void Event_ReceivedDTMF( const OString & eventInfo ) = 0; to receive the DTMF. eventInfo should contain the DTMF digit sent by the remote. To send DTMF, simple call the function below void SendRFC2833Tone( const OString & tone, int duration ); where tone contains the digit(s). The duration should contain how long the digits are played expressed in milliseconds. ~joegen duong dao wrote: > hi everybody, > > Does opensipstack support RFC2833? How do i send DTMF via RTP? > > Thanks you! > > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > |