02-22-2013 10:01 PM - edited 03-16-2019 03:53 PM
Hi All,
Say we've 4 IP Phones, PhoneA,PhoneB,PhoneC and PhoneD, all enabled with EM.
By tuning on the EM Service Parameters, i can set the auto logout and the interval for that, and that will affect all my 4 phones above.
However, i only need the auto logout function on PhoneB and PhoneD, without tuning on the EM Service Parameter and manually logout on Phone B and D.
Is there a way to acheive that without the 3rd apps?
TIA
02-23-2013 03:44 AM
It's still an all or nothing setting since it has to be done under the service parameters not on a per device or per device profile setting. This post has a good tip about where to start looking into scripting an auto logout feature: https://supportforums.cisco.com/thread/2064463. You also can make a script run at a certain time that sends the logout URL to CUCM which is: http://cucm:8080/emapp/EMAppServlet?device=SEP123412341234&doLogout=true. Just replace the device name with the phone to logout.
02-23-2013 07:15 AM
Hi
I'd look at using Joe's URL above, but put it in as an Idle URL on the phone you want to auto logout. Then set the idle timeout to whatever you like, e.g. 3600 for an hour.
I've no idea what the max time is for an idle url, but that would be easier than scripting something.
Aaron
02-24-2013 12:44 PM
Hi Aaron,
Can you share an example of the idle URL that can be insert?
TIA
02-26-2013 09:58 AM
Hi
That would be the URL as Joe posted above.
E.g. if the phone is SEP123412341234
Idle URL: http://cucm:8080/emapp/EMAppServlet?device=SEP123412341234&doLogout=true
(replacing cucm with your server IP)
Aaron
02-25-2013 10:57 AM
Great idea Aaron, I'll remember that one.
02-24-2013 12:43 PM
Hi Joe,
When u said scripting, does it mean UCCX scripting or some other scripiting ?
TIA
02-25-2013 10:58 AM
Any programming would do, you could do it in many ways, even just write a shell script and run a cron job if you want for scheduling the login/logout.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide