[Asterisk-Users] Uniden UIP200 -- configured, but not working?

Ken D'Ambrosio ken at jots.org
Fri Nov 26 19:25:19 MST 2004


Hi, all.  I've got my Uniden UIP200 configured via TFTP (had to get DHCP 
3.0.1 -- Debian's latest is 2.0.x!), and all seems well... except for  the
minor detail that it doesn't work.  It registers fine with Asterisk,  but
when I copied my Grandstream's sip.conf info and plugged in the  Uniden
stuff, no dice.  Any ideas?

Thanks...

-Ken

unidencom.txt:

OverwriteLocalSettings      YES
Registrar1                  asterisk.mer.xanoptix.com
RegisterExpireSec           3600
RegisterRetrySec            90
ProxyServer                 asterisk.mer.xanoptix.com     # tried with both
OutboundProxy1              asterisk.mer.xanoptix.com     # of these unset
G711MuTxPacketLength        20
G711MuJitterBufferLength    10
G711MuJitterBufferMax       200
G711ATxPacketLength         20
G711AJitterBufferLength     10
G711AJitterBufferMax        200
G729TxPacketLength          20
G729JitterBufferLength      10
G729JitterBufferMax         200
LongHoldAlertPeriod         120
TimeZone                   -5
EnableDST                  YES
EnableSNTP                 yes
SntpServerIP               192.5.41.40
SntpRetrySec               1800
PreferredCodec             g711u,g711a,g729
Language                   English
CallWaiting                Enable

sip.conf snippet:

[21]
type=friend
host=dynamic
context=local-access
canreinvite=no
qualify=300
callerid="Grandstream SIP Phone" <21>
mailbox=21
secret=foo
nat=no
[22]
type=friend
host=dynamic
context=local-access
canreinvite=no
qualify=300
callerid="Uniden SIP Phone" <22>
mailbox=22
secret=bar
nat=no

Extensions.conf snippet [not that it matters, but hey...]:

exten => 21,1,Dial(SIP/21,20)   ; Ring for 20 seconds
exten => 21,2,Voicemail(u${EXTEN})      ; Unavail voicemail if extension 
doesn't answer
exten => 21,3,Hangup
exten => 21,102,Voicemail(b${EXTEN})    ; Busy Voicemail if extension is 
busy
exten => 21,103,Hangup

exten => 22,1,Dial(SIP/22,20)   ; Ring for 20 seconds
exten => 22,2,Voicemail(u${EXTEN})      ; Unavail voicemail if extension 
doesn't answer
exten => 22,3,Hangup
exten => 22,102,Voicemail(b${EXTEN})    ; Busy Voicemail if extension is 
busy
exten => 22,103,Hangup







More information about the asterisk-users mailing list