[asterisk-dev] How can i execute without dialplan

Domjan Attila adomjan at tvnet.hu
Wed Apr 19 01:18:20 MST 2006


Hi,

Use proxy channel

extensions conf:
[agent-exten]
exten => _X.,1,Dial(SIP/${EXTEN})

in AgentCallbackLogin:
Exten: 1001
Context: agent-exten

On Tue, 2006-04-18 at 19:00 -0600, md wrote:
> Hi,
> I try that but don't work.
> 1."AgentCallbackLogin
>     Agent: 5003
>     Exten: SIP/1001
>     Context: internas
>     AckCall: false
>     WrapupTime: 30
>     ActionID: 12345"
> 2.Add Queue Member Agent/5003 to 101
>    - show queues show me this in queue 101: Agent/5003 (dynamic) (Not
> int use) has taken no calls yet
> 3.I make call to queue 101 and this appear in console: 
>    - chan_local.c:494 local_alloc: No such extension/context
> SIP at default creating local channel
> 4. The call is not delivered to SIP/1001 and after show queues show
> this:
>   - Agent/5003 (dynamic) (Busy) has taken no calls yet
>  
> Why the call is not delivered to SIP/1001.
>  
> Thank you
>  
> ----- Original Message -----  
> From: "Domjan Attila" <adomjan at tvnet.hu>
> To: "Asterisk Developers Mailing List" <asterisk-dev at lists.digium.com>
> Sent: Tuesday, April 18, 2006 2:39 PM
> Subject: Re: [asterisk-dev] How can i execute without dialplan
> 
> 
> > Hi,
> > 
> > 1. it's a asterisk-user question
> > 2. show manager command AgentCallbackLogin
> > 
> > Regards,
> > Attila Domjan
> > 
> > On Tue, 2006-04-18 at 13:11 +0200, md wrote:
> >> Hello,
> >> I'm programming an asterisk application and i need login an agent
> >> without diaplan use. Is possible do this?
> >> How can i do it?
> >>  
> >> Thank you
> >> _______________________________________________
> >> --Bandwidth and Colocation provided by Easynews.com --
> >> 
> >> asterisk-dev mailing list
> >> To UNSUBSCRIBE or update options visit:
> >>    http://lists.digium.com/mailman/listinfo/asterisk-dev
> > 
> > _______________________________________________
> > --Bandwidth and Colocation provided by Easynews.com --
> > 
> > asterisk-dev mailing list
> > To UNSUBSCRIBE or update options visit:
> >   http://lists.digium.com/mailman/listinfo/asterisk-dev
> > 
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
> 
> asterisk-dev mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-dev




More information about the asterisk-dev mailing list