Jason Becker
2004-Nov-26 18:44 UTC
[Asterisk-Users] Uniden UIP200 -- configured, but not working?
Ken D'Ambrosio wrote:> 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?> [22] > type=friend > host=dynamic > context=local-access > canreinvite=no > qualify=300 > callerid="Uniden SIP Phone" <22> > mailbox=22 > secret=bar > nat=noTry: dtmfmode=rfc2833 (The UIP200 only support rfc2833) and: nat=never (The UIP200 does not like rfc3581 (rport)) Check out: http://www.voip-info.org/wiki-UIP200 My colleague wrote the "Issues with the UIP200 and Asterisk" section. Regards, -- Jason Becker Director & CEO Coalescent Systems Inc. 403.244.8089 www.coalescentsystems.ca
Ken D'Ambrosio
2004-Nov-26 19:25 UTC
[Asterisk-Users] Uniden UIP200 -- configured, but not working?
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
Ryan Courtnage
2004-Nov-27 10:10 UTC
[Asterisk-Users] Uniden UIP200 -- configured, but not working?
On Fri, 2004-26-11 at 21:25 -0500, Ken D'Ambrosio wrote:> 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?If it registers fine with Asterisk, then what exactly is the problem? Does the Uniden phone display an error? Asterisk? Can you make/receive calls? The firmware version and uniden<mac>.txt might also be relevant to the problem. Cheers -- Ryan Courtnage Director & CTO Coalescent Systems Inc 403.244.8089 www.coalescentsystems.ca