FireBrick SIP Configuration: Difference between revisions
Appearance
Content deleted Content added
→Add a carrier: prettyful |
→Next create some users: more pretty |
||
| Line 97: | Line 97: | ||
Add new VoIP user: |
Add new VoIP user: |
||
{| border="1" cellpadding="1" cellspacing="1" |
{| border="1" cellpadding="1" cellspacing="1" class="wikitable" |
||
|- |
|- |
||
! Config Item |
! Config Item |
||
| Line 143: | Line 143: | ||
xml: |
xml: |
||
<source 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"/> |
||
</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. |
||