Displaying 1 result from an estimated 1 matches for "binnenkomend".
2007 Aug 17
1
Connecting a GSM gateway to a FXO port
...[channels]
; hardware channels
; default
usecallerid=yes
hidecallerid=no
callwaiting=no
threewaycalling=yes
transfer=yes
echocancel=yes
echotraining=yes
immediate=no
flash=100
hanguponpolarityswitch=yes
callprogress=yes
progzone=nl
busydetect=yes
busycount=4
language=nl
; define channels
context=binnenkomend
signalling=fxs_ks
channel => 1 ; pstn attached to port 1
This is the Dialplan fragment:
exten => _87.,1,Wait(0.5)
exten => _87.,n,Dial(Zap/1/${EXTEN:2},30,rtT)
exten => _87.,n,Macro(fastbusy)
exten => _87.,n,Hangup
exten => _87.,102,Playback(tt-allbusy)
[macro-fastbusy]
exten =...