Windows Asterisk Management Interface
(note: this software does not seem to exist, and the web page linked below is a cyber squatter link farm. If you are the author, please update this page. – March 6, 2007)
Latest new beta release: April 5, 2004
http://www.yottadot.com/callmanager/WAMi-Installer-beta4.zip
The default admin password is Admin. You can use the sample wamiconfig.xml to create a config file and store it on any fileserver or webserver you can gain access to from your windows machine. You tell WAMi where the config file is stored in the Admin Options area. You must point WAMi to a xml config file.
You have to setup your extensions properly.
Read the readme and see how the xml tags interact with this dialplan for my extension
;
; Christian
;
exten => 9001,1,SetMusicOnHold(default)
exten => 9001,2,Dial(Zap/4,20,tr)
exten => 9001,3,Voicemail(u1000)
exten => 9001,103,Voicemail(b1000)
exten => 9001,9996,Dial(Zap/4,20,tm)
exten => 9001,9997,Goto(africa,8${EXTEN:1},1)
exten => 9001,9998,MusicOnHold()
exten => 9001,9999,Goto(BYEXTENSION,103)
exten => 8001,1,Answer
exten => 8001,2,Wait(1)
exten => 8001,3,VoicemailMain(s1000)
exten => 8001,4,Congestion
From:
Christian Hoffmeyer
YottaDot Solutions
Huntsville, AL
(iax) 700.859.4508
- Asterisk GUI: Graphical user interfaces to Asterisk: Overview
- Asterisk: Wiki home page | FAQ | Introduction