[asterisk-users] Re: [asterisk-dev] Find the name of queue

Octavio Ruiz (Ta^3) tacvbo at tacvbo.net
Thu Mar 29 12:54:25 MST 2007


> i´m trying find in the codes of asterisk as change the name of file created
> after that a extension dial for a queue.
> Has someone some sugestion for obtain this name of queue(150)?

Use Queue monitor rather than Agent monitor.

agents.conf
recordagentcalls=no

queues.conf
monitor-type = MixMonitor
monitor-format = gsm

And define MONITOR_FILENAME in your dialplan

(just an example)

[macro-queues]
exten s,1,MONITOR_FILENAME=${ARG1}
exten s,n,Queue(${ARG1})

-- 
I like your SNOOPY POSTER!!


More information about the asterisk-users mailing list