[asterisk-users] voicemailmain

existx existx at gmail.com
Thu Aug 24 14:15:02 MST 2006


Howdy guys,

Thanks for your help, it works fine without editing the default line of:

exten => a,1,VoicemailMain(${ARG1})

The issue was that I had specified VoicemailMain by the default line,
which was way above the rest of my extensions (out of context).

Hopefully this will help someone in the future.

Regards,
Jason



On 8/24/06, Aaron Daniel <amdtech at shsu.edu> wrote:
> Not sure about that Doug.  It should read:
>
> exten => a,1,VoicemailMan(${ARG1}@YourContextHere)
>
> If you put it in the brackets, it becomes part of the variable name
> instead of part of the argument.
>
> On Thu, 2006-08-24 at 16:57 -0400, Doug Lytle wrote:
> > existx wrote:
> > > Cristian,
> > >
> > > The only other line in extensions.conf that references VoicemailMain
> > > is this:
> > >
> > > exten => a,1,VoicemailMain(${ARG1})
> >
> > This should read:
> >
> > exten => a,1,VoicemailMain(${ARG1 at YourContextHere})
> >
> >
> > Doug
> >
> --
> Aaron Daniel
> Computer Systems Technician
> Sam Houston State University
> amdtech at shsu.edu
> (936) 294-4198
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>



More information about the asterisk-users mailing list