Loads an ADSI script into an ADSI-capable phone.
ADSIProg([script])
Programs an ADSI[46]phone with the provided script. If no script is provided, the
default asterisk.adsi is used. The pathname for the
script is relative to the default Asterisk configuration directory, which
is usually /etc/asterisk/. The absolute path is also
accepted.
Use GetCPEID() to obtain the
CPE-ID and other information about the ADSI device.
; Program the ADSI phone with the telcordia-1.adsi script: exten => 123,1,ADSIProg(telcordia-1.adsi)
|
|
|
Internal help for this application in Asterisk 1.4: -= Info about application 'ADSIProg' =- [Synopsis] Load Asterisk ADSI Scripts into phone [Description] ADSIProg(script): This application programs an ADSI Phone with the giv en script. If nothing is specified, the default script (asterisk.adsi) is u sed. diff output to internal help in Asterisk 1.2: - none - |
See also. the section called “GetCPEID()”,
adsi.conf