> -----Original Message-----
> From: Michael Loftis [mailto:[EMAIL PROTECTED] 
> Sent: Monday, October 25, 2004 6:57 PM
> To: [EMAIL PROTECTED]
> Subject: [Asterisk-Users] Agents allowed to transfer but * 
> just hangs up!
> 
> 
> Look can ANYONE help me with this!  Turns our our [EMAIL PROTECTED]@$#@ 
> asterisk has 
> been hanging up on people soon as transfers happen!
> 
We had a similar problem using AgentCallBackLogin.  We were 
specifying a context to AgentCallbackLogin and that context 
only had extensions defined for the agents' extensions.  
Since * uses the current context for transfers this can be a 
problem.  The solution to all of this was to 
SetVar(TRANSFER_CONTEXT=<context that can transfer>) before 
you call Dial(<device>,20,t).  Then * uses the context that 
you specified to use for transfers.

Fixed a similar problem for us,

Robert Jackson
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
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