<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
Matthew,<br>
<br>
I am not sure. But this fix works for me (tm).<br>
<br>
[]'s<br>
<br>
Daniel<br>
<br>
Matthew Fredrickson escreveu:
<blockquote cite="mid5369074C-78D0-44F3-85AD-494B79FE3539@digium.com"
type="cite">
<pre wrap="">It does in response to a GRA message, the acknowledgement we receive
when bringing the CICs up. Are you not receive a GRA to bring them
into service?
---
Matthew Fredrickson
Software Engineer
Digium, Inc.
On Jun 27, 2007, at 5:47 PM, Daniel Bichara wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Dear,
I noticed chan_zap.c change CIC state to inservice when receives a RSC
but it does not on GRS.
Therefore, all my CICs were Out of Service.
Attached patch to fix situation.
[]'s
Daniel
--- channels/chan_zap.c        2007-06-27 18:41:45.000000000 -0300
+++ channels/chan_zap.c.new        2007-06-27 19:38:36.000000000 -0300
@@ -8686,6 +8686,7 @@
                                }
                                p = linkset->pvts[chanpos];
                                isup_gra(ss7, e->grs.startcic, e->grs.endcic, p->dpc);
+                                ss7_inservice(linkset, e->grs.startcic, e->grs.endcic);
                                ss7_block_cics(linkset, e->grs.startcic, e->grs.endcic, NULL, 0);
                                break;
                        case ISUP_EVENT_GRA:
_______________________________________________
--Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a>--
asterisk-ss7 mailing list
To UNSUBSCRIBE or update options visit:
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-ss7">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a>
</pre>
</blockquote>
<pre wrap=""><!---->
_______________________________________________
--Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a>--
asterisk-ss7 mailing list
To UNSUBSCRIBE or update options visit:
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-ss7">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a>
</pre>
</blockquote>
<br>
</body>
</html>