[prev in list] [next in list] [prev in thread] [next in thread] 

List:       asterisk-ss7
Subject:    Re: [asterisk-ss7] No audio with CON message
From:       Attila Domjan <attila.domjan.hu () gmail ! com>
Date:       2013-02-21 17:01:06
Message-ID: CAK1Mao3HFzuZwTYe7rZ6wHD10GOvmb5JGrvd1wRFOa-t3hD5zA () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi
check in chand_dahdi.c

exists or not:
 p->proceeding = 1;
p->dialing = 0;

in ss7_linkset()

after:
case ISUP_EVENT_CON:
case ISUP_EVENT_ANM:

if (chanpos < 0) { /* Never will be true */
                                        ast_log(LOG_WARNING, "ANM/CON on
unconfigured CIC %d PC %d\n", cic, (e->e == ISUP_EVENT_ANM) ? e->anm.opc :
e->con.opc);
                                        isup_free_call(ss7, (e->e ==
ISUP_EVENT_ANM) ? e->anm.call : e->con.call);
                                        break;
                                } else {
                                        p = linkset->pvts[chanpos];
                                        ast_mutex_lock(&p->lock);
                                        p->proceeding = 1;
                                        p->dialing = 0;

Regards,
Attila


2013/2/21 bipin singh <bipinraghuvanshi@gmail.com>

> Hi try without SIP user or IVR calls.
>
>
> On Thu, Feb 14, 2013 at 7:48 PM, Attila Domjan <attila.domjan.hu@gmail.com
> > wrote:
>
>> Just curious. Moved all of our SS7 interconnects to SIP.
>>
>> On Thu, 2013-02-14 at 16:15 +0200, Kaloyan Kovachev wrote:
>> > I am so glad to see you back Domjan
>> >
>> > On Thu, 14 Feb 2013 14:39:37 +0100, Attila Domjan
>> > <attila.domjan.hu@gmail.com> wrote:
>> > > Its an very old and fixed bug.
>> > > We talked about it many times in this list.
>> > >
>> >
>> >
>> > --
>> > _____________________________________________________________________
>> > -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>> >
>> > asterisk-ss7 mailing list
>> > To UNSUBSCRIBE or update options visit:
>> >    http://lists.digium.com/mailman/listinfo/asterisk-ss7
>>
>>
>>
>> --
>> _____________________________________________________________________
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>
>> asterisk-ss7 mailing list
>> To UNSUBSCRIBE or update options visit:
>>    http://lists.digium.com/mailman/listinfo/asterisk-ss7
>>
>
>
>
> --
> BIPIN RAGHUVANSHI
> OPERATION HEAD
> ASTERISK (DEVELOPMENT AND RESEARCH)
> WWW.EHORIZONS.IN
> bipinraghuvanshi@gmail.com
> bipin.singh@ehorizons.in
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-ss7 mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-ss7
>

[Attachment #5 (text/html)]

<div dir="ltr">Hi <div style>check in chand_dahdi.c</div><div style><br></div><div \
style><div style>exists or not:</div><div> p-&gt;proceeding = \
1;</div><div>p-&gt;dialing = 0;</div><div><br></div><div style>in ss7_linkset()</div> \
<div style><br></div><div style>after:</div></div><div style><div>case \
ISUP_EVENT_CON:</div><div>case ISUP_EVENT_ANM:</div><div><br></div></div><div \
style><div>if (chanpos &lt; 0) { /* Never will be true */</div><div><span class="" \
style="white-space:pre">	</span>                                        \
ast_log(LOG_WARNING, &quot;ANM/CON on unconfigured CIC %d PC %d\n&quot;, cic, \
(e-&gt;e == ISUP_EVENT_ANM) ? e-&gt;anm.opc : e-&gt;con.opc);</div> <div><span \
class="" style="white-space:pre">	</span>                                        \
isup_free_call(ss7, (e-&gt;e == ISUP_EVENT_ANM) ? e-&gt;anm.call : \
e-&gt;con.call);</div><div><span class="" style="white-space:pre">	</span>            \
break;</div> <div><span class="" style="white-space:pre">	</span>                     \
} else {</div><div><span class="" style="white-space:pre">	</span>                    \
p = linkset-&gt;pvts[chanpos];</div> <div><span class="" \
style="white-space:pre">	</span>                                        \
ast_mutex_lock(&amp;p-&gt;lock);</div><div><span class="" \
style="white-space:pre">	</span>                                        \
p-&gt;proceeding = 1;</div> <div><span class="" style="white-space:pre">	</span>      \
p-&gt;dialing = 0;</div><div><br></div><div style>Regards,</div><div \
style>Attila</div></div></div><div class="gmail_extra"><br><br> <div \
class="gmail_quote">2013/2/21 bipin singh <span dir="ltr">&lt;<a \
href="mailto:bipinraghuvanshi@gmail.com" \
target="_blank">bipinraghuvanshi@gmail.com</a>&gt;</span><br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"> Hi try without SIP user or IVR calls.<div \
class="HOEnZb"><div class="h5"><br><br><div class="gmail_quote">On Thu, Feb 14, 2013 \
at 7:48 PM, Attila Domjan <span dir="ltr">&lt;<a \
href="mailto:attila.domjan.hu@gmail.com" \
target="_blank">attila.domjan.hu@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">Just curious. Moved all of our SS7 interconnects to SIP.<br> \
<div><div><br> On Thu, 2013-02-14 at 16:15 +0200, Kaloyan Kovachev wrote:<br>
&gt; I am so glad to see you back Domjan<br>
&gt;<br>
&gt; On Thu, 14 Feb 2013 14:39:37 +0100, Attila Domjan<br>
&gt; &lt;<a href="mailto:attila.domjan.hu@gmail.com" \
target="_blank">attila.domjan.hu@gmail.com</a>&gt; wrote:<br> &gt; &gt; Its an very \
old and fixed bug.<br> &gt; &gt; We talked about it many times in this list.<br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; _____________________________________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" \
target="_blank">http://www.api-digital.com</a> --<br> &gt;<br>
&gt; asterisk-ss7 mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;    <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7" \
target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br> <br>
<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" \
target="_blank">http://www.api-digital.com</a> --<br> <br>
asterisk-ss7 mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7" \
target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br> \
</div></div></blockquote></div><br><br clear="all"><br></div></div><span \
class="HOEnZb"><font color="#888888">-- <br>BIPIN RAGHUVANSHI<br>OPERATION \
HEAD<br>ASTERISK (DEVELOPMENT AND RESEARCH)  <br><a href="http://WWW.EHORIZONS.IN" \
target="_blank">WWW.EHORIZONS.IN</a><br> <a href="mailto:bipinraghuvanshi@gmail.com" \
target="_blank">bipinraghuvanshi@gmail.com</a><br> <a \
href="mailto:bipin.singh@ehorizons.in" \
target="_blank">bipin.singh@ehorizons.in</a><br> </font></span><br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" \
target="_blank">http://www.api-digital.com</a> --<br> <br>
asterisk-ss7 mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7" \
target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br></blockquote></div><br></div>




--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-ss7 mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-ss7

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic