On Jun 9, 2005, at 12:45 PM, Chris Stinson wrote:

I was told to change "in app_voicemail.c in the function vm_exec set the tmp[256] to be tmp[4096]" in an earlier replay so I did.

"static int vm_exec(struct ast_channel *chan, void *data)
{
        int res=0, silent=0, busy=0, unavail=0;
        struct localuser *u;
        char tmp[4096], *ext;"

I guess it has to be changed somewhere else. It's on 4096 right now under the vm_exec. Evidently it needs to be changed elsewhere.



Noted, but I was wondering if you could try to shorten the arguments to see if that is, in fact, the issue before mucking around with source and recompiling.

/rg



Robert Goodyear
Brand Up LLC
http://www.brand-up.com

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to