[asterisk-ss7] No audio with CON message
Attila Domjan
attila.domjan.hu at gmail.com
Thu Feb 21 11:01:06 CST 2013
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 at gmail.com>
> Hi try without SIP user or IVR calls.
>
>
> On Thu, Feb 14, 2013 at 7:48 PM, Attila Domjan <attila.domjan.hu at 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 at 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 at gmail.com
> bipin.singh at 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-ss7/attachments/20130221/77db8250/attachment-0001.htm>
More information about the asterisk-ss7
mailing list