<div dir="ltr">Hi,<br><br>I've read <a href="http://www.voip-info.org">www.voip-info.org</a> but couldn't find the answer I'm after.<br><br>In diaplan, how can you know the technology and channel of an incoming call ?<br>
I was thinking of something like :<br><br>[incoming]<br>exten => _XXXX,1,Set(CALLERID(num)=00${CALLERIDNUM})<br>exten => _XXXX,2,NoOp(This call comes from ${CHANNELTYPE})<br>exten => _XXXX,3,NoOp(This call comes from ${CHANNELNO})<br>
exten => _XXXX,4,NoOp(Said differently this call comes from ${CHANNELTYPE}/${CHANNELNO})<br><br><br>My ultimate goal is to have this working with Zaptel channels (from a bristuffed Asterisk).<br><br>Regards<br><br><br>
</div>