[Home]

Summary:ASTERISK-05975: problems with vm when using an iaxy
Reporter:Philip Mullis (asteriskmonkey)Labels:
Date Opened:2006-01-04 06:50:38.000-0600Date Closed:2006-01-08 19:57:27.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Any attempt to access voicmail results in a beep instead of getting comedian mail .. password etc...
you just get a beep, quite odd, this has been confirmed on two asterisk systems now using 1.2.1 and 1.2 and this only happens when using an iaxy, any other device plays the voicemail login prompts correctly.

Comments:By: Clod Patry (junky) 2006-01-04 21:08:20.000-0600

which * version exactly?
We have a field, please fill it when reporting a bug.

By: Tilghman Lesher (tilghman) 2006-01-05 17:52:57.000-0600

What are you dialling to retrieve voicemail?  Please upload your extensions.conf and iax.conf, as well as the iaxprov.conf for this particular device.

By: Philip Mullis (asteriskmonkey) 2006-01-05 21:10:57.000-0600

Here is the my personal verion i am experiencing this with

Asterisk SVN-branch-1.2-r7519

Also Several people have expressed the same problem when using the new aah (i dont use aah ..), which uses 1.2.1 i believe.

Here is the sample from my externsion conf.. note it works when a sip phone calls you hear the comediam mail , but on the iaxy nothing just a beep odd eh?

exten => *98,1,Answer
exten => *98,2,Wait(1)
exten => *98,3,VoiceMailMain(default)
exten => *98,4,Macro(hangupcall)
exten => _*98X.,1,Answer ; can dial *98<exten> to skip 'mailbox' prompt.  Useful for speedial.
exten => _*98X.,2,Wait(1)
exten => _*98X.,3,VoiceMailMain(${EXTEN:3}@default)
exten => _*98X.,4,Macro(hangupcall)
exten => *97,1,Answer
exten => *97,2,Wait(1)
exten => *97,3,VoicemailMain(${CALLERIDNUM}@default)
exten => *97,4,Macro(hangupcall)

By: Mark Spencer (markster) 2006-01-07 17:12:12.000-0600

Sounds like an ADSI related issue, does it happen with all kinds of phones?

By: Philip Mullis (asteriskmonkey) 2006-01-08 19:13:39.000-0600

upgraded to Asterisk SVN-branch-1.2-r7831, problem resolved

By: Matt O'Gorman (mogorman) 2006-01-08 19:56:15.000-0600

sounded like an adsi issue asteriskmonkey says is fixed in trunk.  so closing if this bug still exists someone please reopen it.