Re: [Astlinux-users] system writing files on tmp directory

2009-05-02 Thread Tom Lynn
Have you posed your question on the asterisk users mail list? Have you checked the change logs from your old version of asterisk up to current? Somewhere there is documentation that explains the changes that took place. You just have to track it down. 2009/5/2 Noël Nachtegael > thank you for t

Re: [Astlinux-users] system writing files on tmp directory

2009-05-02 Thread Noël Nachtegael
thank you for this answer. If this is the situation, what can I do execpt staying with the 0.6.2 version of astlinux? Am I alone in this case? Is nobody else using the system echo function to create callback files? noël Darrick Hartman wrote: > Noël Nachtegael wrote: > >> thank you for the an

Re: [Astlinux-users] system writing files on tmp directory

2009-05-02 Thread Darrick Hartman
Noël Nachtegael wrote: > thank you for the answers. > > I tried > ... > exten => ,n,Hangup() > exten => h,1,NoOp(appel entrant ${CALLERID(num)} vers canal h) > ;ajouter le 00 dans le numéro de l'appelant > exten => h,n,Set(CALLERID(num) = 00${CALLERID(num)}) > exten => h,n,System(echo channel:

Re: [Astlinux-users] system writing files on tmp directory

2009-05-02 Thread Noël Nachtegael
thank you for the answers. I tried ... exten => ,n,Hangup() exten => h,1,NoOp(appel entrant ${CALLERID(num)} vers canal h) ;ajouter le 00 dans le numéro de l'appelant exten => h,n,Set(CALLERID(num) = 00${CALLERID(num)}) exten => h,n,System(echo channel: SIP/mycontext-out/${CALLERID(num)} > /tm