Adam Goryachev wrote:

[local-stuff]
; This is where we pretend a channel is an extension

exten => 1234,1,SetGroup(SIP1234)
exten => 1234,2,CheckGroup(1)
exten => 1234,3,Dial(SIP/1234,15)
exten => 1234,104,Busy

[queue-stuff]
exten => 6939,1,AddQueueMember(Local/${CALLERIDNUM})

You are close... that should be:

AddQueueMember(Local/[EMAIL PROTECTED])

That way when the queue app tries to call the agent, it will have an extension _and_ a context to deliver the call to.
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to