MTP3 SEP Configurations
From Yate Documentation
(Difference between revisions)
Line 48: | Line 48: | ||
'''See also:''' | '''See also:''' | ||
− | *[[ | + | *[[Configure MTP3]] |
Latest revision as of 12:50, 27 October 2017
Let's assume that SEP 1 uses MTP3 linksets.
In ysipchan.conf
Example ysigchan.conf
[mtp3_ls1] type=ss7-mtp3 netind2pctype=ITU netindicator=national local=ITU,5 adjacent=ITU,1 ; state that this linkset can be used to route to node with PC=100 route=100 link=m2pa_1 [mtp3_ls2] type=ss7-mtp3 netind2pctype=ITU netindicator=national local=ITU,5 adjacent=ITU,2 ; state that this linkset can be used to route to node with PC=100 route=100 link=m2pa_2 [m2pa_1] type=ss7-m2pa sig=sctp-m2pa_1 [m2pa_2] type=ss7-m2pa sig=sctp-m2pa_2
And in sigtransport.conf we define the referenced transport sctp-m2pa_1 and sctp-m2pa_2:
[sctp-m2pa_1] type=sctp stream=false local=10.0.0.3:5050 remote=10.0.0.1:6999 [sctp-m2pa_2] type=sctp stream=false local=10.0.0.3:5051 remote=10.0.0.2:6999
See also: