You can have multiple control channels on a PRI.<br><br><div><span class="gmail_quote">On 2/18/07, <b class="gmail_sendername">Ron Fox</b> &lt;<a href="mailto:rfox@dlabs.com">rfox@dlabs.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sun, 18 Feb 2007, Matt wrote:<br><br>&gt; BTW.&nbsp;&nbsp;This seems kinda backwards.&nbsp;&nbsp;Why not just get a PRI.&nbsp;&nbsp;PRIs have all<br>&gt; the intelligence you need to do it right.<br><br>You may not have that option.&nbsp;&nbsp;For example, you want to split a T1 from a
<br>legacy PBX to 12 channels to a proprietary IVR system and 12 channels to<br>an Asterisk box.&nbsp;&nbsp;Can&#39;t do that with with PRI and a single T1 because you<br>only have one control channel.<br><br>--Ron<br>&gt;<br>&gt; On 2/18/07, Matt &lt;
<a href="mailto:mhoppes@gmail.com">mhoppes@gmail.com</a>&gt; wrote:<br>&gt; &gt;<br>&gt; &gt; Why would the card care?&nbsp;&nbsp;This would be something you&#39;d take care of in<br>&gt; &gt; your dialplan.<br>&gt; &gt;<br>&gt; &gt; On 2/18/07, Ron Fox &lt;
<a href="mailto:rfox@dlabs.com">rfox@dlabs.com</a> &gt; wrote:<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Arriving late to this discussion, sorry if this has already been<br>&gt; &gt; &gt; mentioned<br>&gt; &gt; &gt; but DNIS and ANI can be variable length without confusion if the sender
<br>&gt; &gt; &gt; uses the &quot;*&quot; DTMF tone as a delimiter. Thus sending *ANI*DNIS*<br>&gt; &gt; &gt; (pronounced<br>&gt; &gt; &gt; &quot;Star ANI Star DNIS Star&quot; allows the receiver to identify the two values
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; unambiguously and to find the trailing boundary (when the 3rd &quot;*&quot; has<br>&gt; &gt; &gt; been<br>&gt; &gt; &gt; received).<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; We have a Channelized Voice T1 from a long distance provider that is set
<br>&gt; &gt; &gt; up this way into our non-Asterisk PBX where the provider sends us ANI as<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; the full originating phone number and DNIS as the &quot;last 4 digits&quot;.&nbsp;&nbsp;So<br>&gt; &gt; &gt; the
<br>&gt; &gt; &gt; DTMF string seen by our PBX for someone calling one of our toll-free<br>&gt; &gt; &gt; numbers, say 800-123-4567, from a local phone in Hawaii, say<br>&gt; &gt; &gt; 808-555-1313,<br>&gt; &gt; &gt; would be &quot;*8085551313*4567*&quot;.&nbsp;&nbsp;The PBX parses this string and uses the
<br>&gt; &gt; &gt; last 4 digits DNIS to route the call from the T1 trunk group to the<br>&gt; &gt; &gt; proper<br>&gt; &gt; &gt; internal extension or hunt group.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Do Asterisk and Digium or Sangoma T1/E1 cards know about delimited ANI
<br>&gt; &gt; &gt; and<br>&gt; &gt; &gt; DNIS?<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; --Ron<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; On Sun, 18 Feb 2007, Eric &quot;ManxPower&quot; Wieling wrote:<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; It will do so automatically if it is working.&nbsp;&nbsp;Asterisk will stuff
<br>&gt; &gt; &gt; those<br>&gt; &gt; &gt; &gt; digits into ${EXTEN}, therefore you need an exten =&gt; _XXX,1,Whatever<br>&gt; &gt; &gt; if<br>&gt; &gt; &gt; &gt; you are expecting 3 digits.<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; Until recently we had DID service from our telco on an E&amp;M Wink
<br>&gt; &gt; &gt; &gt; channelized voice T-1.&nbsp;&nbsp;The above is what we did.<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; David Ruggles wrote:<br>&gt; &gt; &gt; &gt; &gt; Yuan (and Matt),<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Thanks for the reply, I&#39;m sorry I kind of vented, I just got very
<br>&gt; &gt; &gt; frustrated<br>&gt; &gt; &gt; &gt; &gt; with trying to configure Asterisk for what (in a proprietary PBX) is<br>&gt; &gt; &gt; &gt; &gt; normally one of the easiest parts of configuration.<br>&gt; &gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt; &gt; With a wink start T1 the DNIS digits are transmitted in-band. The<br>&gt; &gt; &gt; Network<br>&gt; &gt; &gt; &gt; &gt; goes off hook, the PBX winks (goes off hook for 200ms) and then the<br>&gt; &gt; &gt; network
<br>&gt; &gt; &gt; &gt; &gt; sends DNIS (and ANI if used) as DTMF tones, after the PBX gets the<br>&gt; &gt; &gt; tones it<br>&gt; &gt; &gt; &gt; &gt; answers the call (goes off hook). So you would tell the PBX to look<br>
&gt; &gt; &gt; for x<br>&gt; &gt; &gt; &gt; &gt; number of digits and then after getting that number of digits it<br>&gt; &gt; &gt; will answer<br>&gt; &gt; &gt; &gt; &gt; the call. I have the Sangoma A101 configured for wink start, but I
<br>&gt; &gt; &gt; can&#39;t<br>&gt; &gt; &gt; &gt; &gt; find anything that says how to specify the number DNIS digits to<br>&gt; &gt; &gt; expect. If<br>&gt; &gt; &gt; &gt; &gt; the PBX answers the call instead of just winking, the DTMF tones
<br>&gt; &gt; &gt; will be<br>&gt; &gt; &gt; &gt; &gt; transmitted during the call which is what seems to be happening<br>&gt; &gt; &gt; here.<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; For more specific information a good overview of the wink start
<br>&gt; &gt; &gt; process can<br>&gt; &gt; &gt; &gt; &gt; be found here:<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; <a href="http://www.cisco.com/en/US/tech/tk652/tk653/technologies_tech_note09186a0080">http://www.cisco.com/en/US/tech/tk652/tk653/technologies_tech_note09186a0080
</a><br>&gt; &gt; &gt; &gt; &gt; 1123bb.shtml#topic2a<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Can anyone tell me how to configure Asterisk to pickup the DNIS<br>&gt; &gt; &gt; digits off a
<br>&gt; &gt; &gt; &gt; &gt; wink start T1?<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Thanks,<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; David Ruggles<br>&gt; &gt; &gt; &gt; &gt; CCNA MCSE (NT) CNA A+
<br>&gt; &gt; &gt; &gt; &gt; Network Engineer&nbsp;&nbsp;&nbsp;&nbsp;Safe Data, Inc.<br>&gt; &gt; &gt; &gt; &gt; (910) 285-7200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:david@safedatausa.com">david@safedatausa.com</a><br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; -----Original Message-----<br>&gt; &gt; &gt; &gt; &gt; From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a><br>
&gt; &gt; &gt; &gt; &gt; [mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>] On Behalf Of Yuan<br>&gt; &gt; &gt; LIU<br>&gt; &gt; &gt; &gt; &gt; Sent: Friday, February 16, 2007 5:57 PM
<br>&gt; &gt; &gt; &gt; &gt; To: <a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a><br>&gt; &gt; &gt; &gt; &gt; Subject: RE: [asterisk-users] Does Asterisk support DNIS?<br>&gt; &gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt; &gt; Matt already replied to your other posting of similar content.&nbsp;&nbsp;I&#39;m<br>&gt; &gt; &gt; also a<br>&gt; &gt; &gt; &gt; &gt; bit confused.&nbsp;&nbsp;Do you mean you have observed that Asterisk is<br>&gt; &gt; &gt; brought into
<br>&gt; &gt; &gt; &gt; &gt; the intended context, but start to react to digits in DNIS one after<br>&gt; &gt; &gt; &gt; &gt; another?&nbsp;&nbsp;If so, can you estimate the interval Asterisk stays in<br>&gt; &gt; &gt; each<br>&gt; &gt; &gt; &gt; &gt; extension?
<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; If this is true, it seems to suggest that your provider is sending<br>&gt; &gt; &gt; DNIS as a<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; DTMF string after Asterisk has answered the call.&nbsp;&nbsp;Isn&#39;t this a bit
<br>&gt; &gt; &gt; weird?<br>&gt; &gt; &gt; &gt; &gt; What does the card&#39;s manual say about DNIS (with wink start)?<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Yuan Liu<br><br>_______________________________________________
<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>