Re: [Sip-implementors] Syntax Error in To header

2005-12-29 Thread Ajit Kumar
Hi Ramaya,
In this case the SIP stack will not be able to parse the message and
hence may drop the packet or just ignore it. Since the parsing or
decoding of message has failed so it's possible that you may not get any
response. Again this depends on implementation.

Regards
Ajit



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ramya
Jothi
Sent: Thursday, December 29, 2005 12:34 PM
To: sip-implementors@cs.columbia.edu
Subject: [Sip-implementors] Syntax Error in To header

Hi 
 
What should be the behavior of the server if there is a syntax error in
the To header
 
Ex: To: User Name sip:[EMAIL PROTECTED]:5060, asdsad
 
 
 
-Regards 
 Ramya
 Failure is not when you fall down 
Its only when you don't get up again 
 
___
Sip-implementors mailing list
Sip-implementors@cs.columbia.edu
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors

___
Sip-implementors mailing list
Sip-implementors@cs.columbia.edu
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors


Re: [Sip-implementors] Xlite-soft phone

2005-12-29 Thread Marc Bailly
Hi,

In the configuration of your proxy in X-lite, fill the SIP Proxy parameter
with IP:port (IP and port are the ones of your application).

Best regards,

Marc Bailly

On 12/29/05, [EMAIL PROTECTED] 
[EMAIL PROTECTED] wrote:



 Hi
   I am using Xlite softphone for testing my sip application.
I need to send INVITE to some other port other than 5060.
   I have tried mentioning it in Request-URI, but still it sends
   request to 5060 only.
   Has anybody tried sending it to other port(except 5060), if it is
 possible
   how? Is there any other mailing list specifically for Xlite?


 Thank you
   +Basu



 The information contained in this electronic message and any attachments
 to this message are intended for the exclusive use of the addressee(s) and
 may contain proprietary, confidential or privileged information. If you are
 not the intended recipient, you should not disseminate, distribute or copy
 this e-mail. Please notify the sender immediately and destroy all copies of
 this message and any attachments.

 WARNING: Computer viruses can be transmitted via email. The recipient
 should check this email and any attachments for the presence of viruses. The
 company accepts no liability for any damage caused by any virus transmitted
 by this email.

 www.wipro.com
 ___
 Sip-implementors mailing list
 Sip-implementors@cs.columbia.edu
 https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors




--
---
Marc Bailly
___
Sip-implementors mailing list
Sip-implementors@cs.columbia.edu
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors


Re: [Sip-implementors] Syntax Error in To header

2005-12-29 Thread Nataraju A B
It should not reject request because some parser error in some header
but may be because of the missing mandatory header. 
You might have considered TO header is not there in message because it
had syntax error in it

Can some one comment on the following please... 

Its again depends on how you consider the parser error for any
parameter... 
Do you consider whole header is in error or only the parameter...

Thanks  Regards,
Nataraju A.B.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ajit
Kumar
Sent: Thursday, December 29, 2005 2:38 PM
To: 'Ramya Jothi'; sip-implementors@cs.columbia.edu
Subject: Re: [Sip-implementors] Syntax Error in To header

Hi Ramaya,
In this case the SIP stack will not be able to parse the message and
hence may drop the packet or just ignore it. Since the parsing or
decoding of message has failed so it's possible that you may not get any
response. Again this depends on implementation.

Regards
Ajit



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ramya
Jothi
Sent: Thursday, December 29, 2005 12:34 PM
To: sip-implementors@cs.columbia.edu
Subject: [Sip-implementors] Syntax Error in To header

Hi 
 
What should be the behavior of the server if there is a syntax error in
the To header
 
Ex: To: User Name sip:[EMAIL PROTECTED]:5060, asdsad
 
 
 
-Regards 
 Ramya
 Failure is not when you fall down 
Its only when you don't get up again 
 
___
Sip-implementors mailing list
Sip-implementors@cs.columbia.edu
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors

___
Sip-implementors mailing list
Sip-implementors@cs.columbia.edu
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors

___
Sip-implementors mailing list
Sip-implementors@cs.columbia.edu
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors


Re: [Sip-implementors] Xlite-soft phone

2005-12-29 Thread basavaraj.puttagangaiah


Hi Gururaj
  Do you mean its a seperate release?
  can you please tell me the release or version?
  can you please give me some more details about it?
  Also in settings i don't see any option by which i can set
  it to use TCP transport.
  I am using X-Lite release 1105d build on LINUX 9.0.
 
  Also i can configure the proxy port in X-lite so that
  i can specify which port proxy is present(other than 5060)
  and it is working for that, but if i want to send an INVITE
  with/without proxy to some port like 5063, it is not sending.
 
  I tried to specify in URI also like
   sip:[EMAIL PROTECTED]:5063
  but it is sending to port 5060 only.

Thank you
 +Basu

 
 

