<html><head><base href="x-msg://99/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">There are some standard CUAE apps you may be able to track down, but it's usually Make-a-Call type stuff.<div><br></div><div>Developing in CUAE is not too bad, but you do need some basic c# skills, however using the AXL API in CUAE is really painful, and only a subset of the API is available, you are supposed to 'roll your own' if you need anything more than the methods they have listed.</div><div><br></div><div>Programming against the AXL API is generally painful and you need to find all the utils you can fine i.e. the AXLToolkit (from Plugins on your CCMADMIN) or have a look here:</div><div><br></div><div><a href="http://www.purejs.com/projects.jsp">http://www.purejs.com/projects.jsp</a></div><div><br></div><div>The AAT (AXL Admin Tool) is very good for playing around with</div><div><br></div><div>I was involved with the deployment of Cross Cluster Extension Mobility several years ago (4+) using CUAE, the concept and platform are fantastic, but Cisco haven't moved it forward recently :(</div><div><br></div><div>Stephen</div><div><br></div><div><br><div><div>On 16 Feb 2011, at 20:38, Lelio Fulgenzi wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><div style="font-family: Verdana; font-size: 10pt; color: rgb(0, 0, 0); ">Does CUAE provide any sort of base toolbox for something like this?<br><br>I'd like to be able to install something quickly, enter the IP of the publisher, along with the user/password and start playing around.<br><br>I have ZERO web programming skills, but I'm great at copying/modifying code. ;)<br><br><br><span><br><span name="x"></span>---<br>Lelio Fulgenzi, B.A.<br>Senior Analyst (CCS) * University of Guelph * Guelph, Ontario N1G 2W1<br>(519) 824-4120 x56354 (519) 767-1060 FAX (JNHN)<br>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>Cooking with unix is easy. You just sed it and forget it.<span class="Apple-converted-space"> </span><br>                              - LFJ (with apologies to Mr. Popeil)<br><span name="x"></span><br></span><br><hr id="zwchr"><b>From:<span class="Apple-converted-space"> </span></b>"Bernhard Albler" <<a href="mailto:bernhard.albler@gmail.com">bernhard.albler@gmail.com</a>><br><b>To:<span class="Apple-converted-space"> </span></b>"Tony Edwards" <<a href="mailto:tonyedwards.rs@gmail.com">tonyedwards.rs@gmail.com</a>><br><b>Cc:<span class="Apple-converted-space"> </span></b><a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br><b>Sent:<span class="Apple-converted-space"> </span></b>Wednesday, February 16, 2011 6:03:45 AM<br><b>Subject:<span class="Apple-converted-space"> </span></b>Re: [cisco-voip] CCM7 day to day admin tips ?<br><br>Hi Tony,<br><br><br>><br>> 1) my ccm 7x admin gui keeps on logging me out , so how i can make my login a permanent for few hours at least , let us say 8am to 5pm , if not for any longer ?<br>><br>Known issue, i believe this is not fixable right now. See CSCsj45520 for details<br><br>><br>> 2) how can remote login my users across wan ? cause , i heard that there is a url with which you can remotely login any extension mobility user , even though you can logout the same user via device gui section ?<br>><br>Two options<br>1.)Use AXL (quite easy to do). There is even an example script to do<br>this in the pyaxl distribution from TU Chemnitz<br>(<a href="http://www.kra-se.de/pyAXL/">http://www.kra-se.de/pyAXL/</a>)<br>2.)You can always use the normal EM Login URL in the following form:<br>http://<ucm>:8080/emapp/EMAppServlet?device=<le device>&userid=<le<br>username>&seq=<le highly secret pin code of the user><br>Devicename includes SEP + the mac.<br>For this to work you need to know the pin of the user<br><br>> 3) with in my previous ccm4 platform , i use to have a vg224 gui display under device menu i.e and in this display , there used to be very useful info or "ports vs associated dn Numbers" mapping and you used to see which ports are vacant ..etc after the ccm7x migration , i could not display similar useful info unfortunately. so , is there any way i can extract this vg224 ports vs dn numbers view ?<br>><br>Hmm, not sure which view you mean. did you check the GW view with<br>"show endpoints" set to yes?<br><br><br>> 4) speaking of display , another display i found very useful in my previous ccm4x platform was that , you can actually navigate between "device/mac + loged out dn ( i.e base dn with out any extension mobility or device profile dn) + loged in dn ( i.e with device profile dn). Is there any way , i can view similar 3 way mappings with in ccm7 admin gui ?<br>><br>So the DB model for a EM login has changed quite a bit. Logins are now<br>done just via a relational association.<br>You have two options:<br>1.)go via Device->Actively logged in Devices. Just be aware that<br>whenever you click on the device you will get the logged out dn there<br>2.)Dependency records. Newer CCM versions will show a Dependency<br>record for the extensionmobilitydynamic table (unfortunately labeled<br>as "null"). So this gives you some info as well<br>3.)run the following query on the cli<br>run sql select<span class="Apple-converted-space"> </span><a href="http://d.name">d.name</a>,d.description,np.dnorpattern as<br>loggedoutdn,emdn.dnorpattern emdn from device d,device<br>profile,extensionmobilitydynamic em,devicenumplanmap<br>dnmp,devicenumplanmap dnmp2,numplan np,numplan emdn where<br>d.pkid=dnmp.fkdevice and dnmp.fknumplan=np.pkid and d.pkid=em.fkdevice<br>and em.fkdevice_currentloginprofile=profile.pkid and<br>profile.pkid=dnmp2.fkdevice and dnmp2.fknumplan=emdn.pkid<br>this should at least give you a bit a easy view who is logged in where<br>(no navigating from there though :-( )<br><br>cheerio<br>bernhard<br><br>_______________________________________________<br>cisco-voip mailing list<br><a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br><a href="https://puck.nether.net/mailman/listinfo/cisco-voip">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br></div><span><ATT00001..txt></span></div></blockquote></div><br></div></body></html>