I have setup the foundation for a remote monitoring system for the owner of our company.
He is unhappy with the setup, and says he wants be able to access conferences from anywhere without having to look at the real-time summaries to acquire sessionids. In short he wants to troll and be able to jump between sessionids, active or not - and not be disconnected.
I've played around with the Meetme options, and came up with what I thought would work. Ideally if the conference ends, or the monitoring person hits #, I would like for it to drop to the previous context.
Any ideas on how to enhance this? Please forgive the sloppy code as I am a fairly new user.
; remote silent monitoring for client
exten => 5000,1,Authenticate(123456,j,6)
exten => 5000,2,Goto(sessions,s,1)
exten => 5000,102,Hangup()
[sessions]
exten => h,1,DeadAGI(agi://127.0.0.1:4577/call_log--HVcauses ... EBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME})
exten => s,1,Set(TIMEOUT(digit)=10)
exten => s,n,Set(TIMEOUT(response)=10)
exten => s,n,Background(sessions_menu)
exten => 51,1,Meetme,8600051|FmqrXp
exten => 52,1,Meetme,8600052|FmqrXp
exten => 53,1,Meetme,8600053|FmqrXp
exten => 54,1,Meetme,8600054|FmqrXp
exten => 55,1,Meetme,8600055|FmqrXp
exten => 56,1,Meetme,8600056|FmqrXp
exten => 57,1,Meetme,8600057|FmqrXp
exten => 58,1,Meetme,8600058|FmqrXp
exten => 59,1,Meetme,8600059|FmqrXp
exten => 60,1,Meetme,8600060|FmqrXp
exten => 61,1,Meetme,8600061|FmqrXp
exten => 62,1,Meetme,8600062|FmqrXp
exten => 63,1,Meetme,8600063|FmqrXp
exten => 64,1,Meetme,8600064|FmqrXp
exten => 65,1,Meetme,8600065|FmqrXp
exten => 66,1,Meetme,8600066|FmqrXp