[Asterisk-Users] Outgoing spool file ignored

Jean-Denis Girard jd.girard at sysnux.pf
Mon May 16 14:54:04 MST 2005


Andres Paglayan a écrit :
> 
> File::copy does copy, it re-writes the file,
> you need to move it.
> so when the the pointer is placed the file is already there.

Well from File::Copy man page, about the move() function:
"If possible, move() will simply rename the file."
I thought it was the case on Linux, but I'll probably change to 
system(mv ...) just to be sure.

Thanks for all the replies.
Jean-Denis




More information about the asterisk-users mailing list