D110P/D110E on DAHDI User Manual
OpenVox Communication Co. LTD.
URL: www.openvox.cn
20
requirements.
4. Dialplan edit
Users must make sure that the context
"
from-pstn
"
and
"
from-internal
"
are in extensions.conf. Here a simple example is given:
# vim /etc/asterisk/extensions.conf
[from-pstn]
Exten => s,1,Answer()
exten => s,n,Playback(cc_welcome)
exten => s,n,Hangup()
[from-internal]
exten => _X.,1,Dial(dahdi/g0/${EXTEN})
exten => _X.,n,Hangup
Figure 8 dial plan
Additional function
Users should run command
"
cat /proc/interrupts
"
to check
D110P/D110E has independent interrupt. If it shares interrupt with other
device, it may cause some problems or even cannot work normally.