|
Home Resources Products
Developers |
Main • Sigtransport
SigTransportThis is a support module providing a standard factory for the common lower layer of SIGTRAN protocols. Here is where the IP addresses, ports and protocols are configured. Each connection defined by this module is referenced from ysigchan or some other module. Configuration; Each section in this file describes a SIGTRAN connection ; Connections are referenced from other configurations describing the upper layer ;[name-of-connection] ; The name of the section identifies the connection ; type: keyword: Socket type - sctp, tcp, udp, unix ;type=sctp ; stream: bool: Socket connection type. ; Designed for SCTP sockets to create a stream socket or a sequenced packet socket ; NOTE: for M2PA if stream is false the M2PA autostart should be on true on both ends, ; if stream is true the M2PA autostart must be true only at one end ;stream=true for TCP or UNIX sockets, false for other types ; local: string: Primary local address ; Format is ipv4:port like: 1.1.1.1:3566 ;local= ; localN: string: Additional local addresses, SCTP only ; Multiple addresses can be specified by incrementing the 1-based index at the end of 'local' ; The address format is ip:port like: ; local1=1.2.3.4:3566 ; local2=2.3.4.5:3566 ;local1= ; remote: string: Primary remote address ; Format is ipv4:port like: 2.2.2.2:3566 ;remote= ; remoteN: string: Additional remote addresses, SCTP only ; Multiple addresses can be specified by incrementing the 1-based index at the end of 'remote' ; The address format is ip:port like: ; remote1=5.6.7.8:3566 ; remote2=6.7.8.9:3566 ;remote1= ; endpoint: bool: Set to true if this is an endpoint that actively tries to connect, ; false to listen for remote connections ;endpoint=false ExampleThis is a working example for a SCTP based M2PA link and linkset that sends the packets back. sigtransport.conf: [localhost] type=sctp local=127.0.0.1:3000 remote=127.0.0.1:3000 ysigchan.conf: [local-linkset] type=ss7-mtp3 netind2pctype=ITU adjacent=ITU,0-0-1 adjacent=ITU,0-0-2 link=local-link [local-link] type=ss7-m2pa sig=localhost autostart=yes Rmanager commandsThis modules is controlled indirectly by ysigchan using commands addressing the SIGTRAN component. NoteThe SIGTRAN standards only support the SCTP protocol which is not always available in the operating system. In Yate the SCTP sockets are optional and are provided by a module like lksctp. All other transport protocols are not standard but usually available. |
3 May 2010: 8 March 2010: 6-7 February 2010: 2 Nov 2009: 6 Aug 2008: 4 Aug 2008: 10 Jul 2008: Feb 2008: 21 Jan 2008: 3 September: 14 August: 16 April: 25 September: 25 September: 11 July 2006: 10 July 2006: June 1st 2006: |