Mario Henrique wrote: > Hello everybody > > I got some example codes that came with sipXtapi, and understood the > main idea of it (the event handler), but i still have dificulties to > make an application from scratch (I coudn“t get how do I stablish a > connection with the software and the clients, because that code looks > confusing to me).
Have a look at sipxtapi\sipXcallLib\doc\sipXtapi\html\ , sipxezphone, wxCommunicator, and placecall example. > > Can you helpe me, explaining what do I really need to do an app that > just play some waves and detects DTMF? I wanna it the most simple as > possible, to understand it better. DTMF can be detected by just listening to media events. Have a look at sipxtapi.h . Read all comments for all functions. After that you will get an idea what the capability of sipxtapi is. Jaro _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
