<br><br><div><span class="gmail_quote">On 3/16/07, <b class="gmail_sendername">Trevor Peirce</b> <<a href="mailto:tpeirce@digitalcon.ca">tpeirce@digitalcon.ca</a>> 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>> Hi i have an asterisk pbx with E1 port connected to another PBX. Im<br>> trying to send the DNID/DNIS to the PBX here's my dialplan<br>><br>> exten => 8881111111,1,Dial(ZAP/g2)
<br>> exten => 8881111111,n,Hangup()<br>><br>> The PBX just get the number 2 as it's DNIS when i change it to ZAP/1<br>> or ZAP/g1 the PBX get the number 1. What should i add to send the<br>> extension number as DNID/DNIS?
<br>><br>exten => 8881111111,1,Dial(ZAP/g2/${EXTEN})<br><br>Right now you're trying to dial the number "g2", 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 => 8881111111,1,Dial(ZAP/g2/*${EXTEN}*)<br> </div><br></div>