Hello?
Anybody help me...
I want to monitor outbound calls. and my asterisk is configured to using PSTN for all outbound calls.
I tried to use the default configure of extensions_queuemetrics.conf..
....
...
exten => 14,6,ChanSpy(SIP/${QM_CALLERID}|q)
but it is not working... I think I should change the ChanSpy(SIP/...) to ChanSpy(Zap/xxxx) likely...
How should I change it?