3.
Configuration Example of your IP-PBX
; ------------------
; extensions.conf
; ------------------
[general]
writeprotect=no
writeprotect=no
priorityjumping=yes
[inbound]
exten =>
0312345678
,
1, Dial(SIP/
200
,120,t)
exten =>
0312345678
,2,Congestion
exten =>
0312345678
,102,Busy
exten =>
0312123434
,1, Dial(SIP/
201
,120,t)
exten =>
0312123434
,2,Congestion
exten =>
0312123434
,102,Busy
[outbound-1]
exten => _0., 1,Set(CALLERID(num)=
0312345678
exten => _0., 2,Dial(SIP/${EXTEN}@siptr,120,T)
exten => _0., 3,Congestion
exten => _0., 3,Congestion
exten => _0.,104,Busy
exten => _1., 1,Set(CALLERID(num)=
0312345678
exten => _1., 2,Dial(SIP/${EXTEN}@siptr,120,T)
exten => _1., 3,Congestion
exten => _1.,104,Busy
;prefix 1xx is for special (external) phone numbers such as 117, 177 and so on.
;prefix 1xx is for special (external) phone numbers such as 117, 177 and so on.
exten => _ XXX, 1,Dial(SIP/${EXTEN},120,T)
exten => _ XXX, 2,Congestion
exten => _ XXX, 102,Busy
; XXX represents 3 digit-extensions. Please adjust digit number as yours.
;<see also next page for the rest settings of extensions.conf>
18