Re: [asterisk-users] pulling my hair out over voicemail

2008-02-08 Thread Mojo with Horan Company, LLC
Don't forget to 1000,1,Answer the call Moj John Von Essen wrote: Ok, I have spent all night trying to figure this out, and hopefully somebody has a similar experience. I have a very basic asterisk config. Sample configs, with the only addition being by SIP phone, and my incoming voip. Last

Re: [asterisk-users] pulling my hair out over voicemail

2008-02-01 Thread John Von Essen
Ok, I have made some progress debugging this. I dont believe it has anything to do with asterisk or my phone. Rather I think it is an issues with STUN and/or my Linksys router at home. The phones I am testing all sit behind a NAT'd firewall, your basic Linksys router for the Home DSL user.

Re: [asterisk-users] pulling my hair out over voicemail

2008-01-31 Thread Andrew Joakimsen
On Jan 31, 2008 12:30 AM, John Von Essen [EMAIL PROTECTED] wrote: Any ideas what could be going on? I tried tweaking the extension 1000 so it looks like: Maybe the SIP config is wrong? Where 6000 is my mailbox. But still nothing, when I dial 1000, it just goes silent. Can you places

Re: [asterisk-users] pulling my hair out over voicemail

2008-01-31 Thread Drew Gibson
John Von Essen wrote: Any ideas what could be going on? I tried tweaking the extension 1000 so it looks like: exten = 1000,3,VoicemailMain,s6000 It may be your syntax, try :- exten = 1000,3,VoicemailMain(6000|s) regards, Drew -- Drew Gibson Systems Administrator OANDA Corporation

Re: [asterisk-users] pulling my hair out over voicemail

2008-01-31 Thread Shane D
Try this: exten = 1000,1,Answer() exten = 1000,2,Wait(2) exten = 1000,3,VoiceMailMain() You do not specify the mailbox number in the call to the application. You only specify the number to VoiceMail() HTH, Shane On 1/31/08, Drew Gibson [EMAIL PROTECTED] wrote: John Von Essen wrote: Any ideas

Re: [asterisk-users] pulling my hair out over voicemail

2008-01-31 Thread John Millican
Shane D wrote: Try this: exten = 1000,1,Answer() exten = 1000,2,Wait(2) exten = 1000,3,VoiceMailMain() You do not specify the mailbox number in the call to the application. You only specify the number to VoiceMail() HTH, Shane On 1/31/08, Drew Gibson [EMAIL PROTECTED] wrote: John

Re: [asterisk-users] pulling my hair out over voicemail

2008-01-31 Thread Shane D
Okay, What I ment was you don't have to. On 1/31/08, John Millican [EMAIL PROTECTED] wrote: Shane D wrote: Try this: exten = 1000,1,Answer() exten = 1000,2,Wait(2) exten = 1000,3,VoiceMailMain() You do not specify the mailbox number in the call to the application. You only specify

Re: [asterisk-users] pulling my hair out over voicemail

2008-01-31 Thread John Von Essen
Here are my configs: sip.conf: [general] context=default bindport=5060 bindaddr=0.0.0.0 disallow=all allow=ulaw [6000] type=friend secret=letmein host=dynamic dtmfmode=rfc2833 mailbox=6000 context=default extensions.conf: [default] exten = 1000,1,Ringing exten = 1000,2,Wait(2) exten =

Re: [asterisk-users] pulling my hair out over voicemail

2008-01-31 Thread Doug Lytle
John Von Essen wrote: Here are my configs: [6000] type=friend secret=letmein host=dynamic dtmfmode=rfc2833 mailbox=6000 I believe you need to include a context on your mailbox line, such as [EMAIL PROTECTED] Doug -- Ben Franklin quote: Those who would give up Essential

Re: [asterisk-users] pulling my hair out over voicemail

2008-01-31 Thread Shane D
Very odd. Could you try taking the mailbox line out of sip.conf and see what happens? On 1/31/08, John Von Essen [EMAIL PROTECTED] wrote: Here are my configs: sip.conf: [general] context=default bindport=5060 bindaddr=0.0.0.0 disallow=all allow=ulaw [6000] type=friend

Re: [asterisk-users] pulling my hair out over voicemail

2008-01-31 Thread Edwin Lam
John Von Essen wrote: Here are my configs: sip.conf: [general] context=default bindport=5060 bindaddr=0.0.0.0 disallow=all allow=ulaw [6000] type=friend secret=letmein host=dynamic dtmfmode=rfc2833 mailbox=6000 context=default extensions.conf: [default] exten =

[asterisk-users] pulling my hair out over voicemail

2008-01-30 Thread John Von Essen
Ok, I have spent all night trying to figure this out, and hopefully somebody has a similar experience. I have a very basic asterisk config. Sample configs, with the only addition being by SIP phone, and my incoming voip. Last week I got everything setup, calls were working, etc.,. I cam

Re: [asterisk-users] pulling my hair out over voicemail

2008-01-30 Thread Paul Hales
You might need Voicemailmain([EMAIL PROTECTED]) PaulH On Thu, 2008-01-31 at 00:30 -0500, John Von Essen wrote: Ok, I have spent all night trying to figure this out, and hopefully somebody has a similar experience. I have a very basic asterisk config. Sample configs, with the only

Re: [asterisk-users] pulling my hair out over voicemail

2008-01-30 Thread Darryl Dunkin
21:30 To: asterisk-users@lists.digium.com Subject: [asterisk-users] pulling my hair out over voicemail Ok, I have spent all night trying to figure this out, and hopefully somebody has a similar experience. I have a very basic asterisk config. Sample configs, with the only addition being by SIP

Re: [asterisk-users] pulling my hair out over voicemail

2008-01-30 Thread Anthony Francis
John Von Essen wrote: Ok, I have spent all night trying to figure this out, and hopefully somebody has a similar experience. I have a very basic asterisk config. Sample configs, with the only addition being by SIP phone, and my incoming voip. Last week I got everything setup, calls were

Re: [asterisk-users] pulling my hair out over voicemail

2008-01-30 Thread John Von Essen
Tried it, but no change. A few updates. Even though I dont hear anything, if I hit a keys on the phone and then hang up, message log says: [Jan 30 21:26:57] WARNING[7917] app_voicemail.c: Unable to read password I enabled logging of everything, and the below is the snippet for when my

Re: [asterisk-users] pulling my hair out over voicemail

2008-01-30 Thread Darryl Dunkin
30, 2008 22:36 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] pulling my hair out over voicemail Tried it, but no change. A few updates. Even though I dont hear anything, if I hit a keys on the phone and then hang up, message log says: [Jan 30 21:26:57