Hi,<br><br>Thank you very much . Your patch is working nicely :-)&nbsp; . Now it does not getting crash .<br>I need some example &quot;ss7.conf&quot; ... 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 &lt;<a href="mailto:ab@dicea.dk">ab@dicea.dk</a>&gt; 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 &nbsp; &nbsp;(revision 211)<br>+++ config.c &nbsp; &nbsp;(working copy)<br>@@ -210,7 +210,7 @@<br> &nbsp; &nbsp; &nbsp; language = v-&gt;value;<br> &nbsp; &nbsp; &nbsp; has_language = 1;<br> &nbsp; &nbsp; } else if(0 == strcasecmp(v-&gt;name, &quot;combined&quot;)) {
<br>- &nbsp; &nbsp; &nbsp;strcpy(linkset-&gt;combined, v-&gt;value);<br>+ &nbsp; &nbsp; &nbsp;linkset-&gt;combined = strdup(v-&gt;value);<br> &nbsp; &nbsp; }<br> &nbsp; &nbsp; else if(0 == strcasecmp(v-&gt;name, &quot;hunting_policy&quot;)) {<br> &nbsp; &nbsp; &nbsp; if(0 == strcasecmp(v-&gt;value, &quot;odd_lru&quot;)) {
<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>&gt; Hi,<br>&gt;<br>&gt; &nbsp;I am trying to configure chan_ss7 where I got only one signaling link for
<br>&gt; multiple bearer link<br>&gt; and want to run with different asterisk box where signaling link will be<br>&gt; the same.<br>&gt;<br>&gt; &nbsp;| Telco -- Signaling Link (1) -- AsteriskBox(1) [<a href="http://192.168.0.10" target="_blank">
192.168.0.10</a>]<br>&gt;<br>&gt; -|<br>&gt;<br>&gt; &nbsp;| Telco --\<br>&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Bearer Link(7) -- AsteriskBox(2) [<a href="http://192.168.0.11" target="_blank">192.168.0.11</a>]<br>&gt;<br>&gt; I tried with these example ..
<br>&gt; &quot;<br>&gt; [linkset-A]<br>&gt; loadshare = combined<br>&gt; combined = set-AB<br>&gt; ...<br>&gt; [linkset-B]<br>&gt; loadshare = combined<br>&gt; combined = set-AB<br>&gt; ..<br>&gt; [link-l1]<br>&gt; schannel =&gt; 16,hostA:12000
<br>&gt; &quot;<br>&gt; But if I set &quot;combined = ??&quot; and run the &quot;mtp3d&quot; , Asterisk/mtp3d getting<br>&gt; &quot;Segmentation Fault&quot; .<br>&gt;<br>&gt; Asterisk-1.4.17<br>&gt; CentOS-4.6<br>&gt; gcc-3.4.6-9
<br>&gt;<br>&gt;<br>&gt; Is there any example for &quot;ss7.conf&quot; with some explanation for the above<br>&gt; scenario ?<br>&gt;<br>&gt; Thanks in advanced .<br>&gt;<br>&gt; Best Regards,<br>&gt; ..Tusar..<br><br><br>
</div></div></blockquote></div>