VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
wacker at octothorp.org Guest
|
Posted: Fri Feb 08, 2008 7:21 pm Post subject: [asterisk-users] Sending a message from inside voicemailmain |
|
|
As far back as I can remember in 1.4, the option of sending a VM from
voicemailmain (3-5 or 3-5-1), depending if you could use the directory has
been broken. In the ChangeLog for 1.4.18 a bug (11735) was mentioned. I
do seem to remember that in 1.2, it wasn't possible to send a message to
ones-self. This bug fix apparently corrects that situation. Well, I
guess it would, if only it were possible to send a message to anyone.
When I try to send the message, the system silently fails, returning me to
the prompt that would be spoken after the message was successfully sent.
On the console, i get: [Feb 8 22:12:10] WARNING[19921]:
app_voicemail.c:2850 leave_voicemail: No entry in voicemail config file
for '3825' If I try to send a message to a mailbox that actually doesn't
exist, Allison tels me about it, as one would expect. I don't get the
error message on the console. I am told what file is being played, again,
as expected.
Any ideas?
--
Bill in Denver |
|
Back to top |
|
|
tilghman at mail.jeffa... Guest
|
Posted: Fri Feb 08, 2008 9:12 pm Post subject: [asterisk-users] Sending a message from inside voicemailmain |
|
|
On Friday 08 February 2008 18:21:20 William F. Acker WB2FLW +1-303-722-7209
wrote:
Quote: | As far back as I can remember in 1.4, the option of sending a VM from
voicemailmain (3-5 or 3-5-1), depending if you could use the directory has
been broken.
|
So does this work if you use the directory, if you don't use the directory, or
neither? Is the mailbox you're sending to within the same context? Are you
using the 'default' context or one of your own?
--
Tilghman |
|
Back to top |
|
|
wacker at octothorp.org Guest
|
Posted: Sat Feb 09, 2008 12:28 am Post subject: [asterisk-users] Sending a message from inside voicemailmain |
|
|
On Fri, 8 Feb 2008, Tilghman Lesher wrote:
Quote: | On Friday 08 February 2008 18:21:20 William F. Acker WB2FLW +1-303-722-7209
wrote:
Quote: | As far back as I can remember in 1.4, the option of sending a VM from
voicemailmain (3-5 or 3-5-1), depending if you could use the directory has
been broken.
|
So does this work if you use the directory, if you don't use the directory, or
neither? Is the mailbox you're sending to within the same context? Are you
using the 'default' context or one of your own?
| Hi,
Thanks for mentioning contexts. All of us are in the default
context. So I started playing around with the options pertaining to
contexts. I found that if I uncommented searchcontexts=yes, I could send
from inside. The explanation says that if the parameter is set to no,
only the default context will be searched, which should have worked for
me. By setting it to yes, I now have lots of happy users.
Thanks again.
--
Bill in Denver |
|
Back to top |
|
|
tilghman at mail.jeffa... Guest
|
Posted: Sat Feb 09, 2008 1:32 am Post subject: [asterisk-users] Sending a message from inside voicemailmain |
|
|
On Friday 08 February 2008 23:28:01 William F. Acker WB2FLW +1-303-722-7209
wrote:
Quote: | On Fri, 8 Feb 2008, Tilghman Lesher wrote:
Quote: | On Friday 08 February 2008 18:21:20 William F. Acker WB2FLW
+1-303-722-7209
wrote:
Quote: | As far back as I can remember in 1.4, the option of sending a VM from
voicemailmain (3-5 or 3-5-1), depending if you could use the directory
has been broken.
|
So does this work if you use the directory, if you don't use the
directory, or neither? Is the mailbox you're sending to within the same
context? Are you using the 'default' context or one of your own?
|
Thanks for mentioning contexts. All of us are in the default
context. So I started playing around with the options pertaining to
contexts. I found that if I uncommented searchcontexts=yes, I could send
from inside. The explanation says that if the parameter is set to no,
only the default context will be searched, which should have worked for
me. By setting it to yes, I now have lots of happy users.
|
Well, I spent a couple hours and tracked this down. Basically what was
happening was that we were passing a literal context of "(null)", which
is why the mailbox wasn't being found (that's the string that you get when
you printf a NULL). And due to this string, it took a long time to figure
out why. This is now fixed in revision 103197 for SVN 1.4.
--
Tilghman |
|
Back to top |
|
|
Guest
|
Posted: Mon Feb 11, 2008 12:55 pm Post subject: [asterisk-users] Sending a message from inside voicemailmain |
|
|
William F. Acker WB2FLW +1-303-722-7209 wrote:
Quote: | Thanks for mentioning contexts. All of us are in the default
context. So I started playing around with the options pertaining to
contexts. I found that if I uncommented searchcontexts=yes, I could send
from inside. The explanation says that if the parameter is set to no,
only the default context will be searched, which should have worked for
me. By setting it to yes, I now have lots of happy users.
Thanks again.
| Instead of searchcontexts=yes, can you put your context name on the end
of the voicemail box number? 3825 at your_context and see if that works as
well
Maybe its quicker than searchcontexts, I don't know
Moj |
|
Back to top |
|
|
tilghman at mail.jeffa... Guest
|
Posted: Mon Feb 11, 2008 6:33 pm Post subject: [asterisk-users] Sending a message from inside voicemailmain |
|
|
On Monday 11 February 2008 11:55, Mojo with Horan & Company, LLC wrote:
Quote: | William F. Acker WB2FLW +1-303-722-7209 wrote:
Quote: | Thanks for mentioning contexts. All of us are in the default
context. So I started playing around with the options pertaining to
contexts. I found that if I uncommented searchcontexts=yes, I could send
from inside. The explanation says that if the parameter is set to no,
only the default context will be searched, which should have worked for
me. By setting it to yes, I now have lots of happy users.
Thanks again.
|
Instead of searchcontexts=yes, can you put your context name on the end
of the voicemail box number? 3825 at your_context and see if that works as
well
Maybe its quicker than searchcontexts, I don't know
|
How exactly do you suggest typing the @ symbol and letter characters using
a DTMF touchpad? This was a bug, plain and simple, and it's now fixed in SVN
1.4, and it will be in 1.4.19, whenever that is released.
--
Tilghman |
|
Back to top |
|
|
Guest
|
Posted: Tue Feb 12, 2008 6:09 pm Post subject: [asterisk-users] Sending a message from inside voicemailmain |
|
|
Tilghman Lesher wrote:
Quote: | On Monday 11 February 2008 11:55, Mojo with Horan & Company, LLC wrote:
Quote: | William F. Acker WB2FLW +1-303-722-7209 wrote:
Quote: | Thanks for mentioning contexts. All of us are in the default
context. So I started playing around with the options pertaining to
contexts. I found that if I uncommented searchcontexts=yes, I could send
from inside. The explanation says that if the parameter is set to no,
only the default context will be searched, which should have worked for
me. By setting it to yes, I now have lots of happy users.
Thanks again.
| Instead of searchcontexts=yes, can you put your context name on the end
of the voicemail box number? 3825 at your_context and see if that works as
well
Maybe its quicker than searchcontexts, I don't know
|
How exactly do you suggest typing the @ symbol and letter characters using
a DTMF touchpad? This was a bug, plain and simple, and it's now fixed in SVN
1.4, and it will be in 1.4.19, whenever that is released.
|
haha Yes I'll admit that one came out a bit wrong. What I was
meaning to say was to pass the context to the Directory() application in
the dialplan, but I was thinking of Voicemail(box at context) terminology
when I typed it, not Directory(), which takes just the context.
Thanks! |
|
Back to top |
|
|
Guest
|
Posted: Tue Feb 12, 2008 6:11 pm Post subject: [asterisk-users] Sending a message from inside voicemailmain |
|
|
Tilghman Lesher wrote:
Quote: | On Monday 11 February 2008 11:55, Mojo with Horan & Company, LLC wrote:
Quote: | William F. Acker WB2FLW +1-303-722-7209 wrote:
Quote: | Thanks for mentioning contexts. All of us are in the default
context. So I started playing around with the options pertaining to
contexts. I found that if I uncommented searchcontexts=yes, I could send
from inside. The explanation says that if the parameter is set to no,
only the default context will be searched, which should have worked for
me. By setting it to yes, I now have lots of happy users.
Thanks again.
| Instead of searchcontexts=yes, can you put your context name on the end
of the voicemail box number? 3825 at your_context and see if that works as
well
Maybe its quicker than searchcontexts, I don't know
|
How exactly do you suggest typing the @ symbol and letter characters using
a DTMF touchpad? This was a bug, plain and simple, and it's now fixed in SVN
1.4, and it will be in 1.4.19, whenever that is released.
|
And now I realize that Directory REQUIRES the vm-context parameter.
/me leaves his foot where it is for a while so he just can't say anything |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|