FireBrick SIP Configuration: Difference between revisions
Appearance
Content deleted Content added
→Overview: Fix dead link and redirecting link |
Update deprecated tags |
||
| Line 85: | Line 85: | ||
xml: |
xml: |
||
< |
<syntaxhighlight lang=xml> |
||
<carrier name="AAISP" display-name="Main" allow="81.187.30.110-119" registrar="voiceless.aa.net.uk"username="01234567890" password="secret" extn="100" comment="Main Office Number"/> |
<carrier name="AAISP" display-name="Main" allow="81.187.30.110-119" registrar="voiceless.aa.net.uk"username="01234567890" password="secret" extn="100" comment="Main Office Number"/> |
||
</syntaxhighlight> |
|||
</source> |
|||
If you go to Status - VoIP, you should see the Carrier listed with an expiry - this shows that the FireBrick is registered to the server. |
If you go to Status - VoIP, you should see the Carrier listed with an expiry - this shows that the FireBrick is registered to the server. |
||
| Line 146: | Line 146: | ||
xml: |
xml: |
||
< |
<syntaxhighlight lang=xml> |
||
<telephone name="John" display-name="John" username="john" password="secret" allow="192.168.1.0/24" ddi="+441234567890" extn="101" carrier="AAISP" max-calls="1"/> |
<telephone name="John" display-name="John" username="john" password="secret" allow="192.168.1.0/24" ddi="+441234567890" extn="101" carrier="AAISP" max-calls="1"/> |
||
</syntaxhighlight> |
|||
</source> |
|||
You can repeat this process for your other users, changing the extn each time, e.g. 102, 103 etc. |
You can repeat this process for your other users, changing the extn each time, e.g. 102, 103 etc. |
||
| Line 191: | Line 191: | ||
xml: |
xml: |
||
< |
<syntaxhighlight lang=xml> |
||
<group name="Main" display-name="Main" extn="100" ddi="+441234567890" ring="101 102 103" type="all"/> |
<group name="Main" display-name="Main" extn="100" ddi="+441234567890" ring="101 102 103" type="all"/> |
||
</syntaxhighlight> |
|||
</source> |
|||
==Firewall== |
==Firewall== |
||