Hi,<br><br>Thank you very much . Your patch is working nicely :-) . Now it does not getting crash .<br>I need some example "ss7.conf" ... Could you please provide some docs/example for the scenario .<br><br>Thanks once again .
<br><br>Best Regards,<br><br>..Tusar..<br><br><br><div class="gmail_quote">On Jan 14, 2008 4:10 PM, Anders Baekgaard <<a href="mailto:ab@dicea.dk">ab@dicea.dk</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Try this patch:<br><br>--- config.c (revision 211)<br>+++ config.c (working copy)<br>@@ -210,7 +210,7 @@<br> language = v->value;<br> has_language = 1;<br> } else if(0 == strcasecmp(v->name, "combined")) {
<br>- strcpy(linkset->combined, v->value);<br>+ linkset->combined = strdup(v->value);<br> }<br> else if(0 == strcasecmp(v->name, "hunting_policy")) {<br> if(0 == strcasecmp(v->value, "odd_lru")) {
<br><br><br>Best regards<br><font color="#888888">Anders Baekgaard<br></font><div><div></div><div class="Wj3C7c"><br><br>On Sunday 13 January 2008 08:07:09 Tusar wrote:<br>> Hi,<br>><br>> I am trying to configure chan_ss7 where I got only one signaling link for
<br>> multiple bearer link<br>> and want to run with different asterisk box where signaling link will be<br>> the same.<br>><br>> | Telco -- Signaling Link (1) -- AsteriskBox(1) [<a href="http://192.168.0.10" target="_blank">
192.168.0.10</a>]<br>><br>> -|<br>><br>> | Telco --\<br>><br>> Bearer Link(7) -- AsteriskBox(2) [<a href="http://192.168.0.11" target="_blank">192.168.0.11</a>]<br>><br>> I tried with these example ..
<br>> "<br>> [linkset-A]<br>> loadshare = combined<br>> combined = set-AB<br>> ...<br>> [linkset-B]<br>> loadshare = combined<br>> combined = set-AB<br>> ..<br>> [link-l1]<br>> schannel => 16,hostA:12000
<br>> "<br>> But if I set "combined = ??" and run the "mtp3d" , Asterisk/mtp3d getting<br>> "Segmentation Fault" .<br>><br>> Asterisk-1.4.17<br>> CentOS-4.6<br>> gcc-3.4.6-9
<br>><br>><br>> Is there any example for "ss7.conf" with some explanation for the above<br>> scenario ?<br>><br>> Thanks in advanced .<br>><br>> Best Regards,<br>> ..Tusar..<br><br><br>
</div></div></blockquote></div>