Hello, On 5/14/07, Daniel Sigurgeirsson <[EMAIL PROTECTED]> wrote: > > Just add listener by sipxEventListenerAdd, and receive DTMF events. > > You should receive SIPX_MEDIA_INFO events. > > I'm not receiving these events. However, an Ethereal trace on my machine > reveals that RTP packets (I'm using the Ethereal filter "sip or > rtp.p_type==97") containing the DTMF tones *are* being sent to my computer. > So I would assume that the method being used by Alcatel to send DTMF is the > one not supported by sipxtapi :-( It *is* supported. If you do not receive this events, it seems like a bug. So, I assume it would not be much effort to get this working. As a first suggest - sipXtapi expect DTMF as 96 payload type. It should work fine with other payload types, as long as they anounces with SDP, but you may check this by putting some debug output to MpdPtAVT, for example.
-- Regards, Alexander Chemeris. SIPez LLC. SIP VoIP, IM and Presence Consulting http://www.SIPez.com tel: +1 (617) 273-4000 _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
