Hey gang.. I get a weird error when callling the "GetPhysicalDeviceName" endpoint. I'm passing it this payload:
And it returns this error: 500: checkserversidelogs
In the dmcc-error.log logs, I actually see the payload it wants to return, but it doesn't return it and there's an error above the payload. It looks like this:
Any insight would be appreciated!
Have a good day!
Dave
Code:
{ "device": "3136622132:rcd2cm2act81t:0.0.0.0:1" }
In the dmcc-error.log logs, I actually see the payload it wants to return, but it doesn't return it and there's an error above the payload. It looks like this:
<131>Oct 4 15:15:39 rcd1aesrel10t DmccMain[12441] -04:00 2024 152 1 com.avaya.aes | :ClearableQueuedExecutor-1: com.avaya.telrestsvc.telephony.service.callback.ha ndler.FunctionalEptGenericCBRH[38] ERROR - Response =<?xml version="1.0" encoding="UTF-8"?>
<GetPhysicalDeviceNameResponse xmlns="http://www.avaya.com/csta"><deviceType>station</deviceType><device>3136622132</device><name>Dave Test</name></GetPhysicalDeviceNameResponse>
<GetPhysicalDeviceNameResponse xmlns="http://www.avaya.com/csta"><deviceType>station</deviceType><device>3136622132</device><name>Dave Test</name></GetPhysicalDeviceNameResponse>
Have a good day!
Dave
Comment