Heath Oderman wrote: > Hi, I'm new to asterisk, and have a uniden UIP 200 that I got off of ebay. > > I'm having trouble getting the phone to register with asterisk. I've tried > a few different settings. I'd be extremely grateful if someone with a > similar setting could give me the sip.conf block for the UIP and the > settings you're using in uniden.txt. > > Here's what I have currently: > > IP of phone is 172.28.184.105 > > In sip.conf - > [uip200] > username = heath > secret = happy > type = friend > qualify = no > host = dynamic > defaultip = 172.28.184.105 > dtmfmode = rfc2833 > context = sip > nat=no > > In unidenMAC.txt - > # Sip Settings > MyLcdDisplay 31521 > MyDialNumber 703XXXXXXX > DisplayName 31521 > UserNameForProxy heath > PasswordForProxy happy > UserNameForRegistrar heath > PasswordForRegistrar happy > > The output from asterisk is, of course: > *CLI> Jul 4 15:33:15 NOTICE[22905]: chan_sip.c:7733 handle_request: > Registration from '<sip:[EMAIL PROTECTED]>' failed for > '172.28.184.105' > Jul 4 15:33:45 NOTICE[22905]: chan_sip.c:7733 handle_request: Registration > from '<sip:[EMAIL PROTECTED]>' failed for '172.28.184.105' > Jul 4 15:34:15 NOTICE[22905]: chan_sip.c:7733 handle_request: Registration > from '<sip:[EMAIL PROTECTED]>' failed for '172.28.184.105'
Remove the 'defaultip = 172.28.184.105' line from sip.conf. Do a 'sip reload' from the asterisk console and see if the registration works. Best, Dave _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
