[cisco-voip] Disable the Missed/Received/CalledListsoncertainphones

Louis Marascio (lmarasci) lmarasci at cisco.com
Fri Dec 15 08:28:49 EST 2006


Lelio,
 
If you host this HTML page on a server, it is still the host PC that does the HTTP post to the application.  This is of course assuming you don't do anything fancy w/ server side programming.  Note, the HTML page that I posted is not very useful for large users primarily because the IP address of the phone is hard coded.  It is a relatively straightforward task to do the same thing using a dynamic programming language or some javascript on the client side.  What you want to do is get the end users IP phone in there so you post to the right place.
 
All of this information is documented in the Cisco IP Phone Services documentation.  The easiest way I have found to find this is to do a Google search for: "CiscoIPPhoneExecute".  There will be a series of hits but one of them is a Cisco document that talks about buiding XML applications for the IP phone.  Within that document is a section on the execute object and the various URIs you can give to the phone.  I would grab the link now but I'm on an airplane so I can't get on the net.
 
Best regards,
 
Louis

________________________________

From: Lelio Fulgenzi [mailto:lelio at uoguelph.ca] 
Sent: Thursday, December 14, 2006 3:22 PM
To: Louis Marascio (lmarasci); Jonathan Charles
Cc: cisco-voip at puck.nether.net
Subject: Re: [cisco-voip] Disable the Missed/Received/CalledListsoncertainphones


Thank you very much Louis for this example. 
 
Do you know if I set up this on a server wether it's the server or the host PC that requires http access to the phone?
 
Also, is there a reference of HTTP POST options I can do?
 
We've recently released CCM userid/passwords and we've now got something to build on.
 
--------------------------------------------------------------------------------
Lelio Fulgenzi, B.A.
Senior Analyst (CCS) * University of Guelph * Guelph, Ontario N1G 2W1
(519) 824-4120 x56354 (519) 767-1060 FAX (JNHN)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
"I can eat fifty eggs." "Nobody can eat fifty eggs."

	----- Original Message ----- 
	From: Louis Marascio (lmarasci) <mailto:lmarasci at cisco.com>  
	To: Louis Marascio (lmarasci) <mailto:lmarasci at cisco.com>  ; Jonathan Charles <mailto:jonvoip at gmail.com>  
	Cc: cisco-voip at puck.nether.net 
	Sent: Thursday, December 14, 2006 4:07 PM
	Subject: Re: [cisco-voip] Disable the Missed/Received/CalledListsoncertainphones

	Attached is an HTML page that you can use to test the behavior described below.  Just edit the HTML and change the IP address to be the IP address of your IP phone.
	

	Note, when you post to an IP phone you will need to supply a user name and password that has been associated with this device via ccmadmin.
	 
	Best regards,
	 
	Louis

________________________________

	From: cisco-voip-bounces at puck.nether.net [mailto:cisco-voip-bounces at puck.nether.net] On Behalf Of Louis Marascio (lmarasci)
	Sent: Thursday, December 14, 2006 1:54 PM
	To: Jonathan Charles
	Cc: cisco-voip at puck.nether.net
	Subject: Re: [cisco-voip] Disable the Missed/Received/Called Listsoncertainphones
	
	
	Jonathan,
	 
	Send an HTTP POST to an IP phone with the following URL encoded as the body:
	 
	<CiscoIPPhoneExecute>
	   <ExecuteItem URL="Init:CallHistory" />
	</CiscoIPPhoneExecute>
	 
	You can build an HTML form to do the same as well.
	 
	Best regards,
	 
	Louis

________________________________

	From: Jonathan Charles [mailto:jonvoip at gmail.com] 
	Sent: Thursday, December 14, 2006 1:49 PM
	To: Louis Marascio (lmarasci)
	Cc: vloschiavo at data-corporation.com; cisco-voip at puck.nether.net
	Subject: Re: [cisco-voip] Disable the Missed/Received/Called Lists oncertainphones
	
	
	How would one go about sending that to the phone tho?
	
	
	
	Jonathan
	
	
	On 12/14/06, Louis Marascio (lmarasci) < lmarasci at cisco.com <mailto:lmarasci at cisco.com> > wrote: 

		There is a specific URI you can push to an IP phone using the CiscoIpPhoneExecute object that will clear the call history.  The URI is: Init:CallHistory.  When an IP phone receives an Execute with this URI it will clear the call history logs on the phones.
		 
		Extension Mobility may be the better way to do it though, but you could build a script to do it as well.
		 
		Best regards,
		 
		Louis

