Member
Last active 13 years ago
If you have a real-life scenario where you want the manager of the switchboard operator to login as the switchboard operator to oversee, i.e. multiple logins with the same extension, can you do this?
When I try this, one of the swtichboards seems to get 'locked', i.e. doesn't refresh correctly. I don't know if this is my configuration error or just by fop2 design?
Now I get it. I can see the list now. I didn't realise you have to get the conferencing working thru asterisk first, I thought fop2 did the conferencing.
...and set up all the MeetMe exten's in the dailplans?
Have I got to configure the meetme.conf in asterisk?
I don’t seem to get the list of participants depicted in the online help or understand how to invite anyone to a conference.
Here is my fop2.cfg:
;Users
user=103:secret1:meetme
user=104:secret2:meetme
user=503:secet3:all:MotherHen
;Groups
group=MotherHen:SIP/503,SIP/103,SIP/104,CONFERENCE/1000
(The contexts for all the users and the conference are allowing normal internal extension-extension calls)
Is this right?
I want to record all calls which go thru a certain dialplan (failing that, all calls)
Is there any way to configure fop2 to do this, or do I have to go thru asterisk?
Thanks Nicolas, it was my fault, there was no dialplan set up incoming calls for the listening phone, whoops! It is getting an incoming/listening call now. (I'm an Asterisk newbie).
It is (buttons.cfg) generated by code, but the code was written by hand so it may still be wrong!
They are a minimum, e.g.
[SIP/107]
type=extension
extension=107
context=TeamMember
label=Pauline Ford
And the calls are going thru ok, and they light up fop2 buttons ok, so you would think the buttons.cfg is matching the sip.conf.
Do I really not need a dialplan/extenstion.conf entry for the listen in?
I haven't set any privacy options for the buttons, I guess the default is off?
I have set the manager.conf to
read= all
write=all
The phone listening in is not receiving any incoming call event. Could it be the extensions.conf/dialplan, I haven't done anything to enable that for listening in?
I can hangup the call, so I guess the permissions are getting thru ok, maybe(?)