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't use any custom .call file : system keeps replying :<br>
"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"<br><br>When I compare both dialplans using CLI dialplan show, I don't see much differences :<br>
[ Context 'local' created by 'pbx_ael' ] (in AEL-enabled)<br>[ Context 'local' created by 'pbx_config' ] (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 <692><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>