Member
Last active 9 years ago
Then perhaps im going at this the wrong way.
I have an autodirect from http to https. In IE, the fop2 is extreamly slow to connect and when it finally does, it doesnt show correct values (it shows all extensions as connected and then just freezes like that).
If i disable the ssl autodirect it works fine.
In chrome it works fine also with ssl.
If it has nothing to do with websockets, any ideas?
disableWebSocket = true doesn't seem to be working for me either.
I notice that in some place on this forum it's written "disableWebsockets", sometimes "disableWebSockets", and in my presence.js file and on the installation manual site "disabeWebSocket".
Can you please confirm what is correct?
Thank you
Thanx for your reply. Problem is my license is more than a year old so it doesn't let me upgrade.
I tried manually copying the files but "fop2_server -v" still says I have 2.28
Sorry to wake such an old post but I am having the same problem.
When I make changes to buttons or users, the changes only take affect after running "service fop2 reload".
The reload in the manager doesn't work for me.
I have 2.28 installed and had management 1.0.3. just upgraded the management to 1.0.5 (which now says version 2.0) and still same problem.
Any ideas what I should check?
Thanx
Thanx. Even that was already very helpful!
I have added in my dialplan the following in order to spy on channels with a code:
exten => _*222x.#,1,Authenticate(1234)
exten => _*222x.#,1,Macro(user-callerid,)
exten => _*222x.#,n,Answer
exten => _*222x.#,n,NoCDR
exten => _*222x.#,n,Wait(1)
exten => _*222x.#,n,ChanSpy(sip/${EXTEN:4},q)
exten => _*222x.#,n,Hangup
would it be very complicated to fix it so it will work like fop2 and find the correct channel in user&device mode?
Thank you!
Sorry to "wake up" such an old post but does someone have such a script? I would also appreciate seeing on call recordings in FOP2.
Further clarification: In the admin console the Hebrew name shows up properly in the Label field, only in the panel does it not show up correctly.
Thank you,
I added "if (!$clidname)" before the query and put the rest in a block { } and that seems to serve my purpose. If the callerid has a name, (because it's an internal extension), it won't look in the phonebook.
Would love if the popup would work also when the window is minimized but don't know how to do that yet.
Will have to look into it.
If you have something ready or a pointer in the right direction that would be appreciated.