Created by: Piotr Sapiejewski on 09-11-2009 02:52:57 PM Hi, I have this code: <?php header("Content-type: text/xml"); echo '<CiscoIPPhoneExecute>'; echo '<ExecuteItem URL="Key:Services" />'; echo '<ExecuteItem URL="Key:Soft1" />'; echo '</CiscoIPPhoneExecute>'; ?> Phone do only first command. Second never do or do to fast. I have try using sleep() but it stops service not one command. What can I do with this?
Subject: RE: Push->Execute - what's wrong? Replied by: David Staudt on 09-11-2009 05:24:09 PM What is it you're trying to accomplish? CiscoIPPhoneExecute should be used via POST, it looks like you are retrieving it via GET. Also, the order of execution of the ExecuteItems is not guaranteed.
Subject: RE: Push->Execute - what's wrong? Replied by: Piotr Sapiejewski on 12-11-2009 12:57:43 PM So, how should I use it? I don't want to have it on web site, only on url services button. I have tried this one: I have CCX i IPPA Service. I want to make service button to change state status. Link to service: http: //x.x.x.x:xxxx/ipphone/jsp/sciphonexml/IPAgentChangeState.jsp
I have tried too: 1. in order: - http: //x.x.x.x:xxxx/ipphone/jsp/sciphonexml/IPAgentStates.jsp - http: //x.x.x.x:xxxx/ipphone/jsp/sciphonexml/IPAgentChangeState.jsp gives xml error[4] 2.in order: - http: //x.x.x.x:xxxx/ipphone/jsp/sciphonexml/IPAgentStates.jsp - SoftKey:Select/Key:Soft1 softkey is doing on the main screen not in service (i.E. Redial in exchange of state changing)
Subject: RE: Push->Execute - what's wrong? Replied by: David Staudt on 13-11-2009 12:42:12 AM Sorry, I'm still not entirely clear on what's going on. Are you trying to configure a line key so that it has a URL that triggers a CCX agent login/logout? I'm not familiar with IPAgentChangeState.jsp (I assume this is something on CCX?) What is its purpose and are there supposed to be any URL parameters..? Where does the CiscoIPPhoneExecute come into this? My best guess is that 'normal' operation of IPAgentChangeState.jsp, is that user presses the URL-assigned line key, gets some sort of input screen and has to press a softkey to login (or logout?) Are you trying to make this a one-touch/toggle..?
Currently, we are using the SMACK library, where we can only get the subscription via AgentID, however, in finesse, we can log in with a username or login name.
Can anyone guide me on how we can subscribe to the XMPP events using a username?
Hi, I am able to create an XMPP connection via CAXL (jabberwerx) with agent id, but when I use a username (loginName) it doesn't make a connection and returns a not-authorized error. I have checked Strophe on the other hand, allows to make...
view more
Demo - Webex Video device Virtual Lamp integration
Objective
Show how easy it is to create a virtual lamp and integrate it with a Webex Video device or bot. Create your own lamp using the virtual lamp bot make it create a ...
view more
When I use AXL getPhone and look at the VendorConfig section the values don't make much sense in terms of: 1. I was unable to map 0/1 to enable/disabled in the UI. It's inconsistent - (referring to the screenshot attached) For example:PC Port GU...
view more
Hi,Can someone assist me how can I capture a DTMF while audio being played from fetch audio. I am currently using a silence.wav of 20 ms and playing the audio using fetchaudio so that the call control moves to a custom action element and routes accordingl...
view more