<br><br><div><span class="gmail_quote">On 3/16/07, <b class="gmail_sendername">Trevor Peirce</b> &lt;<a href="mailto:tpeirce@digitalcon.ca">tpeirce@digitalcon.ca</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;">
Mark Quitoriano wrote:<br>&gt; Hi i have an asterisk pbx with E1 port connected to another PBX. Im<br>&gt; trying to send the DNID/DNIS to the PBX here&#39;s my dialplan<br>&gt;<br>&gt; exten =&gt; 8881111111,1,Dial(ZAP/g2)
<br>&gt; exten =&gt; 8881111111,n,Hangup()<br>&gt;<br>&gt; The PBX just get the number 2 as it&#39;s DNIS when i change it to ZAP/1<br>&gt; or ZAP/g1 the PBX get the number 1. What should i add to send the<br>&gt; extension number as DNID/DNIS?
<br>&gt;<br>exten =&gt; 8881111111,1,Dial(ZAP/g2/${EXTEN})<br><br>Right now you&#39;re trying to dial the number &quot;g2&quot;, instead of using group 2.</blockquote><div><br><br>yes g2 where it means group 2 right? my DNIS setup is now working im using this config.
<br><br><br>exten =&gt; 8881111111,1,Dial(ZAP/g2/*${EXTEN}*)<br>&nbsp;</div><br></div>