Hi folks,
I'm having problems with exec_avp because is truncating the output of the script executed. Looking at the code I see exec_avp is imposing a limit of MAX_URI_SIZE (1024) but I don't understand why. The limit should be the maximum size for an avp variable in my opinion.
Regards, G.
Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra política de envío y recepción de correo electrónico en el enlace situado más abajo. This message is intended exclusively for its addressee. We only send and receive email on the basis of the terms set out at http://www.tid.es/ES/PAGINAS/disclaimer.aspx
Hello,
On 1/27/12 9:54 AM, Gustavo Garcia Bernardo wrote:
Hi folks,
I'm having problems with exec_avp because is truncating the output of the script executed. Looking at the code I see exec_avp is imposing a limit of MAX_URI_SIZE (1024) but I don't understand why. The limit should be the maximum size for an avp variable in my opinion.
there is no imposed limit to avp value size. Perhaps at the time of development, the value of MAX_URI_SIZE for what would be returned by the script looked enough. An idea is to make it configurable, having a max limit would keep some safety in not reaching full memory by some endless output of executed app.
Cheers, Daniel