Setting up Yate with ISDN BRI
From Yate Documentation
(Difference between revisions)
(→Routing) |
|||
Line 40: | Line 40: | ||
[default] | [default] | ||
^123$=sig/123;trunk=bri-net | ^123$=sig/123;trunk=bri-net | ||
+ | |||
+ | '''See also:''' | ||
+ | * [[VoIP PSTN Gateway ]] | ||
+ | * [[Installing Sangoma cards under Linux]] |
Revision as of 17:45, 30 October 2013
ISDN BRI support in Yate was tested with wanpipe drivers version: wanpipe-7.0.5
Wanpipe drivers download: http://wiki.sangoma.com/wanpipe-linux-drivers#beta
ISDN BRI Network
In ysigchan.conf
[bri-net] type=isdn-bri-net sig=wanpipe1 voice=wanpipe1
In tdmcard.conf
[wanpipe1] span=1 type=NET increment=3 start=0
ISDN BRI CPE
[bri-cpe] type=isdn-bri-cpe sig=wanpipe3 voice=wanpipe3
In tdmcard.conf
[wanpipe3] span=3 type=CPE increment=3 start=0
Routing
Example routing in regexroute.conf:
[default] ^123$=sig/123;trunk=bri-net
See also: