Configuration file for Sirrix ISDN channels.
Example sirrix.conf
[Global]
internationalprefix = 00
nationalprefix = 0
; external PtP (Anlagenanschluss) link with ONE port
[ExternalPtP] ; arbitrary group name
; one ore more ports, separated by "+"
ports = 0000 ; first port on first card
; PtP (Anlagenanschluss) or PtMP (Mehrgerà ¤teanschluss)
ptp = yes
; NT or TE
mode = TE
; Allow this TE-port to become master *important*
master = yes
; Context for calls *into* Asterisk
context = default
; ISDN "Address" (MSN / DDI), "+" means additional digits are allowed
number = 4711+
; Callerid for calls *into* Asterisk
; "+" means append "Calling Party Number" to callerid
callerid = 0+
; Asterisk extension to dial for calls *into* Asterisk
; "+" means that digits appended to "number"-field are appended
; to extension.
; An ISDN call to "4711 815" would go to extension "1234 815".
extension = 1234+
; external PtMP link with ONE port
[ExternalPtMP] ; arbitrary group name
; one ore more ports, separated by "+"
ports = 0100 ; first port on second card
; PtP (Anlagenanschluss) or PtMP (Mehrgerà ¤teanschluss)
ptp = no
; NT or TE
mode = TE
; Allow this TE-port to become master *important*
master = yes
; Context for calls *into* Asterisk
context = default
; ISDN "Address" (MSN)
number = 12345
; Callerid for calls *into* Asterisk
; "+" means append "Calling Party Number" to callerid
callerid = 9+
; Asterisk extension to dial for calls *into* Asterisk
extension = 816 ; always call 816
; default values for following groups
[Default]
mode = NT
context = default
echocancel = yes
[InternalPtMP]
ports = 0001 ; second port on first card
number = 1234
ptp = no
[InternalPtP]
ports = 0002+0003
ptp = yes
number = 4711+
callerid = 4711+
; if "extension" is not set (even not in "Default"),
; the Called Party Number field is used
; to clear "extension", use "extension = +"
Another example sirrix.conf
[Global]
internationalprefix = 00
nationalprefix = 0
; default values
[Default]
mode = NT
ptp = no
;extension =
context = default
cfnotify = no
cfu = yes
cfnr = yes
cfb = yes
aocd = units
colp = yes
redir = yes
notify = yes
echocancel = no
;disabled = yes
; internal group
[Test]
ports = 0100
number = 32
callerid = 32
disabled = yes
; internal Group
[Oskar]
ports = 0000
number = 13
callerid = Oskar Telefon <13>
aocd = currency
; internal Group as copy of another
[OskarFunk]
include = Oskar
number = 83
callerid = Oskar Funk <83>
; internal PtP (Anlagenanschluss) link with TWO ports
[Euracom]
ports = 0001+0002
ptp = yes
number = 4711+
callerid = 4711+
cfnotify = no
cfu = no
cfnr = no
cfb = no
aocd = no
disabled = yes
; external link
[Default]
ports = 0103
mode = TE
ptp = no
callerid = <9+>
context = default
cfnotify = no
cfu = no
cfnr = no
cfb = no
aocd = no
colp = no
redir = no
notify = yes
echocancel = no
;disabled = yes
[Out13]
number = 13
extension = 13
master = yes
[Out83]
number = 83
extension = 83
; external link Telekom
[Default]
ports = 0102
mode = TE
ptp = no
callerid = <0+>
context = ext-to-int
cfnotify = no
cfu = no
cfnr = no
cfb = no
aocd = no
colp = no
redir = no
notify = yes
echocancel = no
[Telekom123456]
number = 123456
extension = 123456
;master = yes
disabled = yes
See Also
Previous: Incoming calls (in to Asterisk)
Next: Asterisk Dialplan-Applications
Index: Asterisk Sirrix ISDN channels