[Asterisk-Users] AgentCallBackLogin ??

AstGrp astgrp at cwkb.com
Mon Mar 15 13:26:39 MST 2004


I could use a little assistance.. I am sure I am doing something
stupid..... The problem I am having is when the call comes in and runs
the context [411].  The call is generated, but never makes the call.  It
rings back the user who is making the call.  It works fine if I dial
context [411] from the inside.  It sounds like I need to add some
context somewhere just not sure what where?

[agents]
agent => 4001,4001,Geoff Clark

[general]
[default]
[tech]
member => Agent/4001
strategy = roundrobin
timeout = 30
retry = 10


[411]
exten => 411,1,Answer
exten => 411,2,Wait,2
exten => 411,3,Background(auth-thankyou)
exten => 411,4,Queue(tech)
exten => *6,1,AgentCallbackLogin(@411)
exten => *4001,1,Dial(${TRUNK}/${GCELL:${TRUNKMSD}})

Thanks,

gcc



More information about the asterisk-users mailing list