-Original Message-
From: GururajBT 70707 [mailto:[EMAIL PROTECTED]
Sent: Thu 12/29/2005 1:10 PM
To: Basavaraj Puttagangaiah (WT01 - Product Engineering Solutions)
Subject: Re: [Sip-implementors] Xlite-soft phone

Hi Basu,

You have to check the hop implimentaion.  There only the ip and port 
will be mentioned.

Regards,

Gururaj BT

**
 This email and its attachments contain confidential information from HUAWEI, 
which is intended only for the person or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not 
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is prohibited. If you receive this 
e-mail in error, please notify the sender by phone or email immediately and 
delete it!
 


- Original Message -
From: [EMAIL PROTECTED]
Date: Thursday, December 29, 2005 11:26 am
Subject: [Sip-implementors] Xlite-soft phone



 Hi
  I am using Xlite softphone for testing my sip application.
   I need to send INVITE to some other port other than 5060.
  I have tried mentioning it in Request-URI, but still it sends
  request to 5060 only.
  Has anybody tried sending it to other port(except 5060), if it
 is possible
  how? Is there any other mailing list specifically for Xlite?


 Thank you
  +Basu



 The information contained in this electronic message and any
 attachments to this message are intended for the exclusive use of
 the addressee(s) and may contain proprietary, confidential or
 privileged information. If you are not the intended recipient, you
 should not disseminate, distribute or copy this e-mail. Please
 notify the sender immediately and destroy all copies of this
 message and any attachments.

 WARNING: Computer viruses can be transmitted via email. The
 recipient should check this email and any attachments for the
 presence of viruses. The company accepts no liability for any
 damage caused by any virus transmitted by this email.

 www.wipro.com
 ___
 Sip-implementors mailing list
 Sip-implementors@cs.columbia.edu
 https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors






The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com
___
Sip-implementors mailing list
Sip-implementors@cs.columbia.edu
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors


Re: [Sip-implementors] Xlite-soft phone

2005-12-29 Thread shardul.brahmbhatt

Hi,
I am using X-lite on Windows and I am able to do so.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, December 29, 2005 5:41 PM
To: [EMAIL PROTECTED]
Cc: sip-implementors@cs.columbia.edu
Subject: Re: [Sip-implementors] Xlite-soft phone



Hi Gururaj
  Do you mean its a seperate release?
  can you please tell me the release or version?
  can you please give me some more details about it?
  Also in settings i don't see any option by which i can set
  it to use TCP transport.
  I am using X-Lite release 1105d build on LINUX 9.0.

  Also i can configure the proxy port in X-lite so that
  i can specify which port proxy is present(other than 5060)
  and it is working for that, but if i want to send an INVITE
  with/without proxy to some port like 5063, it is not sending.

  I tried to specify in URI also like
   sip:[EMAIL PROTECTED]:5063
  but it is sending to port 5060 only.

Thank you
 +Basu




-Original Message-
From: GururajBT 70707 [mailto:[EMAIL PROTECTED]
Sent: Thu 12/29/2005 1:10 PM
To: Basavaraj Puttagangaiah (WT01 - Product Engineering Solutions)
Subject: Re: [Sip-implementors] Xlite-soft phone

Hi Basu,

You have to check the hop implimentaion.  There only the ip and
port will be mentioned.

Regards,

Gururaj BT


**
 This email and its attachments contain confidential information from
HUAWEI, which is intended only for the person or entity whose address is
listed above. Any use of the information contained herein in any way
(including, but not limited to, total or partial disclosure,
reproduction, or dissemination) by persons other than the intended
recipient(s) is prohibited. If you receive this e-mail in error, please
notify the sender by phone or email immediately and delete it!




- Original Message -
From: [EMAIL PROTECTED]
Date: Thursday, December 29, 2005 11:26 am
Subject: [Sip-implementors] Xlite-soft phone



 Hi
  I am using Xlite softphone for testing my sip application.
   I need to send INVITE to some other port other than 5060.
  I have tried mentioning it in Request-URI, but still it sends 
 request to 5060 only.
  Has anybody tried sending it to other port(except 5060), if it is
 possible  how? Is there any other mailing list specifically for Xlite?


 Thank you
  +Basu



 The information contained in this electronic message and any
 attachments to this message are intended for the exclusive use of the
 addressee(s) and may contain proprietary, confidential or privileged
 information. If you are not the intended recipient, you should not
 disseminate, distribute or copy this e-mail. Please notify the sender
 immediately and destroy all copies of this message and any
 attachments.

 WARNING: Computer viruses can be transmitted via email. The recipient
 should check this email and any attachments for the presence of
 viruses. The company accepts no liability for any damage caused by any

 virus transmitted by this email.

 www.wipro.com
 ___
 Sip-implementors mailing list
 Sip-implementors@cs.columbia.edu
 https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors






The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s)
and may contain proprietary, confidential or privileged information. If
you are not the intended recipient, you should not disseminate,
distribute or copy this e-mail. Please notify the sender immediately and
destroy all copies of this message and any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient
should check this email and any attachments for the presence of viruses.
The company accepts no liability for any damage caused by any virus
transmitted by this email.

www.wipro.com
___
Sip-implementors mailing list
Sip-implementors@cs.columbia.edu
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors


The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com

___
Sip-implementors mailing list