Which extension answered?

How can I find out which extension answered my call when I do one of these:

Dial(SIP/1234&SIP/3456&SIP/2312)

That is, which variable would contain the information I need. I’ve searched this site, but it’s a difficult question to phrase. I’ve monkeyed around with looking at a variety of variables, but none of them seem to provide what I’m looking for.

Thanks,

  • Keelan

you can look at cdr or you can setup logging in asterisk with logger.conf and log all verbose to a file, you can then search for a call in that file but that is easy when you have many calls a day :smile: