RE: [Asterisk-Users] Previous sip reload not yet done

2005-04-04 Thread Nabeel Jafferali
 Does anyone else have this problem? Is there a workaround?

Yeah, I had this problem when I added a lot of SIP register statements
and SIP peers. Changing the hostnames (FQDNs) to IP addresses solved the
problem. It seem * was getting stuck waiting for DNS lookups.

Nabeel
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Previous sip reload not yet done

2005-04-04 Thread administrator tootai
Nabeel Jafferali a écrit :
Does anyone else have this problem? Is there a workaround?
   

Yeah, I had this problem when I added a lot of SIP register statements
and SIP peers. Changing the hostnames (FQDNs) to IP addresses solved the
problem. It seem * was getting stuck waiting for DNS lookups.
 

Thanks. We put everywhere it was accepted the IP address and will see. 
FYI, sipgate.de doesn't accept to register with IP address. CLI SIP 
reload command is now applied much faster as with FQDNs in sip.conf
--
Daniel
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Previous sip reload not yet done

2005-04-04 Thread Olle E. Johansson
administrator tootai wrote:
Nabeel Jafferali a écrit :
Does anyone else have this problem? Is there a workaround?
  

Yeah, I had this problem when I added a lot of SIP register statements
and SIP peers. Changing the hostnames (FQDNs) to IP addresses solved the
problem. It seem * was getting stuck waiting for DNS lookups.
 

Thanks. We put everywhere it was accepted the IP address and will see. 
FYI, sipgate.de doesn't accept to register with IP address. CLI SIP 
reload command is now applied much faster as with FQDNs in sip.conf

Changing register= statements to IP addresses is a bad idea. SIP is 
domain name based and (as proved by sipgate) an IP address points to 
*one* host, whereas a SIP domain by using SRV records can point to many 
IP addresses and servers. There's a huge difference between sending a 
REGISTER to [EMAIL PROTECTED] and [EMAIL PROTECTED]

See this as a short time fix. We need to make a better solution on the 
REGISTER parsing to prevent this from happening, it's clearly a bug.

/O
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Previous sip reload not yet done

2005-04-04 Thread administrator tootai
Olle E. Johansson a écrit :
administrator tootai wrote:
Nabeel Jafferali a écrit :
Does anyone else have this problem? Is there a workaround?
  

Yeah, I had this problem when I added a lot of SIP register statements
and SIP peers. Changing the hostnames (FQDNs) to IP addresses solved 
the
problem. It seem * was getting stuck waiting for DNS lookups.
 

Thanks. We put everywhere it was accepted the IP address and will 
see. FYI, sipgate.de doesn't accept to register with IP address. CLI 
SIP reload command is now applied much faster as with FQDNs in 
sip.conf

Changing register= statements to IP addresses is a bad idea. SIP is 
domain name based and (as proved by sipgate) an IP address points to 
*one* host, whereas a SIP domain by using SRV records can point to 
many IP addresses and servers. There's a huge difference between 
sending a REGISTER to [EMAIL PROTECTED] and [EMAIL PROTECTED]

See this as a short time fix. We need to make a better solution on the 
REGISTER parsing to prevent this from happening, it's clearly a bug.
Well noticed. Should I concider bugs #3850 and #3933 including this 
matter or should I open a new one?
--
Daniel
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Previous sip reload not yet done

2005-04-04 Thread Cirelle Internet Products
administrator tootai wrote:
Olle E. Johansson a écrit :
administrator tootai wrote:
Nabeel Jafferali a écrit :
Does anyone else have this problem? Is there a workaround?
  


Yeah, I had this problem when I added a lot of SIP register statements
and SIP peers. Changing the hostnames (FQDNs) to IP addresses 
solved the
problem. It seem * was getting stuck waiting for DNS lookups.
 

Thanks. We put everywhere it was accepted the IP address and will 
see. FYI, sipgate.de doesn't accept to register with IP address. CLI 
SIP reload command is now applied much faster as with FQDNs in 
sip.conf


Changing register= statements to IP addresses is a bad idea. SIP is 
domain name based and (as proved by sipgate) an IP address points to 
*one* host, whereas a SIP domain by using SRV records can point to 
many IP addresses and servers. There's a huge difference between 
sending a REGISTER to [EMAIL PROTECTED] and [EMAIL PROTECTED]

See this as a short time fix. We need to make a better solution on 
the REGISTER parsing to prevent this from happening, it's clearly a bug.

Well noticed. Should I concider bugs #3850 and #3933 including this 
matter or should I open a new one?
We had the same problem, on two different hardware platforms.
2 flavors of pentium 4/board combos
grandstream and sipura (handset/ata) devices
the only thing that has worked for us was to eliminate the
registration process all together. This has been going on since
last October that I am aware of which means it has been in every
cvs since then.
sip.conf
host=device ip (not dynamic)
qualify=yes
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Previous sip reload not yet done

2005-04-04 Thread administrator tootai
[...]
See this as a short time fix. We need to make a better solution on 
the REGISTER parsing to prevent this from happening, it's clearly a 
bug.

Well noticed. Should I concider bugs #3850 and #3933 including this 
matter or should I open a new one?

We had the same problem, on two different hardware platforms.
2 flavors of pentium 4/board combos
grandstream and sipura (handset/ata) devices
the only thing that has worked for us was to eliminate the
registration process all together. This has been going on since
last October that I am aware of which means it has been in every
cvs since then.
Bug #3946 was open for this and Mantis.
--
Daniel
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users