Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > e03d36f31c317c648ee418124d0b85be > files > 214

callweaver-1.2.1-6.fc14.x86_64.rpm

CallWeaver applications register themselves with cw_application_register.
They should have a short, unique name, and an exec function which takes
as its arguments a channel and some data that might be useful for callback
stuff.  Remember to keep track of how many and which channels are using
your application so that should the module need to be unloaded
(particularly force unloaded), you will be able to cw_softhangup all the
channels.  An application should *never* call cw_hangup on the channel
that it is running on (although it could conceivably hang up other
channels that it allocates).  See app_playback.c as an example of a simple
application.