[Asterisk-Users] Queues and hangup caller on Agent hangup
Doug Lytle
support at drdos.info
Fri Jun 16 04:01:02 MST 2006
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
--
Ben Franklin quote:
"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."
More information about the asterisk-users
mailing list