Dialing in from an External IAX to Asterisk and MeetMe

:smile: Hello all,

This being my first post to the forum, I would appreciate some help in order to get MeetMe working correctly.

I have an IVR Menu which works fine.

I have a number on internal extension, e.g. 680, 681, 682

And MeetMe works fine with dial 8680 or 8681 or 8682.

What I cannot work out is how a person coming in externaly through my VOIP G/W, landing on the IVR, which reads 1 for sale, 2 for support etcā€¦

But cannot dial 8680 to enter the conference room for ext 680, all I get is ā€œthat options is invalidā€.

Now I know have options 0,1,2 & #, but I do have extension which work fine by entering 680 on the IVR menu.

Any guidance anyone can give for get an external number to access the conference room on 8680 would be gratefully received.

Everything else is working fine, just that I cannot get around this last hurdle.

Cheers
Nev :question:

This is how I set mine up for right now (Testing still):

[ext-did]
include => ext-did-custom
exten => s,1,SetVar(FROM_DID=s)
exten => s,2,Answer
exten => s,3,Wait
exten => s,4,Background(welcomeebridge)
exten => s,5,Set(TIMEOUT(digit)=5)
exten => s,6,Set(TIMEOUT(response)=10)
exten => 200,1,Goto(ext-local,200,1)
exten => 8200,1,MeetMe(8200|sM)
exten => 8200,2,MeetMe(8200|asM)

And it worksā€¦ The welcomeebridge says welcome, press 200 to talk to (myself), and press 8200 to enter conference call.

I can call from a cellphone or landline and it works.

I hope this helps.

Thanks for the response, but this does not work for me.

I believe itā€™s because I am using the Digitial Receptionist and only have options 0,1,2 & # although it does let you access the standard extension numbers direct.

As soon as I enter ā€œ8ā€, is says the option is invalidā€¦

Any one else please?

Got itā€¦

Working now thanksā€¦

Nev