VoIP Phones - FireBrick: Difference between revisions

From AAISP Support Site
Line 18: Line 18:
<telephone name="myPhone" display-name="Arnold" username="arnold" password="secret" allow="90.155.42.0/27" ddi="+44123456789" extn="100" carrier="AAISP" max-calls="1"/>
<telephone name="myPhone" display-name="Arnold" username="arnold" password="secret" allow="90.155.42.0/27" ddi="+44123456789" extn="100" carrier="AAISP" max-calls="1"/>


[[File:FireBrick-VoIP-AA3.png]]
[[File:FireBrick-VoIP-AA3.png|900px]]


[[Category:FireBrick]]
[[Category:FireBrick]]

Revision as of 10:26, 14 June 2013

Pbvoipicon.png

Create the General VoIP config:

<voip comment="AAISP">

FireBrick-VoIP-AA1.png

Create a Carrier:

<carrier name="AAISP" display-name="Office" allow="81.187.30.110-119 2001:8b0::/48" registrar="voiceless.aa.net.uk" username="0123456789" password="secret" extn="100" max-calls="2" comment="Office 0123456789"/>

FireBrick-VoIP-AA2.png

Create a User

Here we restrict access to this account by our LAN IP range - in this case 90.155.42.0/27 - change this to your LAN block.

On your phone, you'd set up the account using the credentials set here - ie the username and password.

<telephone name="myPhone" display-name="Arnold" username="arnold" password="secret" allow="90.155.42.0/27" ddi="+44123456789" extn="100" carrier="AAISP" max-calls="1"/>

FireBrick-VoIP-AA3.png