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



_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

Reply via email to