[Asterisk-Users] Queues and hangup caller on Agent hangup

Tristan tristan at telemaque.fr
Fri Jun 16 05:05:12 MST 2006


Thanks for your answers,

The problem is that I already use the hangup entry for action when there 
is hangup
The macro is triggered but I need to continue the call after the queue...

Exemple:

[mycontext]
exten => queue,n,Queue(myqueue)
exten => queue,n,Goto(someexten,s,1)
exten => h,1,Macro(hangup)

I'm using v 1.2.8 actually but I'll move to 1.2.9.1 as soon as I finish 
this setup....


Doug Lytle a écrit :
> Tristan wrote:
>> Hi List,
>>
>> I have the following dialplan:
>>
>> exten => queue,n,Queue(myqueue)
>> exten => queue,n,NoOp(ENDQUEUE)
>
> Once the call has ended, the dial-plan will jump to the hangup entry 
> if once exists.
>
> Try:
>
> [my-context]
>
> exten => queue,n,Queue(myqueue)
> exten => h,1,NoOp(ENDQUEUE)
>
> Doug
>
>




More information about the asterisk-users mailing list