Hi
if I'm trying to set the ERL of a unlocated phone that has no ERL set yet (default), using a PUT to cerappservices/service/unlocatedphone
<updateUnlocatedPhoneRequest><PhoneMACAddress>11-22-33-44-55-66</PhoneMACAddress><AssignERL>ERL3</AssignERL...
HiI'm trying to create a report to get the calls per hour for certain application... My query is running fine, but if I put it into an Anonymous Block, CUIC interprets "::DATETIME" as a parameter: select startdatetime::DATETIME HOUR TO HOUR AS CallH...
Hi,I just seen that there is no "Direct Transfer" Softkey on CP-8841 Phones to merge an held call with an active one.I've tested with sip88xx.10-3-1-20 and sip88xx.11-5-1-18 on CUCM 10.5 and 11.0.Does anyone have the "Direct Transfer" Softkey?Regard...
HiI have a problem with a few Jabber for Windows Clients running version 10.5.2.VideoDesktopSharing in Deskphone control mode with an active call is not available.Video is working. If we start the client with another user on the same pc connected to ...
Hi alexstev,
Thanks for your reply.
The PUT request is working if I change the ERL e.g. from ERL2 to ERL3 - so the conditions are met. It is just not working if the origin ERL is default.
Changing from default to something else should be possible, ri...
Thanks for the hint. I got it working with: select TO_CHAR(startdatetime, "%H") CallHour, count(*) from contactcalldetail wherestartdatetime between :START and :END andapplicationname = :APPgroup by CallHourorder by CallHour