Table of Contents | ||
---|---|---|
|
Asterisk Configuration
A good way to start the configuration of an R2 system for use with Asterisk is to run the normal Sangoma configuration script
...
The following snippet show examples of the two Dahdi configuration files which must be manually created to use OpenR2 with Asterisk.
All the parameters listed below are further explained in the next section of this page. Full A102 sample config files can be found in the quick-configuration section.
Example chan_dahdi.conf
|
...
|
|
Configure chan_dahdi.conf
...
This snippet states that the range of channels from x to y (integer values) will report CAS bits. The :1101 is the initial position
of the CAS bits (also known as ABCD bits) which are used by R2 to signal line state (see the R2 troubleshooting section for details).
The 1101 signal means “Blocked” in R2, which means that when the hardware wakes
up for the first time it is not able to receive calls (Asterisk or any other software using R2 will later
change this bits to 1001, which means IDLE, or ready to make calls).
...
Wanpipe Configuration
As shown in the quick-configuration section a good way to start the configuration of an R2 system for use with Asterisk is to run the normal Sangoma configuration script:
...