[Asterisk-Users] voicemail cuts off / hangs up

Matt Hess mhess at livewirenet.com
Thu Dec 2 10:12:58 MST 2004


Is an audio card a prerequisite for using voicemail? I never saw that it 
was and such a requirement would seem absurd but I thought I'd at least ask.

Michael K. Rodriguez User wrote:

>If I am not mistaken, I believe the dial command is omitted if you do not
>have a sound card configured on your system (loaded module).
>-michael
>
>
>On 12/2/04 1:07 AM, "Matt Hess" <mhess at livewirenet.com> wrote:
>
>  
>
>>Does cvs tag v1-0 not have a dial command? I do not seem to have one..
>>    
>>
>>>dial
>>>      
>>>
>>No such command 'dial' (type 'help' for help)
>>
>>
>>
>>Henry Devito wrote:
>>
>>    
>>
>>>Ok try this
>>>
>>>Login into console
>>>Set verbose 15
>>>Dial (extension of VoiceMailMain app)
>>>Dial mailbox number
>>>Dial password
>>>Hangup
>>>
>>>Does it still die?
>>>
>>>See my example below
>>>
>>>asterisk*CLI> dial 777
>>>   -- Executing VoiceMailMain("OSS/dsp", "") in new stack
>>><< Console call has been answered >>
>>>   -- Playing 'vm-login' (language 'en')
>>>asterisk*CLI> dial 500
>>>   -- Playing 'vm-password' (language 'en')
>>>asterisk*CLI> dial 1234
>>>   -- Playing 'vm-youhave' (language 'en')
>>>   -- Playing 'digits/8' (language 'en')
>>>   -- Playing 'vm-INBOX' (language 'en')
>>>   -- Playing 'vm-messages' (language 'en')
>>>   -- Playing 'vm-onefor' (language 'en')
>>>   -- Playing 'vm-INBOX' (language 'en')
>>>   -- Playing 'vm-messages' (language 'en')
>>>asterisk*CLI> hangup
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>-----Original Message-----
>>>From: asterisk-users-bounces at lists.digium.com
>>>[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Matt Hess
>>>Sent: Wednesday, December 01, 2004 4:41 PM
>>>To: Asterisk Users Mailing List - Non-Commercial Discussion
>>>Subject: Re: [Asterisk-Users] voicemail cuts off / hangs up
>>>
>>>Test completed successfully..
>>>
>>>test dialplan:
>>>exten => 555,1,Answer
>>>exten => 555,2,Wait(2)
>>>exten => 555,3,Playback(digits/0)
>>>exten => 555,4,Playback(digits/1)
>>>exten => 555,5,Playback(digits/2)
>>>exten => 555,6,Playback(digits/3)
>>>exten => 555,7,Playback(digits/4)
>>>exten => 555,8,Playback(digits/5)
>>>exten => 555,9,Playback(digits/6)
>>>exten => 555,10,Playback(digits/7)
>>>exten => 555,11,Playback(digits/8)
>>>exten => 555,12,Playback(digits/9)
>>>exten => 555,13,Busy
>>>
>>>log:
>>>   -- Executing Answer("SIP/3036284315-31b3", "") in new stack
>>>   -- Executing Wait("SIP/3036284315-31b3", "2") in new stack
>>>   -- Executing Playback("SIP/3036284315-31b3", "digits/0") in new stack
>>>   -- Playing 'digits/0' (language 'en')
>>>   -- Executing Playback("SIP/3036284315-31b3", "digits/1") in new stack
>>>   -- Playing 'digits/1' (language 'en')
>>>   -- Executing Playback("SIP/3036284315-31b3", "digits/2") in new stack
>>>   -- Playing 'digits/2' (language 'en')
>>>   -- Executing Playback("SIP/3036284315-31b3", "digits/3") in new stack
>>>   -- Playing 'digits/3' (language 'en')
>>>   -- Executing Playback("SIP/3036284315-31b3", "digits/4") in new stack
>>>   -- Playing 'digits/4' (language 'en')
>>>   -- Executing Playback("SIP/3036284315-31b3", "digits/5") in new stack
>>>   -- Playing 'digits/5' (language 'en')
>>>   -- Executing Playback("SIP/3036284315-31b3", "digits/6") in new stack
>>>   -- Playing 'digits/6' (language 'en')
>>>   -- Executing Playback("SIP/3036284315-31b3", "digits/7") in new stack
>>>   -- Playing 'digits/7' (language 'en')
>>>   -- Executing Playback("SIP/3036284315-31b3", "digits/8") in new stack
>>>   -- Playing 'digits/8' (language 'en')
>>>   -- Executing Playback("SIP/3036284315-31b3", "digits/9") in new stack
>>>   -- Playing 'digits/9' (language 'en')
>>>   -- Executing Busy("SIP/3036284315-31b3", "") in new stack
>>> == Spawn extension (lwn, 555, 13) exited non-zero on 'SIP/3036284315-31b3'
>>>
>>>Henry Devito wrote:
>>>
>>> 
>>>
>>>      
>>>
>>>>Try to play a number sound file by using the Playback application,  I think
>>>>the voicemail uses the same app to play the digits.  See if that works.
>>>>
>>>>exten => 500,1,Playback(digits/3)
>>>>
>>>>
>>>>
>>>>   
>>>>
>>>>        
>>>>
>>>>>-----Original Message-----
>>>>>From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-
>>>>>bounces at lists.digium.com] On Behalf Of Matt Hess
>>>>>Sent: Wednesday, December 01, 2004 3:53 PM
>>>>>To: Asterisk Users Mailing List - Non-Commercial Discussion
>>>>>Subject: Re: [Asterisk-Users] voicemail cuts off / hangs up
>>>>>
>>>>>yup.. that's something I thought of as well.. and it's all there..
>>>>>funny thing is.. I can start asterisk.. login just fine to voice mail..
>>>>>I try again right away and I get that error that I had sent earlier and
>>>>>get cutoff..
>>>>>
>>>>>
>>>>>Henry Devito wrote:
>>>>>
>>>>>  
>>>>>
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>>>    
>>>>>>
>>>>>>       
>>>>>>
>>>>>>            
>>>>>>
>>>>>>>-----Original Message-----
>>>>>>>From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-
>>>>>>>bounces at lists.digium.com] On Behalf Of Matt Hess
>>>>>>>Sent: Wednesday, December 01, 2004 11:47 AM
>>>>>>>To: asterisk-users at lists.digium.com
>>>>>>>Subject: [Asterisk-Users] voicemail cuts off / hangs up
>>>>>>>
>>>>>>>I'm having a problem with voicemail where the system will allow me to
>>>>>>>login to the vm box no problem but when it starts tell tell me the
>>>>>>>number of messages I have it hangs up.. I get "you have" and it dies
>>>>>>>right there.. I'm running cvs tag v1-0.. what might be causing this?
>>>>>>>I looked through my mail list archive and didn't notice anything like
>>>>>>>this..
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>      
>>>>>>>
>>>>>>>         
>>>>>>>
>>>>>>>              
>>>>>>>
>>>>>>[*]
>>>>>>Ok Did you check to see if the /var/lib/asterisk/sounds/digits/ directory
>>>>>>    
>>>>>>
>>>>>>       
>>>>>>
>>>>>>            
>>>>>>
>>>>>is
>>>>>  
>>>>>
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>>>intact?  I had an install at an earlier date from the CVS that did not
>>>>>>download all of the sounds.
>>>>>>
>>>>>>Just a thought.
>>>>>>
>>>>>>_______________________________________________
>>>>>>Asterisk-Users mailing list
>>>>>>Asterisk-Users at 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 at 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 at 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 at 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 at 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
>
>
>  
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mhess.vcf
Type: text/x-vcard
Size: 279 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20041202/5f096279/mhess.vcf


More information about the asterisk-users mailing list