________________________________

		From: cisco-voip-bounces at puck.nether.net [mailto:cisco-voip-bounces at puck.nether.net] On Behalf Of Jonathan Charles
		Sent: Thursday, December 14, 2006 10:21 AM
		To: vloschiavo at data-corporation.com
		Cc: cisco-voip at puck.nether.net
		Subject: Re: [cisco-voip] Disable the Missed/Received/Called Lists oncertainphones
		
		
		
		Well, after thinking about it, setting up Extension Mobility for the loudest of whiny users is probably the best solution. It will shut them up at least (that is, until they start whining about having to login to their phones). 
		
		
		
		Jonathan
		
		
		On 12/14/06, Vince Loschiavo <vloschiavo at data-corporation.com> wrote: 

			A full reset will clear those call lists.
			Perhaps you can script that. 
			
			
			
			On Thu, 2006-12-14 at 10:09 -0600, Jonathan Charles wrote:
			

				That's mean.
				
				I am willing to bet that creating the (possibly) several hundred (or thousand) device profiles and implementing extension mobility system-wide would be far more work than just saying, 'um... yeah, we can't do that.' 
				
				Oh, BTW, the missed/received calls are stored by the phone, not CCM.
				
				There should be some way to script the clear button on the phone...
				
				
				
				
				
				Jonathan
				
				

				On 12/14/06, Fedorov, Konstantin < kfedor at amt.ru <mailto:kfedor at amt.ru> > wrote:
				

					Hi,
					
					ExtentionMobility + automatic logout.
					
					
					-----------------------
					Sincerely Yours,
					Konstantin Fedorov
					
					-----Original Message-----
					From: cisco-voip-bounces at puck.nether.net [mailto: cisco-voip-bounces at puck.nether.net] On Behalf Of Michael Hamann
					Sent: Wednesday, December 13, 2006 5:40 PM
					To: cisco-voip at puck.nether.net
					Subject: [cisco-voip] Disable the Missed/Received/Called Lists on certainphones
					
					Hi,
					
					we have certain Cisco Phone users who want to disable the call lists for
					privacy reasons. I know that the user can delete the entries via the phone 
					menu but if somebody is on holiday, he can´t do this...
					
					So far I did not find a way to disable or delete these lists from the
					server or via some scripts (axl...)
					
					Did anyone have the some issue or user request so far? 
					
					Any hints will be appreciated...
					
					best regards
					Michael
					
					
					
					
					
					_______________________________________________
					cisco-voip mailing list
					cisco-voip at puck.nether.net
					https://puck.nether.net/mailman/listinfo/cisco-voip 
					
					
					
					_______________________________________________
					cisco-voip mailing list
					cisco-voip at puck.nether.net
					https://puck.nether.net/mailman/listinfo/cisco-voip 


				_______________________________________________
				cisco-voip mailing list
				cisco-voip at puck.nether.net
				https://puck.nether.net/mailman/listinfo/cisco-voip
				

____________________________________________________________
Vincent Loschiavo
Senior Consultant
Datacorp
18503 Pines Blvd, Suite 212, Pembroke Pines, FL, 33029
"Cisco Advanced Unified Communications Partner"
Cell Phone:        786-282-1164
Office Phone:    305-594-6933
____________________________________________________________ 	



	
________________________________


	

	_______________________________________________
	cisco-voip mailing list
	cisco-voip at puck.nether.net
	https://puck.nether.net/mailman/listinfo/cisco-voip
	

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://puck.nether.net/pipermail/cisco-voip/attachments/20061215/ae45ec5f/attachment-0001.html 


More information about the cisco-voip mailing list