Hi Lloyd,
Here's a patch for you to try...
In /etc/e-smith/templates/etc/asterisk/extensions.conf/20-outbound at or around line 64 find
if (db_get_prop (\%selintra, 'global', "COSSTART") eq "ON") {
$OUT .= "\n\texten => _X.,1,agi(selintra,OutCos,\${EXTEN})\n\n";
}
else {
$OUT .= "\n\texten => _X.,1,agi(selintra,OutCluster,\${EXTEN})\n\n";
}
Replace it with...
if (db_get_prop (\%selintra, 'global', "COSSTART") eq "ON") {
$OUT .= "\n\texten => _XXXX.,1,agi(selintra,OutCos,\${EXTEN})\n\n";
}
else {
$OUT .= "\n\texten => _XXXX.,1,agi(selintra,OutCluster,\${EXTEN})\n\n";
}
That should refloat the boat.
Let me know how you get on with it.
Jeff