VoIP Phones - Asterisk: Difference between revisions
Appearance
Content deleted Content added
| Line 68: | Line 68: | ||
In extensions.conf you can dial out via the trunk with: |
In extensions.conf you can dial out via the trunk with: |
||
exten => _X.,1,Dial(PJSIP/${EXTEN}@aaisptrunk,,) |
exten => _X.,1,Dial(PJSIP/${EXTEN}@aaisptrunk,,) |
||
exten => s-BUSY,1,Playtones(busy) |
|||
exten => s-CONGESTION,1,Playtones(congestion) |
|||
exten => s-CHANUNAVAIL,1,Playtones(unobtainable) |
|||
exten => s-NOANSWER,1,Playtones(congestion) |
|||
==PJSIP: Trunk without registration== |
|||
Use the above example but do not include the top section for "[reg_442082881111]". |
|||
Then set the AAISP control panel to point to your server by hostname or IP address:<br /> |
|||
[[File:Asterisk pjsip noregistration.png|border]] |
|||
==PJSIP: Keep-Alive / Anti-Idle== |
==PJSIP: Keep-Alive / Anti-Idle== |
||