Well, since I don't know jack about programming I will try to cut it down some :)

Robert Goodyear wrote:

On Jun 9, 2005, at 2:55 PM, Robert Goodyear wrote:


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.



In the spirit of the aforementioned mucking around, it feels like BASEMAXINLINE might be the culprit. I am NOT a C guy, but just looking at it and then where BASEMAXINLINE is called (linked list of users) looks like it might pay off. Try messing with that constant and see what blows up :-)

-Rob.



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
_______________________________________________
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