search for: register_verify

Displaying 20 results from an estimated 44 matches for "register_verify".

2004 Dec 22
1
register_verify defined in 2 files?
I know I'm getting tired of looking at code, but why is the function register_verify defined in 2 different files? chan_iax2.c line 3860 static int register_verify(int callno, struct sockaddr_in *sin, struct iax_ies *ies) chan_sip.c line 4869 /*--- register_verify: Verify registration of user */ static int register_verify(struct sip_pvt *p, struct sockaddr_in *sin, struct sip_r...
2008 Mar 28
1
IAX user register problem
...text=default callerid="Guest IAX User" My extensions.conf [default] exten=>_.,1,Dial(IAX2/${EXTEN}) exten=>_y.,1,Dial(IAX2/${EXTEN}) exten=>_a.,1,Dial(IAX2/${EXTEN}) below is my Asterisk console logs which i see after making call. Mar 28 03:25:43 NOTICE[2855]: chan_iax2.c:5144 register_verify: No registration for peer 'aliadvcommnet' (from 203.99.57.80) Mar 28 03:25:55 NOTICE[2855]: chan_iax2.c:5144 register_verify: No registration for peer 'aliadvcommnet' (from 203.99.57.80) Mar 28 03:25:55 NOTICE[2855]: chan_iax2.c:6910 socket_read: Rejected connect attempt from 203.99...
2008 Mar 28
1
how to register IAX user without password
...allerid="Guest IAX User" My extensions.conf [default] exten=>_.,1,Dial(IAX2/${EXTEN}) exten=>_y.,1,Dial(IAX2/${EXTEN}) exten=>_a.,1,Dial(IAX2/${EXTEN}) below is my Asterisk console logs which i see after making call. Mar 28 03:25:43 NOTICE[2855]: chan_iax2.c:5144 register_verify: No registration for peer 'aliadvcommnet' (from 203.99.57.80) Mar 28 03:25:55 NOTICE[2855]: chan_iax2.c:5144 register_verify: No registration for peer 'aliadvcommnet' (from 203.99.57.80) Mar 28 03:25:55 NOTICE[2855]: chan_iax2.c:6910 socket_read: Rejected connect attempt f...
2008 Mar 28
1
how to register IAX user without password for any user
...allerid="Guest IAX User" My extensions.conf [default] exten=>_.,1,Dial(IAX2/${EXTEN}) exten=>_y.,1,Dial(IAX2/${EXTEN}) exten=>_a.,1,Dial(IAX2/${EXTEN}) below is my Asterisk console logs which i see after making call. Mar 28 03:25:43 NOTICE[2855]: chan_iax2.c:5144 register_verify: No registration for peer 'aliadvcommnet' (from 203.99.57.80) Mar 28 03:25:55 NOTICE[2855]: chan_iax2.c:5144 register_verify: No registration for peer 'aliadvcommnet' (from 203.99.57.80) Mar 28 03:25:55 NOTICE[2855]: chan_iax2.c:6910 socket_read: Rejected connect attempt f...
2011 Jan 26
0
list of errorswhile registering client at asterisk with sipp
...ding (index 3), reveived 'SIP/2.0 200 ok in asterisk i am getting error as: [Jan 26 21:30:35] NOTICE[5188]: chan_sip.c:21819 handle_request_register: Registration from '"' failed for '192.168.1.99' - No matching peer found [Jan 26 21:30:35] NOTICE[5188]: chan_sip.c:13163 register_verify: Invalid to address: '"' from 192.168.1.99 (missing sip:) trying to use anyway... [Jan 26 21:30:35] NOTICE[5188]: chan_sip.c:21819 handle_request_register: Registration from '"' failed for '192.168.1.99' - No matching peer found [Jan 26 21:30:35] NOTICE[5188]: ch...
2003 Dec 25
1
IAX NOTICE and WARNING messages
...IAX between the two. Right now they both reside on a switch with a static 192.168.0.x IP address. The first Server is .5 and the second is .30. Our dialplan seems to be working, however on the console we get a flurry of NOTICE and WARNING messages. NOTICE[1116941120]: File chan_iax.c, Line 2878 (register_verify) empty registration from 192.168.0.30 NOTICE[1116941120]: File chan_iax.c, Line 2878 (register_verify) empty registration from 192.168.0.30 WARNING[1142106560]: File chan_iax2.c, Line 470 (iax_error_output): Information element length exceeds message size WARNING[1142106560]: File chan_iax2.c, Line...
2007 Oct 30
2
zoiper iax registation: "facility rejected"
...registration for 'home@<my-office-ip-address>' with cause 'facility rejected' 11:03:35 Rejected registration for 'home@<my-office-ip-address>' with cause 'facility rejected' and on the asterisk server at work I get: NOTICE[5072]: chan_iax2.c:5252 register_verify: No registration for peer 'home' (from <my-home-ip-address>) iax.conf: [general] jitterbuffer=yes tos=ef iaxcompat=yes [iax-from-home] type=user allow=gsm username=home secret=password context=long-distance ;;auth=md5,plaintext [iax-to-home] type=peer allow=all username=home se...
2004 Nov 21
1
make asterisk accept Register messages
Hi all, I don't know why but my * is not accepting Register Messages. Have you seen this kind of problem before?? I need help! Thank in advance. #################################################### *CLI> Nov 19 15:42:11 NOTICE[12893]: chan_sip.c:4869 register_verify: Peer '111' is trying to register, but not configured as host=dynamic Nov 19 15:42:11 NOTICE[12893]: chan_sip.c:7586 handle_request: Registration from '111 <sip:111@10.1.0.254>' failed for '10.1.0.111' *CLI> *CLI> Nov 19 15:42:35 NOTICE[12893]: chan_sip.c:4...
2007 Sep 26
4
Asterisk realtime error
...12000]: res_config_mysql.c:360 update_mysql: MySQL RealTime: Failed to query database. Check debug for more info. Sep 25 20:29:07 WARNING[12000]: res_config_mysql.c:360 update_mysql: MySQL RealTime: Failed to query database. Check debug for more info. Sep 25 20:29:07 NOTICE[12000]: chan_iax2.c:5252 register_verify: Host 127.0.0.1 failed MD5 authentication for '101' (9a43a82001dfa49d84e8facb765f7de2 != 31610d29241e861816b83998501ee223) I configure extconfig.conf as: [settings] iaxusers => mysql,asterisk,iax_buddies iaxpeers => mysql,asterisk,iax_buddies sipusers => mysql,asterisk,sip_buddies...
2004 Apr 04
3
SIP Registration Errors
...d to an X100p card. Any ideas regarding the config file would be appreciated. -- Larry NOTICE[1125350192]: File chan_sip.c, Line 5297 (handle_request): Registration from '<sip:1001@192.168.0.8>' failed for '192.168.0.162' NOTICE[1125350192]: File chan_sip.c, Line 3557 (register_verify): Peer '1001' isn't dynamic NOTICE[1125350192]: File chan_sip.c, Line 5297 (handle_request): Registration from '<sip:1001@192.168.0.8>' failed for '192.168.0.162' NOTICE[1125350192]: File chan_sip.c, Line 3557 (register_verify): Peer '1001' isn't dynami...
2003 Nov 13
1
IAX2 based software client ..pls help
...am very closed to implement the IAX2 version in DIAX, but still some issues which I don't know how to handle, maybe someone from this list can help me. Trying to register with the * server as in version 1, I get the following in the * console: NOTICE[1150495040]: File chan_iax2.c, Line 2919 (register_verify): Inappropriate authentication received and in the client: Registration rejected There is something to be changed in iax.conf file regarding the user definition? there is an iax2.conf file too? I ask this because in the iax.conf file there is a line in the general section: port=5036 which is spe...
2006 May 25
0
IAX registrations fail over time in SVN-trunk
FYI from my putting SVN-trunk briefly into production for stress-testing. Fresh checkouts from the last two days, most recently SVN-trunk-r30465, begin to show lots of errors like those appended below, after about an hour of operation. > May 26 00:29:51 NOTICE[4418]: chan_iax2.c:5001 register_verify: No registration for peer 'hackley' (from 10.17.1.2) > May 26 00:30:41 NOTICE[4415]: chan_iax2.c:5001 register_verify: No registration for peer 'hackley' (from 10.17.1.2) And at the other end (*not* running SVN-trunk, btw): > May 26 00:30:29 NOTICE[1281]: chan_iax2.c:735...
2010 Apr 14
1
Interpbx connection
...text=external deny=0.0.0.0/0.0.0.0 permit=122.11.176.35/255.255.255.240 insecure=very allow=all nat=yes qualify=yes canreinvite=no in the other and it's the analog. but now i can only dial from one end, and the other en d is giving me this error. Apr 14 16:44:21 ERROR[26502]: chan_sip.c:6659 register_verify: Peer 'PBX1' is trying to register, but not configured as host=dynamic when dialing a fast busy signal and it sauys in the CLI: CONGESTION. any help please!!! -- Abdullah -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/ast...
2011 May 14
1
Asterisk 1.41 - Warning and Notice about contact info and stale nonce
Hi list, We have devices since more then 4 years which where running well with Asterisk. But with latest version (1.38 or more) we face problem with those devices when they try to register. We got [2011-05-14 17:18:06] WARNING[28559]: chan_sip.c:9950 register_verify: Failed to parse contact info <--- Transmitting (NAT) to XXX.XXX.XXX.XXX:5062 ---> SIP/2.0 400 Bad Request Followed by [2011-05-14 17:19:06] NOTICE[28559]: chan_sip.c:9502 check_auth: Correct auth, but based on stale nonce received from '<sip:714 at YYY.YYY.YYY.YYY;user=phone>;...
2013 Oct 08
1
iax2: no authentication, but still peer?
...ct, so we can't figure out why we're getting failed authentication. But at the same time the device shows as registered: [Oct 8 18:14:14] NOTICE[510]: chan_iax2.c:11071 socket_process_helper: Peer 'n4' is now REACHABLE! Time: 441 [Oct 8 18:15:58] NOTICE[519]: chan_iax2.c:8153 register_verify: Host <n4ipaddr> failed MD5 authentication for 'n4' (c374d0a70c72e6e9bd359aa6a0f1a6c2 != 2c76c104bbfc3d54f566490f40cd12bd) [Oct 8 18:19:17] NOTICE[517]: chan_iax2.c:11077 socket_process_helper: Peer 'n4' is now TOO LAGGED (1002 ms)! [Oct 8 18:19:29] NOTICE[512]: chan_iax2...
2011 Mar 10
1
[1.8] Unable to Register: Registration denied because of contact ACL
...9] ERROR[21272]: netsock2.c:94 ast_sockaddr_stringify_fmt: getnameinfo(): ai_family not supported [Mar 10 11:53:59] WARNING[21272]: chan_sip.c:13120 parse_register_contact: Domain '172.16.16.6:5060' disallowed by contact ACL (violating IP ) [Mar 10 11:53:59] WARNING[21272]: chan_sip.c:13837 register_verify: Registration denied because of contact ACL Note, that the server IP is 172.16.16.11 and the SBC internal Interface IP is 172.16.16.6 the following lines have been added to sip.conf dynamic_exclude_static = yes autodomain=yes domain=172.16.16.6 allowexternaldomains=no In addition, in the genera...
2006 Oct 17
1
Please help me!!
...me (family=0x666d7464 <Address 0x666d7464 out of bounds>) at config.c:994 #22 0x4047cdad in realtime_peer (peername=0xbe7f8891 "101", sin=0x730) at chan_sip.c:1696 #23 0x4046cf67 in find_peer (peer=0xbe7f8891 "101", sin=0x0, realtime=1) at chan_sip.c:1776 #24 0x40485dfd in register_verify (p=0x81944d8, sin=0xbe7fe79c, req=0xbe7fe7ac, uri=0xbe7fe9cd "sip:192.168.1.2", ignore=1718449252) at chan_sip.c:6514 #25 0x404839b7 in handle_request (p=0x81944d8, req=0xbe7fe7ac, sin=0xbe7fe79c, recount=0x666d7464, nounlock=0x666d7464) at chan_sip.c:11083 #26 0x4048150d in sipsock_read...
2004 Jan 29
2
IAX Implementation Problem
...e placed: [to able] exten => _8.,1,Dial(IAX/able/${EXTEN:1}) and [internal] is the existing context for handling internal calls. When we reload both Asterisk servers, ABLE shows no registration with BAKER, and BAKER shows error messages : Jan 29 11:06:49 NOTICE[-1147503696]: chan_iax.c:2896 register_verify: No registration for peer 'baker' (from 10.1.1.1) [Note: 10.1.1.1 is substituted in the above message for the actual IP] No calls go through from ABLE to BAKER or vice-versa Any suggestions would be appreciated. Sam Zener Network Techician -------------- next part -------------- An HTM...
2008 Feb 27
1
SPA3102 registration problem
...o "type=peer" and "host=192.168.1.3", I'll see these messages appear on the Asterisk console: [Feb 27 15:17:34] NOTICE[10893]: chan_sip.c:12414 handle_response_peerpoke: Peer '4000' is now Reachable. (7ms / 2000ms) [Feb 27 15:17:35] ERROR[10893]: chan_sip.c:8513 register_verify: Peer '4000' is trying to register, but not configured as host=dynamic [Feb 27 15:17:35] NOTICE[10893]: chan_sip.c:14943 handle_request_register: Registration from 'Margriet <sip:8000 at 192.168.1.10>' failed for '192.168.1.3' - Peer is not supposed to register...
2005 Mar 15
6
Realtime config
...s -nothing-, besides what I can see in the console. It shows no queries or anything, driving me nuts. I'm running asterisk 1.0.6, as head won't seem to compile (as of this this email).. I'm trying to test realtime via simply SIP REGISTER: Mar 15 13:40:39 NOTICE[7905]: chan_iax2.c:3910 register_verify: No registration for peer 'brak-test' (from blah blah) Mar 15 13:40:39 NOTICE[7906]: chan_sip.c:7681 handle_request: Registration from '<sip:brak-test@brak.netlogic.net>' failed for 'blah'