Re: [Asterisk-Users] SIP agent logging into queue?

2003-08-18 Thread Dave Cotton
On Mon, 2003-08-18 at 08:24, Sebastian Filzek wrote:
 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?
 
What does this have to do with H323?

Learn to post
-- 
Dave Cotton [EMAIL PROTECTED]

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] SIP agent logging into queue?

2003-08-18 Thread Tjardick van der Kraan
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=034

(you can even monitor the bug and get e-mail incase of updates.)

Greetings,

Tj


- Original Message - 
From: Sebastian Filzek [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
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
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] SIP agent logging into queue?

2003-08-18 Thread Jamie Carl
*This message was transferred with a trial version of CommuniGate(tm) Pro*

And what does your post have to do with SIP?

Where did u get H323 from?

Learn to read!

J (aka mailing list etiquette nazi)

-Original Message-
From: Dave Cotton [mailto:[EMAIL PROTECTED]
Sent: Monday, 18 August 2003 4:51 PM
To: Asterisk List
Subject: Re: [Asterisk-Users] SIP agent logging into queue?


*This message was transferred with a trial version of CommuniGate(tm)
Pro*
On Mon, 2003-08-18 at 08:24, Sebastian Filzek wrote:
 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?

What does this have to do with H323?

Learn to post
--
Dave Cotton [EMAIL PROTECTED]

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] SIP agent logging into queue?

2003-08-18 Thread Alastair Maw
Jamie Carl wrote:

And what does your post have to do with SIP?

Where did u get H323 from?
Dave was referring to the way in which Sebastian included a 
References: header in his e-mail, generated by clicking reply to and 
changing the subject, rather than creating a fresh and shiny new mail. 
This breaks the threading on any mail client that has a clue (Mozilla, 
Evolution, numerous others) and is therefore to be avoided. If you don't 
use a thread-view capable mail client on high volume mailing lists, you 
don't know what you're missing.

In your defence, I'd say to Dave that one exclamation mark is generally 
sufficient. Additionally, making aggressive remarks regarding netiquette 
isn't terribly useful. Pointers saying what exactly someone has done 
wrong and suggesting a solution are much more useful. Everybody play 
nice, m'kay?

Learn to read!

J (aka mailing list etiquette nazi)
For someone who claims to be a mailing list etiquette nazi, you're not 
doing terribly well. :)

I believe, for example, that most people prefer you not to include the 
whole of the previous post within your own, but to quote in context. I'd 
also prefer not to have the CommuniGate(tm) Pro spam taglines. But 
enough of these petty squablings...

--
Alastair Maw [EMAIL PROTECTED]
MX Telecom - Systems Analyst
http://www.mxtelecom.com
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] SIP agent logging into queue?

2003-08-18 Thread Brian West
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=034

 (you can even monitor the bug and get e-mail incase of updates.)

 Greetings,

 Tj


 - Original Message -
 From: Sebastian Filzek [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 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
  [EMAIL PROTECTED]
  http://lists.digium.com/mailman/listinfo/asterisk-users
 
 

 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users