Displaying 1 result from an estimated 1 matches for "endpointnam".
Did you mean:
endpointname
2004 Jul 29
3
queue_log question: which endpoint was connected?
...I'm writing a little perl parser for queue_log analysis, I'd like to
know *which* telephone answered a specific queue call. Unfortunately
app_queue only logs the call id but does not log the call end point. This
is okay for SIP endpoints, because their call id is something like
SIP/endpointname-1234 so you can reasonably understand who was on
answering, but for OH323 I get ID's like OH323/LJ5645 that are meaningless.
Is there a way to extract from some other log the fact that OH323/LJ234
was a call placed to - say - OH323/345@10.10.3.5? or can I extract it from
some field of t...