Hi! - I moved the server over the week end to handle the daily incoming connections (about 200K/day) but it looks like I aimed too low for the resources. I'm going to have to move this server (hopefully for the last time) this week. I'm sorry for the interruption.
Search found 27 matches
- 17 Nov 2025 03:19
- Forum: O2G
- Topic: O2G set user presence
- Replies: 1
- Views: 183
Re: O2G set user presence
Hello, strictly speaking, there is no presence service on O2G: no mean to set a presence state from API. The only existing state is the "UserState" (FREE/BUSY) in the OnUserStateModified event notification (in "telephony" eventPackage) which notifies about a kind of telephony pre...
- 11 Sep 2019 09:12
- Forum: O2G
- Topic: Feature request: receiving initial event snapshot / bulk loading
- Replies: 1
- Views: 5057
Re: Feature request: receiving initial event snapshot / bulk loading
In order to optimize the start of the application when the telephony state of all the users is required to its initialization, the following solution is proposed: - New method POST …/telephony/state/snapshot([?loginName=xxx] which doesn’t return any answer but triggers an event (OnTelephonyState) on...
- 14 May 2019 10:06
- Forum: O2G
- Topic: bulk data load errors in release 32
- Replies: 3
- Views: 5832
Re: bulk data load errors in release 32
we didn't see anything brought by last version which could explain this behahavior. However, it will be interesting to know how the requests are thrown: are they in sequential mode or in parallel mode ? We can already say that OXE CMIS simultaneous client number is limited ( probably maximum 4 paral...
- 14 May 2019 09:54
- Forum: O2G
- Topic: Unable to create new pilot - Missing attribute value
- Replies: 4
- Views: 6130
Re: Unable to create new pilot - Missing attribute value
bloody regression brought by a previous correction on empty default attribute value, which is should be set only for a set operation, not for a get operation.
Will be fixed in next one
Will be fixed in next one
- 25 Mar 2019 09:57
- Forum: O2G
- Topic: clearning overflow not doing anything
- Replies: 4
- Views: 6194
Re: clearning overflow not doing anything
ok: the problem appears in multidevice user configuration and is located at OXE level: if the request contains overflow to "none" but includes the associated number with unchanged value, the overflow is set to no_answer default value. (the same operation on mono device user is working) The...
- 22 Mar 2019 12:05
- Forum: O2G
- Topic: clearning overflow not doing anything
- Replies: 4
- Views: 6194
Re: clearning overflow not doing anything
Cannot reproduce the pb. (doing same operations) The cause may be that management PBX events are no longer received by O2G: Please: - if possible check OXE Subscriber/Dynamic_State_User to check if the delete command really runs and provide logs: - put cache module in debug (from .../api/Log4jAdmin ...
- 22 Mar 2019 11:33
- Forum: O2G
- Topic: Duplicate OnUserInfoChanged
- Replies: 4
- Views: 6055
Re: Duplicate OnUserInfoChanged
Sure you should receive only one. Unable to reproduce the pb myself.
Is there any specific configuration ?
Is there any specific configuration ?
- 07 Mar 2019 09:25
- Forum: O2G
- Topic: Enhancement request - return full paths to objects
- Replies: 1
- Views: 4557
Re: Enhancement request - return full paths to objects
SumUp of the pb ============== some objects like Station_Group url path cannot be built only from the result of the previous request. For example, a GET ../pbxs/{nodeid}/instances returns the list of first level of sub-objects like Subscriber or Group but no GET action on ../pbxs/{nodeid}/instances/...
- 05 Mar 2019 09:34
- Forum: O2G
- Topic: Misleading error message when create profiled subscriber fails: the server is not yet available
- Replies: 3
- Views: 5151
Re: Misleading error message when create profiled subscriber fails: the server is not yet available
in build 29. For a string attribute, the message "value null is not allowed for attribute xxx" is returned if the attribute is present, and the string value contains [] or [null]: this control is done at O2G level. To set an empty value: use [""], like with mgr. For some objects,...
- 05 Mar 2019 02:47
- Forum: O2G
- Topic: unable to create hunting group
- Replies: 2
- Views: 5289
Re: unable to create hunting group
We agree that there is an incoherence between MIB mandatory attributes and the request rejection an we have to analyze deeply where is the blocking point. In the meantime, if you want to bypass the problem, you need to put the "Attached_Stations" attribute in your request, with an empty va...
