[Asterisk-Users] SIP agent logging into queue?

Brian West brian at bkw.org
Mon Aug 18 06:17:41 MST 2003


I use it without issues.

[agentlogin]
exten => 800,1,AddQueueMember(techsupport|SIP/${CALLERIDNUM})
exten => 800,2,Playback(agent-loginok)
exten => 800,3,Hangup

exten => 801,1,RemoveQueueMember(techsupport|SIP/${CALLERIDNUM})
exten => 801,2,Playback(agent-loggedoff)
exten => 801,3,Hangup


Our device names are numbers that match ${CALLERIDNUM} thus I don't see
the problems you see.

I have done it like this since day one and it works perfect.

bkw

On Mon, 18 Aug 2003, Tjardick van der Kraan wrote:

> Hi Sebastian,
>
> I had submited this bug in the bugs.digium.com tracker and mark has allready
> put in a fix in the current CVS.
>
> I just checked out the new version and for login it works, logout not yet,
> but i've just submited it to the bug tracker so i think mark will get that
> fixed for us really soon :)
>
> Just keep an eye on this URL:
> http://bugs.digium.com/bug_view_page.php?bug_id=0000034
>
> (you can even monitor the bug and get e-mail incase of updates.)
>
> Greetings,
>
> Tj
>
>
> ----- Original Message -----
> From: "Sebastian Filzek" <sebastian at teragen.com.au>
> To: <asterisk-users at lists.digium.com>
> Sent: Monday, August 18, 2003 8:24 AM
> Subject: [Asterisk-Users] SIP agent logging into queue?
>
>
> > Heya,
> >
> > I'm just playing with a SIP phone.  When I log into my queue from a
> > SIP agent it appends some sort of data to the end of the SIP name.
> > e.g. SIP/sablaptop-2ac0. I didn't add the '2ac0', asterisk did. When I
> > log out of the queue, it uses a different ID (e.g. SIP/sablaptop-5207)
> > and therefore does not log out.
> >
> > Does anyone know what the data tacked on the end of the SIP name is
> > and how to stop it?
> >
> > Regards,
> > Sab.
> >
> > --
> > Sebastian Filzek
> >
> >
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users at lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> >
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
>



More information about the asterisk-users mailing list