[cisco-voip] Automatically Clearing Call History
Christopher M. Bomba
cbomba at s4nets.com
Mon May 5 10:40:21 EDT 2008
That works great. I will probably set it to every 6 hours or something like
that. Also can I create something like that to check to see if the phone
has missed calls, and if it does, give them a softkey to go directly to the
missed calls directory?
Thanks,
Chris
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Christopher M. Bomba CCNP, CCVP
solutions4networks
email: chris at s4nets.com
mobile: 412.398.3990
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-----Original Message-----
From: Wes Sisk [mailto:wsisk at cisco.com]
Sent: Thursday, May 01, 2008 2:58 PM
To: cbomba at s4nets.com
Cc: cisco-voip at puck.nether.net
Subject: Re: [cisco-voip] Automatically Clearing Call History
An option is to use the XML service interface (XSI) in the phones to
push an IP phone service message to the phones which periodically clears
the directories. The internal URI feature "Init:CallHistory" erases the
history logs.
http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_programming_us
age_guide_chapter09186a00807a352f.html#wp1033340
You put the following xml object on a http server and set it on idle
url. Then set periodic time on the Idle Timer.
<CiscoIPPhoneExecute>
<ExecuteItem URL="Init:CallHistory"/>
<ExecuteItem URL="Init:Services"/>
</CiscoIPPhoneExecute>
or you can POST this instruction to the phone via the IP Phone Services SDK.
For more integrated and user friendly method, or for roadmap
information, contact your Cisco account team.
/Wes
Christopher M. Bomba wrote:
> Is there a way to automatically clear the call history everyday?
>
> Thanks,
> Chris
>
> _______________________________________________
> cisco-voip mailing list
> cisco-voip at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
More information about the cisco-voip
mailing list