Colin Anderson
2006-Sep-29 15:39 UTC
[asterisk-users] 480i phone: Is there a trick to registering with * ??
Running * 1.0.9, sip.conf allow=all is set. Based on the advice of -users earlier this week I've ordered an Asstra 480i CT for evaluation. Phone is up, sees Asterisk, tries to register, Asterisk refuses. I though it might be codec mismatch so I specified allow=all. Valid account, password OK, codec OK, just Asterisk rejects the registration attempt. Here is what comes out of the syslog of the phone: 09-29-2006 16:22:54 Local7.Debug 192.168.1.223 <013><010><<<<<<<<<<=====IN=====192.168.1.223: Received SIP packet from: 192.168.1.46:5060<013><010>SIP/2.0 401 Unauthorized<013><010>Via: SIP/2.0/UDP 192.168.1.223;branch=z9hG4bKcbf13ba80<013><010>From: 7028247 <sip:8247@>;tag=3727ada04d20136<013><010>To: 7028247 <sip:8247@>;tag=as39cd5209<013><010>Call-ID: 2af744c3de82c1985f92d9a3fcba4108@192.168.1.223<013><010>CSeq: 26925325 REGISTER<013><010>User-Agent: Asterisk PBX<013><010>Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER<013><010>Contact: <sip:8247@192.168.1.46><013><010>WWW-Authenticate: Digest realm="asterisk", nonce="64a24b82"<013><010>Content-Length: 0<013><010><013><010><<<<<<<<<<=====IN=====END SIP packet And Asterisk sip debug: Sip read: REGISTER sip:192.168.1.46:5060 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.223;branch=z9hG4bKcbf13ba80 Max-Forwards: 70 Content-Length: 0 To: 7028247 <sip:7028247@> From: 7028247 <sip:7028247@>;tag=3727ada04d20136 Call-ID: 2af744c3de82c1985f92d9a3fcba4108@192.168.1.223 CSeq: 1580356212 REGISTER Contact: 7028247 <sip:7028247@192.168.1.223>;expires=1 Allow-Events: talk,hold,conference Allow:NOTIFY,REFER,OPTIONS,INVITE,ACK,CANCEL,BYE,INFO User-Agent: Aastra 480i Cordless/1.3.1.1095 Brcm Callctrl/1.5 MxSF/v3.2.6.26 12 headers, 0 lines Using latest request as basis request Sending to 192.168.1.223 : 5060 (non-NAT) Transmitting (no NAT): SIP/2.0 403 Forbidden Via: SIP/2.0/UDP 192.168.1.223;branch=z9hG4bKcbf13ba80 From: 7028247 <sip:7028247@>;tag=3727ada04d20136 To: 7028247 <sip:7028247@>;tag=as1c8c1d8b Call-ID: 2af744c3de82c1985f92d9a3fcba4108@192.168.1.223 CSeq: 1580356212 REGISTER User-Agent: Asterisk PBX Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER Contact: <sip:7028247@192.168.1.46> Content-Length: 0 ?? help anyone ??