[asterisk-dev] Ast_channel data structure
Olle E. Johansson
oej at edvina.net
Wed Jan 27 08:44:15 CST 2010
27 jan 2010 kl. 15.32 skrev Salvatore Frandina:
> Hi,
>
> Can I find information like RTP port in ast_channel data structure?
>
No. Check each PVT structure in the channel drivers for RTP data, which is usually just a pointer to an ast_rtp struct.
ast_channel->tech_pvt->ast_rtp for the channel drivers that support RTP. Many of them does not use RTP at all.
/O
More information about the asterisk-dev
mailing list