search for: transmit_regist

Displaying 9 results from an estimated 9 matches for "transmit_regist".

Did you mean: transmit_register
2006 Nov 09
2
register suddenly fails
...messages: Nov 9 20:01:07 NOTICE[952]: chan_sip.c:5422 sip_reg_timeout: -- Registration for '018904676@voip.inode.at' timed out, trying again (Attempt #1) Nov 9 20:01:07 WARNING[952]: chan_sip.c:1998 create_addr: No such host: voip.inode.at Nov 9 20:01:07 WARNING[952]: chan_sip.c:5505 transmit_register: Probably a DNS error for registration to 018904676@voip.inode.at, trying REGISTER again (after 20 seconds) Nov 9 20:01:27 NOTICE[952]: chan_sip.c:5422 sip_reg_timeout: -- Registration for '018904676@voip.inode.at' timed out, trying again (Attempt #2) Nov 9 20:01:28 WARNING[952]: cha...
2003 Apr 09
1
Asterisk dies after 3-6 hours of operation. Help!
...to other sip servers. (FWD and PCH). Here is are the last few lines in the /var/log/asterisk/messages log file. Apr 9 04:15:24 NOTICE[147466]: File sched.c, Line 247 (ast_sched_del): Attempted to delete non-existant schedule entry 3211! Apr 9 04:16:49 NOTICE[147466]: File chan_sip.c, Line 2498 (transmit_register): Scheduled a timeout # 3219 Apr 9 04:16:49 NOTICE[147466]: File chan_sip.c, Line 3816 (handle_response): Registration successful Apr 9 04:16:49 NOTICE[147466]: File chan_sip.c, Line 3817 (handle_response): Cancelling timeout 3219 Apr 9 04:16:49 NOTICE[147466]: File sched.c, Line 247 (ast_sche...
2015 Jun 08
3
Peer unreachable after IP change
...dnsmgr Username Refresh State Reg.Time messagenet:5060 N 5406013068 105 Unregistered Mon, 08 Jun 2015 00:30:27 and every couple of seconds: [Jun 8 07:17:52] WARNING[30003]: chan_sip.c:13784 transmit_register: Probably a DNS error for registration to 5406013068 at messagenet, trying REGISTER again (after 20 seconds) [Jun 8 07:17:52] NOTICE[30003]: chan_sip.c:13656 sip_reg_timeout: -- Registration for '5406013068 at messagenet' timed out, trying again (Attempt #1218) Could someone help me...
2006 Jan 18
1
chan_sip.c:5262 sip_reg_timeout Probably a DNS error for registration
...he IP is static so there is no problem with the DNS. I have no idea why Asterisk is sending every second this request to the SIP-Proxy. Other functions are OK chan_sip.c:5262 sip_reg_timeout: -- Registration for 'user@sip-proxy' timed out, trying again (Attempt #11) chan_sip.c:5345 transmit_register: Probably a DNS error for registration to user@sip-proxy, trying REGISTER again (after 60 seconds) best regards Thomas
2008 Dec 16
1
problems of DNS
Hi list, I have for a year I have an account to call with broadvoice from about 3 days beginning a not registered problem of, asterisk shows to a message of error with the DNS, and my dns this working fine WARNING[5770]: chan_sip.c:7595 transmit_register: Probably a DNS error for registration to 908XXXXXXX at sip.broadvoice.com@sip.broadvoice.com, trying REGISTER again (after 20 seconds) [Dec 16 16:00:18] NOTICE[5770]: chan_sip.c:7517 sip_reg_timeout: -- Registration for '908XXXXXX at sip.broadvoice.com@sip.broadvoice.com' timed out, t...
2009 Apr 26
1
1.6.1: "DNS error" but ping works
....c:9927 sip_reg_timeout: -- Registration for '17470121145 at proxy01.sipphone.com' timed out, trying again (Attempt #30) [2009-04-26 15:01:00] WARNING[1844]: acl.c:376 ast_get_ip_or_srv: Unable to lookup 'proxy01.sipphone.com' [2009-04-26 15:01:00] WARNING[1844]: chan_sip.c:10037 transmit_register: Probably a DNS error for registration to 1747yyyxxxx at proxy01.sipphone.com, trying REGISTER again (after 20 seconds) but ping works: ping proxy01.sipphone.com PING northamerica.sipphone.com (198.65.166.131) 56(84) bytes of data. 64 bytes from northamerica.sipphone.com (198.65.166.131): icm...
2015 Jun 14
0
Peer unreachable after IP change
...ry Host > dnsmgr Username Refresh State Reg.Time > messagenet:5060 N 5406013068 > 105 Unregistered Mon, 08 Jun 2015 00:30:27 > > and every couple of seconds: > > [Jun 8 07:17:52] WARNING[30003]: chan_sip.c:13784 > transmit_register: Probably a DNS error for registration to > 5406013068 at messagenet, trying REGISTER again (after 20 seconds) > [Jun 8 07:17:52] NOTICE[30003]: chan_sip.c:13656 sip_reg_timeout: > -- Registration for '5406013068 at messagenet' timed out, trying again > (Attempt #1218) >...
2010 Mar 19
2
register => 2345:password@sip_proxy/1234
...c7e5d8a667b73cd18777f76704c at 127.0.0.1 CSeq: 102 REGISTER User-Agent: Asterisk PBX 1.6.2.1 Expires: 120 Contact: <sip:1234 at myipnr> Content-Length: 0 ... Retransmitting #1 (NAT) to 86.64.162.35:5060: REGISTER sip:sip_proxy SIP/2.0 .. and: [Mar 19 15:44:04] WARNING[2005]: chan_sip.c:11600 transmit_register: Probably a DNS error for registration to tjoen at sip_proxy, trying REGISTER again (after 20 seconds) What am I doing wrong?
2004 Jul 28
1
using round-robin dns for sip registrations
....c, I found the function sip_register(..) which reads register=> lines from sip.conf and copies settings from there to a sip_registry struct. The function does a gethostbyname() to look up the hostname immediately. The IP returned, as well as the hostname, are stored in the struct. Later on, in transmit_register(..), is where the data stored in the sip_registry struct gets pulled out and a registration attempt is made. It looks like the function exits after transmitting the registration, and some other function must get called to either 1: notice that the registration was successful or 2: notice that it...