I am trying to configure MeetMe so that external callers can enter the conference rooms after an IVR menu. I have created Conf rooms for all internal Ext's with a prefix of 8. When I call into the system from my vonage trunck the IVR picks up but will not let me dial a conf room. It tells me it is a invalid extension. Can anyone help with a sample conf on this? Thanks, RC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050713/b394dae1/attachment.htm
do you have a zap module installed? if not you must run ztdummy as a timer interface Cavanna, Richard wrote:> > > I am trying to configure MeetMe so that external callers can enter the > conference rooms after an IVR menu. I have created Conf rooms for all > internal Ext?s with a prefix of 8. When I call into the system from my > vonage trunck the IVR picks up but will not let me dial a conf room. It > tells me it is a invalid extension. > > > > Can anyone help with a sample conf on this? > > > > Thanks, > > RC > > > ------------------------------------------------------------------------ > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@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
ztdummy is working and MeetMe is working internally (until 2 min ago when I made the wrong change but I will back track and make that right again). Only the external users coming in over a trunk can not access. IVR picks up but only allows ext dialing. Info: Asterisk CVS-v1-0-06 Meet me .conf (simplified) conf => 82000 conf => 82001 extensions.conf - IVR menu [aa_2] include => aa_2-custom exten => fax,1,Goto(ext-fax,in_fax,1) ; exten => h,1,Hangup() ; exten => i,1,Playback(invalid) ; exten => i,2,Goto(s,7) ; include => ext-local include => app-messagecenter include => app-directory exten => s,1,GotoIf($[${DIALSTATUS} = ANSWER]?4) ; exten => s,2,Answer() ; exten => s,3,Wait(1) ; exten => s,4,SetVar(DIR-CONTEXT=default) ; exten => s,5,DigitTimeout(3) ; main-incoming exten => s,6,ResponseTimeout(7) ; exten => s,7,Background(custom/aa_2) ;
ztdummy is working and Meet Me is working internally (until 2 min ago when I made the wrong change but I will back track and make that right again). Only the external users coming in over a trunk can not access. IVR picks up but only allows ext dialing. Info: Asterisk CVS-v1-0-06 Meet me .conf (simplified) conf => 82000 conf => 82001 extensions.conf - IVR menu [aa_2] include => aa_2-custom exten => fax,1,Goto(ext-fax,in_fax,1) ; exten => h,1,Hangup() ; exten => i,1,Playback(invalid) ; exten => i,2,Goto(s,7) ; include => ext-local include => app-messagecenter include => app-directory exten => s,1,GotoIf($[${DIALSTATUS} = ANSWER]?4) ; exten => s,2,Answer() ; exten => s,3,Wait(1) ; exten => s,4,SetVar(DIR-CONTEXT=default) ; exten => s,5,DigitTimeout(3) ; main-incoming exten => s,6,ResponseTimeout(7) ; exten => s,7,Background(custom/aa_2) ; Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050713/75ed295e/attachment.htm