[Asterisk-Dev] ast_channel_tech
Kristian Nielsen
kn at sifira.dk
Fri Sep 30 02:15:26 MST 2005
flavio <flavio.patria at gmail.com> writes:
> Hi to all.
> I'm studing the internal architecture of Asterisk.
> I found a document on wiki pages about it at the URL
>
> http://www.voip-info.org/tiki-index.php?page=Asterisk+Internal+Architecture+Overview
>
> Someone can tell where I found the struct ast_channel_tech (or a sort
> of prototype for it)?
The grep command is your friend; something like this will find it for you:
find asterisk -name '*.h' | xargs fgrep 'struct ast_channel_tech'
- Kristian.
> someone can indicate me other docs about the Asterisk architecture?
Never found much except for the source code, which is why I wrote the
one you mentioned.
- Kristian.
--
Kristian Nielsen kn at sifira.dk
Development Manager, Sifira A/S
More information about the asterisk-dev
mailing list