[asterisk-users] Voicemail argument size limit

2006-11-13 Thread Donald Stahl
I'm trying to implement a voicemail distribution list using asterisk and I've hit a bump. I've got an agi script that parses voicemail.conf and generates a list of voicemail boxes to use as an argument to the voicemail() function. The problem is that the argument exceeds 256 characters (100

Re: [asterisk-users] Voicemail argument size limit

2006-11-13 Thread Doug Lytle
Donald Stahl wrote: I'm trying to implement a voicemail distribution list using asterisk and I've hit a bump. I've got an agi script that parses voicemail.conf and generates a list of voicemail boxes to use as an argument to the voicemail() function. Generate in groups of 50 and loop it

Re: [asterisk-users] Voicemail argument size limit

2006-11-13 Thread Donald Stahl
I'm trying to implement a voicemail distribution list using asterisk and I've hit a bump. I've got an agi script that parses voicemail.conf and generates a list of voicemail boxes to use as an argument to the voicemail() function. Generate in groups of 50 and loop it until you have them all?

Re: [asterisk-users] Voicemail argument size limit

2006-11-13 Thread Doug Lytle
Donald Stahl wrote: Define Generate. Right now I Answer and then send them into the voicemail function with the list of mailboxes. How would I go about first recording the message and _then_ sending it to voicemail in a loop, 50 at a time? If there is a function I missed or am unaware of

Re: [asterisk-users] Voicemail argument size limit

2006-11-13 Thread Donald Stahl
Right now I Answer and then send them into the voicemail function with the list of mailboxes. How would I go about first recording the message and _then_ sending it to voicemail in a loop, 50 at a time? If there is a function I missed or am unaware of please let me know. I was not clear on

Re: [asterisk-users] Voicemail argument size limit

2006-11-13 Thread Doug Lytle
Donald Stahl wrote: Right now I Answer and then send them into the voicemail function with the list of mailboxes. How would I go about first recording the message and _then_ sending it to voicemail in a loop, 50 at a time? If there is a function I missed or am unaware of please let me know.

Re: [asterisk-users] Voicemail argument size limit

2006-11-13 Thread Donald Stahl
I'm happy to alter my AGI file in any way that will allow this to function. If you can suggest a means of getting this to work please let me know. I would suggest that you follow your original thought of using the file system. You can turn on the phone's MWI by touching the msg.txt file My