On Mon, 31 Jul 2006, Patrick wrote: > On Mon, 2006-07-31 at 14:56 +0200, Klaus Darilion wrote: > [snip] > > > What if you want Asterisk to pick up the AOC and stick the value for > > > example in the CDR database? Is that possible? > > > > I guess it would be possible, but it is not implemented (not needed here > > in my setup). Maybe you cann add support for this. > > Unfortunately my coding skills do not go beyond helloworld.c > > [snip] > > Enable Q931 debugging. AOC-D is transmitted using FACILITY messages. > > ACO-E is transmitted as facility IE (information element) in DISCONNECT, > > RELEASE or RELEASE_COMPLETE message. > > Doh, I use chan_capi with the BRI and obviously not libpri. Guess I > can't test it.
Yes, you can. When you enable 'capi debug' with verbose level 5, you get all needed IEs to have a look at. The implementation for chan-capi to support AOC* is not very complicated. Armin _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
