Hello<br>
<br>
I have decided to use IAX to send simple voice from one end to<br>
Asterisk as IAX is more light weight than SIP.<br>
<br>
As IAX does not use RTP for media transfer, we attach the voice<br>
frames with IAX messages (miniframes may be?)<br>
<br>
libiax2 has a function called iax_send_voice that accepts following<br>
parameters: session, codec_format, data, datalen, samples<br>
<br>
Could any body point me to some documentation that explains<br>
answers to questions like:<br>
<br>
For a given codec,<br>
1) what should be datalen<br>
2) how often should I send data<br>
3) what should be samples value<br>
4) should I be concerned about byte order (say I am reading from<br>
a file and sending it over network)<br>
<br>
I am interested in sending EVRC encoded frames to Asterisk (I am not<br>
familiar with the process of sending/streaming audio frames, helpful<br>
documentation on that would also be appreciated)<br>
<br>
Thanks<br>
Jim<br>