> I'm creating the 1.call file in another directory > (/var/spool/asterisk/outgoing/tmp1), then moving it to the > /var/spool/asterisk/outgoing directory. I have another putty session > running on asterisk and logged into the asterisk console, but see no > activity after the file is copied in the /var/spool/asterisk/outgoing > directory.
You can't *copy* the file into the outgoing directory. You must *mv* it. Otherwise Asterisk is quite likely to try to process your call file whilst it is only half created in the directory. Steve _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
