[asterisk-dev] Ast_channel data structure
Olle E. Johansson
oej at edvina.net
Wed Jan 27 09:16:38 CST 2010
27 jan 2010 kl. 16.09 skrev Salvatore Frandina:
> The data structure ast_channel has void* tech_pvt field.
> Where is ast_rtp?
>
I suggest you start from the other direction and read chan_sip.c and rtp.c to start with when exploring Asterisk. You seem to lack the basic understanding of how Asterisk works with relationship to Asterisk ast_Chan channels in the PBX and the channel drivers that handle all the local signalling and media. In chan_sip.c you'll find chan_sip's version of the tech_pvt, called sip_pvt.
Good luck exploring!
/O
More information about the asterisk-dev
mailing list