chan_lcr has now a lcr_request function which should work basically, we only need...
authorroot <root@beroTester.(none)>
Sat, 26 Apr 2008 10:25:01 +0000 (12:25 +0200)
committerroot <root@beroTester.(none)>
Sat, 26 Apr 2008 10:25:01 +0000 (12:25 +0200)
commit350450b9cadc6107449fe2630843d4f898f680b7
treeee691216e4fd53f67b4232c39a87a282a276c1c5
parent525613ea595316b951a08219bcbe5b7a80378706
chan_lcr has now a lcr_request function which should work basically, we only need the callref request mechanism here. We have also a lcr_ast_new function which produces an empty Asterisk channel object. The Call handler has now a pointer to the asterisk channel, the asterisk channel also holds a pointer to the Call handle, so they need to be created and destroyed together at the same time.
chan_lcr.c
chan_lcr.h