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.

Robert Goodyear wrote:

On Jun 9, 2005, at 7:33 AM, Chris Stinson wrote:

Here's what it looks like Robert

-- Executing VoiceMail("SIP/6153245827-0a2e", "[EMAIL PROTECTED]&[EMAIL PROTECTED]&[EMAIL PROTECTED]&[EMAIL PROTECTED]&[EMAIL PROTECTED]&[EMAIL PROTECTED]&[EMAIL PROTECTED]& [EMAIL PROTECTED]&[EMAIL PROTECTED]&[EMAIL PROTECTED]&[EMAIL PROTECTED]&[EMAIL PROTECTED]&[EMAIL PROTECTED]&[EMAIL PROTECTED]&8 [EMAIL PROTECTED]&[EMAIL PROTECTED]&[EMAIL PROTECTED]&[EMAIL PROTECTED]&[EMAIL PROTECTED]&83 [EMAIL PROTECTED]&[EMAIL PROTECTED]&[EMAIL PROTECTED]&[EMAIL PROTECTED]&[EMAIL PROTECTED]&840 @mcdstores&[EMAIL PROTECTED]&[EMAIL PROTECTED]&[EMAIL PROTECTED]&[EMAIL PROTECTED]&845@ mcdstores&[EMAIL PROTECTED]@mcdstores") in new stack
    -- Playing 'vm-intro' (language 'en')
    -- SIP/6153245805-d694 answered SIP/207.65.117.4-bf434468


Do you think there's any coincidence that exten 838, where you indicate the last vm is copied to, falls right around character 256 of that argument?

I would experiment by temporarily shortening the contexts to q (for headquarters) and s (for stores) and trying again. That would shorten the argument you're sending to the vm app considerably and would give proof if this is or isn't the issue.

Let me know... I'm very curious now!

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

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

--
-----

Chris Stinson
Network Operations Center
ISDN-Net, Inc.
615-221-4200 x103
[EMAIL PROTECTED]
_______________________________________________
Asterisk-Users mailing list
[email protected]
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