<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>The situation is that I want to have certain 
extensions that can only call nationwide and others that can&nbsp;make 
international&nbsp;calls&nbsp;(with a different provider). I suppose, you could 
also see this as a scenario that could involve&nbsp;multiple 
internal&nbsp;extensions that get matched to specific outbound 
trunks.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have tried to find appropriate commands in the 
Asterisk documentation, but could find nothing so far that would help me to find 
an answer for this problem. Could one potential solution involve the following? 
(not sure if this is the correct way to do it):</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><!--StartFragment --><PRE>exten =&gt; _9XXXXXXXXXX,1,Goto(catchallvoip|BYEXTENSION|2)</PRE><PRE>exten =&gt; _9XXXXXXXXXX,1,Goto(thisEXTdialsadiffplan|304|1)</PRE><PRE>&nbsp;</PRE><PRE><FONT face=Arial size=2>...where [catchallvoip] and [thisEXTdialsadiffplan] are defined trunks for outbound calling. The above is not meant to be specific to international calling, but instead uses one of two defined trunks for nationwide calling according to the extension that initiates the call. The priority '1' for the extension-specific outbound plan makes sure that the restricted EXTs are checked first, if the EXT that tries to initiate the call is not part of those listed, then the international call proceeds using the 'catchallvoip' trunk. Does this sound reasonable or can the Goto cmd not be used to switch contexts for outbound calling rules by extensions?</FONT></PRE><PRE><FONT face=Arial size=2></FONT>&nbsp;</PRE><PRE><FONT face=Arial size=2>Thanks in advance for any insights!</FONT></PRE><PRE><FONT face=Arial size=2>-Sebastian</FONT></PRE></DIV></BODY></HTML>