Hi, I have a server running chan_ss7 1.0.9 and it has been solid for the last 3 weeks, I have to admit that version 1.0.9 is the most stable chan_ss7 release I have tried so far. The current server has 4 E1s configured into 2 linksets, and every linkset has it's own signaling channel. I intend to add a second server to the configuration running another 4 E1s, however the new server much share the signaling channels with the current server. To my understanding this (sharing signaling channels across several asterisk servers) can be done in chan_ss7 1.0.9 however I have not seen an example of such configuration. Also to my understanding the sharing of signaling across severs needs the MTP3d daemon to run of specific TCP port on one server, I do not know of a configuration file where I can specify the port for the MTP3d to listen on. So assuming that I have 2 asterisk servers, one with 2 signaling links, and the second server should share the 2 signaling links of the first server what should I write in the ss7.conf file, and how can specify which port the mpt3d is listening on? should it something like that: [linkset-SC1] enabled => yes enable_st => no use_connect => no hunting_policy => seq_lth subservice => auto context => ss7 language => en t35 => 15000,timeout [linkset-SC2] enabled => yes enable_st => no use_connect => no hunting_policy => seq_lth subservice => auto context => ss7 language => en t35 => 15000,timeout [linkset-SC11] enabled => yes enable_st => no use_connect => no hunting_policy => seq_lth subservice => auto context => ss7 language => en t35 => 15000,timeout [linkset-SC12] enabled => yes enable_st => no use_connect => no hunting_policy => seq_lth subservice => auto context => ss7 language => en t35 => 15000,timeout [link-l1] linkset => SC1 channels => 1-15,17-31 schannel => 16 firstcic => 1 echocancel=always echocan_taps=32 echocan_train=350 enabled => yes [link-l2] linkset => SC1 channels => 1-15,17-31 schannel => firstcic => 65 echocancel=always echocan_taps=32 echocan_train=350 enabled => yes [link-l3] linkset => SC2 channels => 1-15,17-31 schannel => 16 firstcic => 1 echocancel=always echocan_taps=32 enabled => yes [link-l4] linkset => SC2 channels => 1-15,17-31 schannel => firstcic => 33 echocancel=always echocan_taps=32 enabled => yes [link-l11] linkset => SC11 channels => 1-15,17-31 schannel => 16,C7-server-1:30000 firstcic => 1 echocancel=allways echocan_taps=32 echocan_train=350 enabled => yes [link-l12] linkset => SC11 channels => 1-15,17-31 schannel => firstcic => 65 echocancel=always echocan_taps=32 echocan_train=350 enabled => yes [link-l13] linkset => SC12 channels => 1-15,17-31 schannel => 16,C7-server-1:30000 firstcic => 1 echocancel=always echocan_taps=32 enabled => yes [link-l14] linkset => SC12 channels => 1-15,17-31 schannel => firstcic => 33 echocancel=always echocan_taps=32 enabled => yes [host-C7-server-1] enabled => yes default_linkset => SC1 opc => 6111 dpc => SC1:6174,MSC2:6173 links => l1:1,l2:2,l3:3,l4:4 if-1 =>10.0.0.20 [host-C7-server-2] enabled => yes default_linkset => SC11 opc => 6111 dpc => SC1:6174,MSC2:6173 links => l11:1,l12:2,l13:3,l14:4 if-1 =>10.0.0.30 I feel there is something wrong in the above, or that there is something missing or ambiguous, can someone please help me with the configuration of such setting. your help is much appreciated, Thank you and best regards, Antoine Megalla. ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