[asterisk-users] run extensions after call moved to queue and answered by member

2010-05-20 Thread Vasiliy G Tolstov
Hello.

Can You provide example, how can i run specific extension after incoming
call going into queue and answered (but not hangup).

(i want to use System(echo .) after member of specific queue
answered a call);

Thank You.
-- 
Vasiliy G Tolstov v.tols...@selfip.ru
Selfip.Ru


-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] run extensions after call moved to queue and answered by member

2010-05-20 Thread Jim Dickenson
Which version of asterisk are you running?

Older versions allowed for an AGI to be called when the queued call got 
connected with an agent.

core show application queue

Queue(queuename[|options[|URL][|announceoverride][|timeout][|AGI])

The optional AGI parameter will setup an AGI script to be executed on the 
calling party's channel once they are connected to a queue member.

Newer versions allow for either an AGI or a macro.

-- 
Jim Dickenson
mailto:dicken...@cfmc.com

CfMC
http://www.cfmc.com/



On May 20, 2010, at 4:47 AM, Vasiliy G Tolstov wrote:

 Hello.
 
 Can You provide example, how can i run specific extension after incoming
 call going into queue and answered (but not hangup).
 
 (i want to use System(echo .) after member of specific queue
 answered a call);
 
 Thank You.
 -- 
 Vasiliy G Tolstov v.tols...@selfip.ru
 Selfip.Ru
 
 
 -- 
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] run extensions after call moved to queue and answered by member

2010-05-20 Thread Vasiliy G Tolstov
В Чтв, 20/05/2010 в 05:49 -0700, Jim Dickenson пишет:
 Which version of asterisk are you running?

Thank's for answer. One minute before i found answer - 
add membermacro to quesues.conf

I'm use asterisk 1.6

-- 
Vasiliy G Tolstov v.tols...@selfip.ru
Selfip.Ru


-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users