<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Thu, Oct 17, 2013 at 7:53 AM, Johan Wilfer <span dir="ltr"><<a href="mailto:lists@jttech.se" target="_blank">lists@jttech.se</a>></span> wrote:</div>
<div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
1. In asterisk can I get the channel-number of the call so I can have different logic for the different channels?<br></blockquote><div>Sure, I guess I would just create different incoming contexts for your various channels in chan_dahdi.conf. Or you could write some dialplan foo.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
2. How do I handle answer / hangup with CAS?  Will DAHDI keep this channels up, or should I query the state of the channels (how?) and bring them up myself if they are down (Dial?)<br></blockquote><div>DAHDI will interpret the CAS signalling and pass those up to userspace as hookstates. All of this should be seamless to you as an Asterisk user. The usual channel Answer() and Hangup() is all that's needed, just like on any other type of channel.</div>
<div> </div><div>Have fun</div><div><br></div></div>-- <br><div dir="ltr"><div>Russ Meyerriecks</div><div>Digium, Inc. | Linux Kernel Developer</div><div>445 Jan Davis Drive NW - Huntsville, AL 35806 - USA</div><div>direct: +1 256-428-6025</div>
<div>Check us out at: <a href="http://www.digium.com" target="_blank">www.digium.com</a> & <a href="http://www.asterisk.org" target="_blank">www.asterisk.org</a></div></div>
</div></div>