adhearsion / adhearsion-asterisk

Asterisk specific features for Adhearsion
http://adhearsion.com
MIT License
17 stars 15 forks source link

Authentication option in VoicemailMain #10

Closed theHellDog closed 11 years ago

theHellDog commented 11 years ago

In voicemail_main authentication option doesn't sends into AGI properly. With voicemail_main(:mailbox => 500, :authenticate => false) we have in adhearsion log … :command=>"EXEC VoiceMailMain \"500\" \"s\""}, … and in asterisk log [Dec 14 11:45:27] -- AGI Script Executing Application: (RINGING) Options: () [Dec 14 11:45:27] -- AGI Script Executing Application: (VoiceMailMain) Options: (500)

Temporarily i solved this by execute 'VoiceMailMain', '500,s'

benlangfeld commented 11 years ago

Thanks for reporting this. Fix coming momentarily.