| How-to Voix IAX2 Softphone Setup |
|
Written by Don.k (a-enterprise.c ), for the deutsch version follow this link. Voix IAX2 Softphone SetupAfter installing the software, set up Asterisk based on this example. First we need a new IAX extension on your PBX this Voix Softphone. Typically, we will be logging on as root over SSH to the console of the PBX. On the Asterisk Server, edit the IAX confguration file (iax.conf) and insert after the last line: [205] In extensions.conf, you would use entries similar to the below into the default context (commonly called [default]) exten => 205,1,Dial(IAX2/205,30,mt) To to use a prefix to select a different SIP provider (in this example 1),the following lines exten => _1.,1,Dial(SIP/${EXTEN:1}@sip_proxy,60,mt) exten => _1.,2,Hangup whereas sip_proxy is a valid SIP server
|
|||