cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1502
Views
10
Helpful
7
Replies

ExtMobility Auto Logout for Particular Phone

orochi_yagami
Level 1
Level 1

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           

7 Replies 7

Joseph Martini
Cisco Employee
Cisco Employee

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.

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

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

Hi Aaron,

Can you share an example of the idle URL that can be insert?

TIA

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

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

Great idea Aaron, I'll remember that one.

Hi Joe,

When u said scripting, does it mean UCCX scripting or some other scripiting ?

TIA

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.