Miscellaneous configurations
From Yate Documentation
(Difference between revisions)
(Created page with "==Miscellaneous configurations== ===M2UA Gateway=== ====M2UA Gateway over SCTP==== ====M2UA Gateway over TDM==== ===M3UA Gateway=== ===Camel=== ====Camel MAP + CiscoSM==== ...") |
(→M2UA Gateway over TDM) |
||
Line 4: | Line 4: | ||
====M2UA Gateway over SCTP==== | ====M2UA Gateway over SCTP==== | ||
====M2UA Gateway over TDM==== | ====M2UA Gateway over TDM==== | ||
+ | |||
+ | ==ysigchan.conf== | ||
+ | |||
+ | ;=== Layer 2 === | ||
+ | |||
+ | [mtp2:0] | ||
+ | type=ss7-m2pa | ||
+ | sig=wpcard | ||
+ | |||
+ | [mtp2:1] | ||
+ | type=ss7-m2pa | ||
+ | sig=zapcard | ||
+ | |||
+ | ;=== M2UA Gateway === | ||
+ | |||
+ | [m2ua-gateway] | ||
+ | type=ss7-m2ua-gateway | ||
+ | sig=sctp-m2ua-gw | ||
+ | expect_asp_id=true | ||
+ | link=mtp2:0,0 | ||
+ | link=mtp2:1,1 | ||
+ | |||
+ | ==zapcard.conf== | ||
+ | |||
+ | [zapcard] | ||
+ | type=E1 | ||
+ | sigchan=16 | ||
+ | |||
+ | ==wpcard.conf== | ||
+ | |||
+ | [wanpipe] | ||
+ | type=E1 | ||
+ | readonly=no | ||
+ | siggroup=w1g1 | ||
+ | |||
+ | ==sigtransport.conf== | ||
+ | |||
+ | [sctp-m2ua-gw] | ||
+ | type=sctp | ||
+ | stream=yes | ||
+ | local=10.0.0.2:2904 | ||
+ | endpoint=no | ||
===M3UA Gateway=== | ===M3UA Gateway=== |
Revision as of 11:35, 26 October 2017
Contents |
Miscellaneous configurations
M2UA Gateway
M2UA Gateway over SCTP
M2UA Gateway over TDM
ysigchan.conf
;=== Layer 2 === [mtp2:0] type=ss7-m2pa sig=wpcard [mtp2:1] type=ss7-m2pa sig=zapcard ;=== M2UA Gateway === [m2ua-gateway] type=ss7-m2ua-gateway sig=sctp-m2ua-gw expect_asp_id=true link=mtp2:0,0 link=mtp2:1,1
zapcard.conf
[zapcard] type=E1 sigchan=16
wpcard.conf
[wanpipe] type=E1 readonly=no siggroup=w1g1
sigtransport.conf
[sctp-m2ua-gw] type=sctp stream=yes local=10.0.0.2:2904 endpoint=no