<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
Hi,</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
I'm considering you are using libss7 implementation, you can access CIC directly using the same syntax dahdi uses to direct access channels.</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
Syntax:</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<span class="Apple-tab-span" style="white-space:pre"></span>Dial(dahdi/2/${your_destination})</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<span class="Apple-tab-span" style="white-space:pre"></span>Dial(dahdi/15/${your_destination})</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
Pointing to dahhi channel-number directly. </div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
You must first assign "CIC numbers" ->  to "Dahdi channels" in chan_dahdi.conf</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
example chan_dahdi.conf  (parts are missing to focus on CIC mappings)</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<div>signalling=ss7</div>
<div>ss7type=itu</div>
<div>linkset=1</div>
<div>networkindicator=national</div>
<div>pointcode=0-0-1</div>
<div>adjpointcode=0-0-2</div>
<div>sigchan=24</div>
<div><br>
</div>
<div>cicbeginswith=1</div>
<div>channel=1-23  ; (Add DAHDI/1 to DAHDI/23 to linkset 1 and maps them from CIC 1 to CIC 23)</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>Here is another example:</div>
<div><br>
</div>
<div>linkset=1</div>
<div>pointcode=12251</div>
<div>defaultdpc=6332</div>
<div><br>
</div>
<div>cicbeginswith=34</div>
<div>channel=2-31</div>
<div>cicbeginswith=66</div>
<div>channel=33-62</div>
<div>cicbeginswith=98</div>
<div>channel=64-93</div>
<div><br>
</div>
<div><br>
</div>
<div>This will result:    </div>
<div><br>
</div>
<div>*CLI> ss7 show cics 1</div>
<div><br>
</div>
<div>  CIC   DPC  DAHDI        STATE   BLOCKING</div>
<div>   34  6332      2         Idle</div>
<div>   35  6332      3         Idle</div>
<div>   36  6332      4         Idle</div>
<div>   37  6332      5         Idle</div>
<div>   38  6332      6         Idle</div>
<div>   39  6332      7         Idle</div>
<div>   40  6332      8         Idle</div>
<div>   41  6332      9         Idle</div>
<div>   42  6332     10         Idle</div>
<div>   43  6332     11         Idle</div>
<div>   44  6332     12         Idle</div>
<div>   45  6332     13         Idle</div>
<div>   46  6332     14         Idle</div>
<div>   47  6332     15         Idle</div>
<div>   48  6332     16         Idle</div>
<div>   49  6332     17         Idle</div>
<div>   50  6332     18         Idle</div>
<div>   51  6332     19         Idle</div>
<div>   52  6332     20         Idle</div>
<div>   53  6332     21         Idle</div>
<div>   54  6332     22         Idle</div>
<div>   55  6332     23         Idle</div>
<div>   56  6332     24         Idle</div>
<div>   57  6332     25         Idle</div>
<div>   58  6332     26         Idle</div>
<div>   59  6332     27         Idle</div>
<div>   60  6332     28         Idle</div>
<div>   61  6332     29         Idle</div>
<div>   62  6332     30         Idle</div>
<div>   63  6332     31         Idle</div>
<div>   66  6332     33         Idle</div>
<div>   67  6332     34         Idle</div>
<div>   68  6332     35         Idle</div>
<div>   69  6332     36         Idle</div>
<div>   70  6332     37         Idle</div>
<div>   71  6332     38         Idle</div>
<div>   72  6332     39         Idle</div>
<div>   73  6332     40         Idle</div>
<div>   74  6332     41         Idle</div>
<div>   75  6332     42         Idle</div>
<div>   76  6332     43         Idle</div>
<div>   77  6332     44         Idle</div>
<div>   78  6332     45         Idle</div>
<div>   79  6332     46         Idle</div>
<div>   80  6332     47         Idle</div>
<div>   81  6332     48         Idle</div>
<div>   82  6332     49         Idle</div>
<div>   83  6332     50         Idle</div>
<div>   84  6332     51         Idle</div>
<div>   85  6332     52         Idle</div>
<div>   86  6332     53         Idle</div>
<div>   87  6332     54         Idle</div>
<div>   88  6332     55         Idle</div>
<div>   89  6332     56         Idle</div>
<div>   90  6332     57         Idle</div>
<div>   91  6332     58         Idle</div>
<div>   92  6332     59         Idle</div>
<div>   93  6332     60         Idle</div>
<div>   </div>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
[ Dial dahdi/3 and you will be using CIC 35 ]</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div><font face="Calibri,sans-serif">Examples above are from this list (about 3 years ago). Currently I don't know about SS7 implementation on recent asterisk versions, and maybe something could be changed.</font></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
For past versions based on libss7 , you can use like this. </div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
Hope the information helps. </div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
What asterisk version and ss7 based implementation are you using? </div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
Regards,</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
Rafael Prado </div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
 </div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<div id="MAC_OUTLOOK_SIGNATURE"></div>
</div>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<span id="OLK_SRC_BODY_SECTION" style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<div style="font-family:Calibri; font-size:12pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">De: </span><<a href="mailto:asterisk-ss7-bounces@lists.digium.com">asterisk-ss7-bounces@lists.digium.com</a>> em nome de Mehdi Shirazi <<a href="mailto:mahdi_shirazi@yahoo.com">mahdi_shirazi@yahoo.com</a>><br>
<span style="font-weight:bold">Responder para: </span>Mehdi Shirazi <<a href="mailto:mahdi_shirazi@yahoo.com">mahdi_shirazi@yahoo.com</a>>, "<a href="mailto:asterisk-ss7@lists.digium.com">asterisk-ss7@lists.digium.com</a>" <<a href="mailto:asterisk-ss7@lists.digium.com">asterisk-ss7@lists.digium.com</a>><br>
<span style="font-weight:bold">Data: </span>quarta-feira, 13 de julho de 2016 20:09<br>
<span style="font-weight:bold">Para: </span>"<a href="mailto:asterisk-ss7@lists.digium.com">asterisk-ss7@lists.digium.com</a>" <<a href="mailto:asterisk-ss7@lists.digium.com">asterisk-ss7@lists.digium.com</a>><br>
<span style="font-weight:bold">Assunto: </span>[asterisk-ss7] Force out-bond call to specific CIC<br>
</div>
<div><br>
</div>
<div>
<div>
<div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:24px">
<div id="yui_3_16_0_ym19_1_1468450909547_3842">Hi</div>
<div dir="ltr" id="yui_3_16_0_ym19_1_1468450909547_3965">How is it possible to use Dial application to force out-bond call use "specified channel" number in one E1 or specified CIC (SS7) ?
<br>
</div>
<div id="yui_3_16_0_ym19_1_1468450909547_3966" dir="ltr"><br>
</div>
<div id="yui_3_16_0_ym19_1_1468450909547_3974" dir="ltr">Regards</div>
<div id="yui_3_16_0_ym19_1_1468450909547_3975" dir="ltr">M.Shirazi<br>
</div>
</div>
</div>
</div>
</span>
</body>
</html>