<div dir="ltr">Hi all.<br><br>I have voipfone trunked to freeswitch. Everything works fine. But now I&#39;ve bought another number from the same provider. <br>The call comes in but executes the same IVR at 1234. How do I change the dialplan that the call executes different IVR depending on the number dialed.<br><br>here is the gateway conf:<div><span style="color:rgb(68,68,68);font-family:Monaco,&#39;Courier New&#39;,monospace;font-size:11px;line-height:16.7999992370605px;background-color:rgb(250,250,250)">&lt;include&gt;</span><br style="margin:0px;padding:0px;color:rgb(68,68,68);font-family:Monaco,&#39;Courier New&#39;,monospace;font-size:11px;line-height:16.7999992370605px"><span style="color:rgb(68,68,68);font-family:Monaco,&#39;Courier New&#39;,monospace;font-size:11px;line-height:16.7999992370605px;background-color:rgb(250,250,250)">  &lt;gateway name=&quot;voipfone&quot;&gt;</span><br style="margin:0px;padding:0px;color:rgb(68,68,68);font-family:Monaco,&#39;Courier New&#39;,monospace;font-size:11px;line-height:16.7999992370605px"><span style="color:rgb(68,68,68);font-family:Monaco,&#39;Courier New&#39;,monospace;font-size:11px;line-height:16.7999992370605px;background-color:rgb(250,250,250)">    &lt;param name=&quot;username&quot; value=&quot;XXXXX&quot;/&gt;</span><br style="margin:0px;padding:0px;color:rgb(68,68,68);font-family:Monaco,&#39;Courier New&#39;,monospace;font-size:11px;line-height:16.7999992370605px"><span style="color:rgb(68,68,68);font-family:Monaco,&#39;Courier New&#39;,monospace;font-size:11px;line-height:16.7999992370605px;background-color:rgb(250,250,250)">    &lt;param name=&quot;realm&quot; value=&quot;<a href="http://sip.voipfone.net">sip.voipfone.net</a>&quot;/&gt;</span><br style="margin:0px;padding:0px;color:rgb(68,68,68);font-family:Monaco,&#39;Courier New&#39;,monospace;font-size:11px;line-height:16.7999992370605px"><span style="color:rgb(68,68,68);font-family:Monaco,&#39;Courier New&#39;,monospace;font-size:11px;line-height:16.7999992370605px;background-color:rgb(250,250,250)">    &lt;param name=&quot;password&quot; value=&quot;XXXXX&quot;/&gt;</span><br style="margin:0px;padding:0px;color:rgb(68,68,68);font-family:Monaco,&#39;Courier New&#39;,monospace;font-size:11px;line-height:16.7999992370605px"><span style="color:rgb(68,68,68);font-family:Monaco,&#39;Courier New&#39;,monospace;font-size:11px;line-height:16.7999992370605px;background-color:rgb(250,250,250)">    &lt;param name=&quot;extension&quot; value=&quot;1234&quot;/&gt;</span><br style="margin:0px;padding:0px;color:rgb(68,68,68);font-family:Monaco,&#39;Courier New&#39;,monospace;font-size:11px;line-height:16.7999992370605px"><span style="color:rgb(68,68,68);font-family:Monaco,&#39;Courier New&#39;,monospace;font-size:11px;line-height:16.7999992370605px;background-color:rgb(250,250,250)">    &lt;param name=&quot;expire-seconds&quot; value=&quot;60&quot;/&gt;</span><br style="margin:0px;padding:0px;color:rgb(68,68,68);font-family:Monaco,&#39;Courier New&#39;,monospace;font-size:11px;line-height:16.7999992370605px"><span style="color:rgb(68,68,68);font-family:Monaco,&#39;Courier New&#39;,monospace;font-size:11px;line-height:16.7999992370605px;background-color:rgb(250,250,250)">  &lt;/gateway&gt;</span><br style="margin:0px;padding:0px;color:rgb(68,68,68);font-family:Monaco,&#39;Courier New&#39;,monospace;font-size:11px;line-height:16.7999992370605px"><span style="color:rgb(68,68,68);font-family:Monaco,&#39;Courier New&#39;,monospace;font-size:11px;line-height:16.7999992370605px;background-color:rgb(250,250,250)">&lt;/include&gt;</span><br></div></div>