Displaying 1 result from an estimated 1 matches for "lastappdata".
Did you mean:
lastadata
2005 Feb 09
0
How to map zap channels to ISDN extensions on queues?
...- events information (Asterisk Manager API)
Neither of those appear to help me determine wich ISDN extension are in use.
I figured out that in case a call is being bridged to a queue member,
the caller channel's CDR contains the value I want to have (e.g.
zap/g1/100). It's stored in the lastappdata field. The problem is that
the CDR is written after the call is being terminated. I need it
preferabely as soon as the extension at zap/g1/100 starts ringing.
Looking at the source code of asterisk, I believe to have figured out
that CDR data is internally being stored within any channel object...