[Asterisk-Users] Call Queue Uniden UIP 200 not working

Jeremy Gehris asterisk at socsystems.net
Fri Dec 17 16:08:44 MST 2004


I just got my wife this phone, and when calls come in on the queue it will
not ring, if I dial the ext it rings, here is the config from the tftp
server:
Thanks
 
 
unidencom.txt
 
# UIP200 Mass Configuration System Generic File
# Notes:
# 1. Lines start with '#' are comments
# 2. To leave a field value unchanged (as saved on local phone), leave value
to blank.
# 3. To set a field's value to empty, use '-' as value.
# 4. To NOT overwrite user local settings of: programmable key, one/two
touch keys, VMA
#    number, VMWILampIndicator, set "OverwriteLocalSetting = NO". Default is
"YES". This
#    key will ALSO affect whether or not THESE settings in uniden<MAC>.txt
be used.
# 5. Any duplicate parameters exist in both unidencom.txt and
uniden<MAC>.txt, MAC settings
#    will be used.
# MAXIMUM FILE SIZE IS 10KB
# Current Limitation: No spaces allowed for a setting's value
# Version: 4.59a
 

#Overwrite user local settings of programmable keys, one/two touch keys, vma
settings
#If set to no, these current settings on the phone will not be overwritten.
OverwriteLocalSettings        YES                     # must be placed on
top of config file
 
# Sip Settings --If only ProxyServer needed, set OutboundProxy1/Port same as
ProxyServer/Port
ProxyServer                   192.168.5.117            # can be an IP
address or FDQN
ProxyServerPort               5060                       # 0 to use default
port
OutboundProxy1                192.168.5.117            # can be an IP
address or FQDN
OutboundProxy1Port            5060                       # enter a port
number or 0 for default (5060)
OutboundProxy2                192.168.5.117             # can be an IP
address or FQDN
OutboundProxy2Port            5060                              # enter a
port number or 0 for default (5060)
EmergencyProxy                192.168.5.117
EmergencyProxyPort            5060
Registrar1                    192.168.5.117            # can be an IP
address or FQDN
Registrar1Port                5060                       # enter a port
number or 0 for default (5060)
Registrar2                    192.168.5.117            # can be an IP
address or FQDN
Registrar2Port                5060                       # enter a port
number or 0 for default (5060)
#DnsServer_1                  10.0.0.13               # may not be necessary
if use DHCP
#DnsServer_2                  151.165.11.201          # may not be necessary
if use DHCP
RegisterExpireSec             3600
RegisterRetrySec              90RegisterExpireLimitPercent    10
FailoverRetrySec              8
SipPort                       5060
SRVRecordName                 - #_sip._udp.unisip.com
# options are ON or OFF
SessionTimerSupport           ON
# options are ON or OFF
SessionTimerRefresher         ON
SessionTimerMin               60
TimerInterval0                300
TimerInterval1                150
 

# Audio Settings
G711MuTxPacketLength          20
G711MuJitterBufferLength      10
G711MuJitterBufferMax         200
G711ATxPacketLength           20
G711AJitterBufferLength       10
G711AJitterBufferMax          200
G729TxPacketLength            20
G729JitterBufferLength        10
G729JitterBufferMax           200
LongHoldAlertPeriod           360
 
# options are ON and OFF
DiffServMode                  OFF
DefaultDiffServParam          192
RTPDiffServParam              160
# options are TRUNKMODE, CASCADEMODE, DISABLE
VlanMode                      DISABLE
VlanID                        1
PcVlanID                      2
TftpAddress             192.168.5.100               # save to phone and used
next time if not offered from DHCP
Q_Param                       50

 
uniden00e01102f8ff.txt
 
# UIP200 Mass Configuration System Mac-based File
# Notes: Lines start with '#' are comments
# To leave a field value unchanged (as saved on local phone), leave value to
blank.
# To disable a field, use '-' as value
# MAXIMUM FILE SIZE IS 10KB
# Current Limitation: No spaces allowed for a setting's value
# Version: BS.459a
 

# Firmware. The items listed in this Firmware section must be in this order.
# FirmwareVersion and FirmwareFileName only used if AutoFirmwareUpdate is
YES
# FimrwareFileName only used if FirmwareVersion differ from firmware ver in
Flash
AutoFirmwareUpdate    YES              #choices are YES and NO
FirmwareFileName      uip200_459aenc.pac
FirmwareVersion       BS4.59a
 

# Sip Settings
MyLcdDisplay           1006
MyDialNumber           1006
DisplayName            Sharon
UserNameForProxy       1006
PasswordForProxy       ****
UserNameForRegistrar   1006
PasswordForRegistrar   ****
 
# Programmable Keys. Key functionality must go before key values.
ProgrammableKey1       OneTouchDial
ProgrammableKey2       OneTouchDial
ProgrammableKey3       OneTouchDial
ProgrammableKey4       OneTouchDial
ProgrammableKey5       TwoTouchDial
ProgrammableKey6       DoNotDisturb
ProgrammableKey7       VMA
ProgrammableKey8       Mute
# One and Two-touch keys. Must go after Programmable keys functionality
definitions.
# Refer to Programmable and Fixed Function Keys for usage guide
# OneTouchKeyX value is used ONLY when ProgrammableKeyX is OneTouchDial
OneTouchKey1             88
OneTouchKey2             4111
OneTouchKey3             3456
OneTouchKey4             8500
OneTouchKey5             18178583152
OneTouchKey6             18178583152
OneTouchKey7             18178583152
OneTouchKey8             18178583152
 
TwoTouchDigit0           3459
TwoTouchDigit1           3450
TwoTouchDigit2           4420
TwoTouchDigit3           4421
TwoTouchDigit4           4422
TwoTouchDigit5           4423
TwoTouchDigit6           4424
TwoTouchDigit7           4425
TwoTouchDigit8           4426
TwoTouchDigit9           4427
 
# Hotline and vmwi numbers --Must be placed after OneTouchDial's
HotLineNumber            -
VmaDirectCallNo          8500    #value associating with VMA Programmable
key.
VmwiLampIndicator        Enable
 
TimeDisplay              Enable
 
#end of file
 
 
 
sip.conf
 
[1006]
type=friend
secret=****
host=dynamic
context=sip
callerid= "Sharon" <1006>
nat=never
canreinvite=yes
disallow=all                   
allow=ulaw

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041217/2eae4441/attachment.htm


More information about the asterisk-users mailing list