Hi,<br><br>Using a 1.4 system in which dialplan is written using extensions.conf, I can use a custom .call file.<br><br>On another system in which dialplan is written using extensions.ael, I can&#39;t use any custom .call file : system keeps replying :<br>
&quot;apply_outgoing: At least one of app or extension (or keyword message/pdu) must be specified, along with tech and dest in file /var/spool/asterisk/outgoing/toto.call&quot;<br><br>When I compare both dialplans using CLI dialplan show, I don&#39;t see much differences :<br>
[ Context &#39;local&#39; created by &#39;pbx_ael&#39; ] (in AEL-enabled)<br>[ Context &#39;local&#39; created by &#39;pbx_config&#39; ] (in non AEL-enabled)<br><br>Here is the call file (I also tried commenting out Priority):<br>
<br>Channel: SIP/700<br>CallerID: 692 &lt;692&gt;<br>MaxRetries: 1<br>WaitTime: 60<br>RetryTime: 5<br>Context: local<br>Extension: 700<br>Priority: 1<br><br><br>What shall I edit to have it working ?<br><br>Regards<br>