Confernece room from external

Hey,

i´ve the problem that my conference rooms are not reachable from outside from the asterisk.
If i call the the conf room number from internal it asked me to the password and then i´m in, if i call from outside my calls will always redirected to our central control.
I didn´t found what i missed to configure. Here´s my conference config from the extensions.conf:

[details=Summary];
exten => 7061,1,Progress()
exten => 7061,2,Wait(1)
exten => 7061,3,ConfBridge(1,default_bridge,default_user)

exten => 7063,1,Progress()
exten => 7063,2,Wait(1)
exten => 7063,3,ConfBridge(2,default_bridge,user2)

;Admin Konf
exten => 7062,1,Progress()
exten => 7062,2,Wait(1)
exten => 7062,3,ConfBridge(1,default_bridge,admin_user)

[conferencerooms]
; standard participant
exten => 7064,1,NoOp()
same => n,Goto(conference,1)

exten => conference,1,NoOp()
same => n,Set(thisBridge=primary)
same => n,ConfBridge(${thisBridge},sample_user_menu)

exten => conference_joiner,1,NoOp()
same => n,Read(numberToDial,vm-enter-nuconferenceroomsm-to-call)
same => n,Playback(vm-dialout)
same => n,Originate(SIP/${numberToDial},exten,conferencerooms,7064,1)
same => n,Playback(conf-hasjoin)
; DO NOT ADD Hangup() in here[/details]

i´ve tried both ways to create a room and both ways work but in no way i can call the room from outside.

The behaviour will depend entirely on the contexts you use in the A leg devices and the dialplan you provide to handle calls from those contexts. If you didn’t write the configuration yourself, you should contact the person who either wrote it, or wrote the program that wrote it.

Compare Asterisk call logs for internal and external calls and see what’s missing for external calls.

–Satish Barot

First of all you need to assign a DID number to your conference room, which can be accessed also from mobile/landline networks and if somehow the issue will persist send us a log file from your Asterisk.