Hi, On 7/25/07, stipus <[EMAIL PROTECTED]> wrote: > If I understand what you mean:
Well, I've looked into the code and found that this way is wrong. To do this right we should use the way, MpdPtAvt use to signal tones, or use new notification system. MpdPtAvt is a decoder of rfc2833 tones, sent as RTP packets, and it use OsNotification to signal DTMF tone start/stop. You may look at MpdPtAVT::signalKeyDown() and MpdPtAVT::signalKeyUp() to understand how does it signal DTMF up (it use mpNotify for this). Much cleaner way would be to use new notification system. I'm unsure of its current status, but I believe it is working, but you'll need to create new notification message and handler for it. If you're interested, Keith could give you tips how to do this. > I would also like to use this to get MEDIA_PLAYBUFFER_START/STOP and > MEDIA_PLAYFILE_START/STOP notifications from MprFromFile as it was working > in the sipxtapi-media-update branch... Does they not working now? -- 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/
