Hi All
Small hitch setting up a conference - whatever I do, the user always gets the message “that is not a valid conference number”, after entering the PIN
If I enter the wrong PIN, it tells me, so it is clearly associating the call with the correct conference
Below is what appears on the cli:-
-- Executing Set("SIP/3001-08b2e480", "MEETME_ROOMNUM=5") in new stack
-- Executing GotoIf("SIP/3001-08b2e480", "0?READPIN") in new stack
-- Executing Answer("SIP/3001-08b2e480", "") in new stack
-- Executing Wait("SIP/3001-08b2e480", "1") in new stack
-- Executing Read("SIP/3001-08b2e480", "PIN|enter-conf-pin-number||") in new stack
-- Playing 'enter-conf-pin-number' (language 'en')
-- User entered '5'
-- Executing GotoIf("SIP/3001-08b2e480", "1?USER") in new stack
-- Goto (from-internal,5,9)
-- Executing Set("SIP/3001-08b2e480", "MEETME_OPTS=ciMs") in new stack
-- Executing Goto("SIP/3001-08b2e480", "STARTMEETME|1") in new stack
-- Goto (from-internal,STARTMEETME,1)
-- Executing MeetMe("SIP/3001-08b2e480", "5|ciMs|5") in new stack
== Parsing ‘/etc/asterisk/meetme.conf’: Found
== Parsing ‘/etc/asterisk/meetme_additional.conf’: Found
– Playing ‘conf-invalid’ (language ‘en’)
Any ideas?
Cheers