|
Voix IAX2 Softphone Setup
After to Install the Software are made the following settings, like this example.
First we need a new IAX extension on your PBX for this Softphone
We are logon as root over ssh to the console
On the Asterisk Server into the file iax.conf insert after the last line edit /etc/asterisk/iax.conf
[205] regexten=205 username=205 secret=1234 type=friend auth=md5 << Voix Phone use MD5. qualify=no host=dynamic context=default dtmfmode=rfc2833 mailbox=205@default disallow=all allow=gsm deny=0.0.0.0/0.0.0.0 permit=192.168.1.0/255.255.255.0
In the extensions.conf follow this entries below the Context [default] insert into /etc/asterisk/extensions.conf
exten => 205,1,Dial(IAX2/205,30,mt) exten => 205,n,Congestion exten => 205,n,Hangup
To to use the prefix 1 where the SIP provider to call, then enter this two lines at /etc/asterisk/extensions.conf
exten => _1.,1,Dial(SIP/${EXTEN:1}@sip_proxy,60,mt)
exten => _1.,2,Hangup
whereas sip_proxy is a valid SIP server
|
On the Softphone click Settings ->Phone and follow this entries, see the image
- Asterisk Server IP - IAX Port 4569 - User Name and Password - CID Name und Number
Save this configuration then click √
Now can use the IAX Softphone to receive and initiate calls
|
|
Written by Don.k (a-enterprise.c ), for the deutsch version follow this link.
|