cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
602
Views
0
Helpful
2
Replies

CER set ERL for Unlocated Phone

peterputt
Level 1
Level 1

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>
</updateUnlocatedPhoneRequest>

 

I'm getting this error:

 

<unlocatedPhoneResponse>
<status>Invalid entry</status>
<message>Could not set zone to Discrepancy phones</message>
</unlocatedPhoneResponse>

 

Is there a way to initially set an ERL?

 

Regards,
Peter

 

2 Replies 2

Alex Stevenson
Cisco Employee
Cisco Employee

 

Hello @peterputt,

 

Please see this reference:

 

Cisco Emergency Responder Configuration API

Errors and Troubleshooting

- ERL Management

ERL Assignment 

 

The ERL Assignment section contains that call "PUT http://{CER-IP}/cerappservices/service/unlocatedphone" 

Notes:

  1. Make sure you have unlocated phone entry available which you want update it.
  2. ERL should be present in CER server which you want to update it.
  3. Test ERL are not allowed to assigned.

 

For all the resources associated with this API, please see here --> Cisco Emergency Responder
Cisco Emergency Responder reporting API

 

Hope this helps!

 

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, right? Did that work on your side?

Regards,
Peter