[Asterisk-Users] AgentCallbackLogin
The Traveller
traveler at xs4all.nl
Wed Aug 6 13:26:34 MST 2003
Hey Jim,
On Wed, Aug 06, 2003 at 15:12:50 -0500, Jim Friedeck wrote:
> I am having trouble with the AgenCallBackLogin app. I can't seem to
> define a context for the queue.
>
> Here is the relevant configs:
[...]
> extensions.conf:
>
> [c_in_1]; internal lines (up to 48 agents and admins)
>
> exten => 400,1,AgentCallbackLogin(|c_in_1)
[...]
> I don't understand where the default context comes from in the message
> 'No such extension/context default at 201'. Where do I tell the queue app
> the proper context? Any ideas?
Try adding an "@" in front of the context in the argument to
"AgentCallbackLogin", like so:
exten => 400,1,AgentCallbackLogin(|@c_in_1)
Also make sure you're running the latest CVS-version, as the functionality
has just been added yesterday or so.
Grtz,
Oliver
More information about the asterisk-users
mailing list