[asterisk-users] Avaya 9608G and DHCP and TFTP and HTTP oh my
Daniel Tryba
daniel at tryba.nl
Thu Mar 1 10:16:40 CST 2018
On Thu, Mar 01, 2018 at 02:46:31PM +0000, Thomas Peters wrote:
> Right-- I've seen the Avaya document you cite below. It says "To
> administer DHCP option 242, make a copy of an existing option 176" but
> I don't have any example of option 176 or 242 to copy, and don't know
> what to do to /etc/dhcpd.conf to make it offer option 242.
>
> Then there's this long table of parameters to use with (presumably)
> option 242.
>
> I was hoping someone had a working minimal example of a dhcp option
> 242 config I could copy and modify.
Example for our old IP Office (192.168.250.1) setup:
============================================
option option-242 code 242 = string;
subnet 10.0.0.0 netmask 255.255.0.0 {
#option option-242 "L2Q=1,L2QVLAN=4";
#option option-242 "HTTPSRVR=10.1.2.3/files";
option option-242 "MCIPADD=192.168.250.1,MCPORT=1719,HTTPSRVR=192.168.250.1";
}
============================================
My guess is you only need HTTPSRVR=hostname/path
This should point to a dir where a 46xxsettings.txt exists.
Must contain something like:
============================================
SET SIPPROXYSRVR 172.16.0.2
SET SIPPORT 5060
SET SIPDOMAIN 172.16.0.2
SET SIPREGISTRAR 172.16.0.2
SET SIP_CONTROLLER_LIST 172.16.0.2:5060;transport=tcp
SET ENABLE_AVAYA_ENVIRONMENT 0
SET CONFIG_SERVER_SECURE_MODE 0
SET SIPSIGNAL 0
SET REGISTERWAIT 900
SET CLDISPCONTENT 0
SET DISPLAY_NAME_NUMBER 3
SET DIALPLAN 2xx|0[1-7]xxxxxxxx|08[458]xxxxxxx
SET PHNNUMOFSA 2
SET GMTOFFSET 1:00
SET DSTOFFSET 1
SET DSTSTART LSunMar2L
SET DSTSTOP LSunOct2L
SET BRANDING_VOLUME 1
SET AGCHAND 0
SET AGCHEAD 0
SET AGCSPKR 0
SET DATETIMEFORMAT 2
SET TIMEFORMAT 1
SET SNTPSRVR 109.235.32.103,109.235.32.119
SET ENTRYNAME 0
SET PHNOL
============================================
> They only have minimal function? No speed dials, BLFs, etc?
Not as fas as I know. I configured this in 2013 and at that time only
call/transfer and conference worked.
More information about the asterisk-users
mailing list