From: Emmanuel M. <emm...@sa...> - 2008-10-06 19:42:50
|
Hi all, I am trying to send voice data packets over the network with iaxclient library without using the iaxclient audio layer; I used to use libiax2 iax_send_voice method to send the data packets. I am now using iaxclient-2.0.2, and I can't find a public method to do the same job. I also noticed that an equivalent method was available in the beta version of iaxclient: iaxc_push_audio. But I would rather use the 2-0-2 version, as it will be added in the official repository of the 8.10 ubuntu version. As for now, the only way I found to send data is to call the method iax_send_voice from libiax2, which has been included in the iaxclient working directory, but this method requires an iax_session struct as parameter, which is a libiax2 structure and which seems to be maintained internally by iaxclient; is there a simple way to ship a data buffer over the network with iaxclient? Thanks guys Manu |