quick_start_guide
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
quick_start_guide [2024/06/16 21:42] – trmg | quick_start_guide [2024/06/16 22:26] (current) – [Pick a trunking technology (or two!)] trmg | ||
---|---|---|---|
Line 7: | Line 7: | ||
====== Pick a trunking technology (or two!) ====== | ====== Pick a trunking technology (or two!) ====== | ||
- | After you've picked a prefix, you will want to choose at least one trunking technology to use for SCDP. Trunking technology support varies among participants, | + | After you've picked a prefix, you will want to choose at least one trunking technology to use for SCDP. Trunking technology support varies among participants, |
+ | |||
+ | Note that if you decide to use CEMoIP or H.323 and would like to establish IP peering with the network, reach out to members to get that going as we're all happy to peer. You may want to view a looking glass (such as TRMGTel' | ||
==== CEMoIP ISDN PRI ==== | ==== CEMoIP ISDN PRI ==== | ||
Line 21: | Line 23: | ||
**VPN tunnel recommended** | **VPN tunnel recommended** | ||
- | This is the preferred trunking method if you have a Cisco Integrated Services Router or other H.323 capable device in your voice network. This is simpler than CEMoIP but is very similar signalling wise to Q.931. | + | This is the preferred trunking method if you have a Cisco Integrated Services Router or other H.323 capable device in your voice network. This is simpler than CEMoIP but is very similar signalling wise to Q.931. |
The most common H.323 gateway used among network operators is the Cisco ISR 2800/ | The most common H.323 gateway used among network operators is the Cisco ISR 2800/ | ||
Line 65: | Line 67: | ||
If you do not have a device that will speak H.323 or do not want to dive into CEMoIP stuffs, IAX2 is the simplest way (though arguably the least " | If you do not have a device that will speak H.323 or do not want to dive into CEMoIP stuffs, IAX2 is the simplest way (though arguably the least " | ||
- | The sample config is for Asterisk. | + | The sample config is for Asterisk. A basic understand of Asterisk is assumed. |
Add a trunk for SCDP in iax.conf | Add a trunk for SCDP in iax.conf | ||
Line 80: | Line 82: | ||
</ | </ | ||
+ | Build inbound dialplan code as you see fit. | ||
+ | |||
+ | To place calls to SCDP desitnations here's a basic outbound dialplan that should work. Node operators typically expect to receive 7 digits. | ||
+ | |||
+ | < | ||
+ | [outbound-scdp] | ||
+ | |||
+ | exten => _NXXXXXX, | ||
+ | same => n, | ||
+ | same => n, | ||
+ | |||
+ | [gosub-scdp] | ||
+ | exten => s, | ||
+ | exten => s, | ||
+ | exten => s, | ||
+ | exten => s, | ||
+ | exten => s, | ||
+ | exten => s, | ||
+ | exten => s, | ||
+ | </ | ||
+ | NOTE: This is a work in progress. | ||
===== SIP ===== | ===== SIP ===== |
quick_start_guide.1718574135.txt.gz · Last modified: 2024/06/16 21:42 by trmg