all Using asterisk 16.25.0 (I know its a bit old) Im trying to parse the realtime queue_log and I realized that not every call has a ENTERQUEUE event. I see that if theres an internal call to an extension that has a dialplan forward to a queue (no c..
Author : Jon Bonilla
Home » Articles posted by Jon Bonilla
all Using asterisk 16.25 I was trying to stop Mixmonitor using features. The code is executed but I realized that I was executing StopMixmonitor from another channel so I opted to use AMI. When I call MixMonitor I store the channel name in a var ..
all Im experiencing issues while trying to restrict ExtenSpy to a single users channels. Im trying this: same => n,ExtenSpy(${EXTEN:3},bde(${EXTEN:3})) and this too same => n,ExtenSpy(${EXTEN:3},bde(SIP/${EXTEN:3})) Being EXTEN:3 ==ext20012104 in t..