Jump to content

moe

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by moe

  1. Hi, When calling StartMonitor, which parameters would I need to send in order to get Logical Device Feature Events (ECMA-269 22.2 Events) sent back? I'm looking to get the device status changes, similar to when a device SUBSCRIBES to SIP Event packets that NOTIFY of "state" changes in the device. Many Thanks!
  2. Thank you very much. That seems to have done it! Can you tell me where I can find the documentation on applicationInfo, applicationSpecificInfo, and SessionLoginInfo? I can't find it in ECMA-269 or TR-087. EDIT: I mean, I can't find it in ECMA-354. Many Thanks!
  3. Yes and I have: [8] 2011/04/08 12:22:15: CSTA: StartApplicaitonSession Request from @, App id=My App, invoke id=�, timeout=300 [5] 2011/04/08 12:22:15: CSTA: StartApplicaitonSession Request failed for @, App id=My App, invoke id=�, timeout=300 [8] 2011/04/08 12:22:20: Packet authenticated by transport layer [8] 2011/04/08 12:22:23: Last message repeated 3 times I am using the System Administrator login for SessionLoginInfo. <?xml version="1.0" encoding="utf-8"?> <StartApplicationSession xmlns="http://www.ecma-international.org/standards/ecma-354/appl_session/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <applicationInfo> <applicationID>My App</applicationID> </applicationInfo> <SessionLoginInfo> <userName>admin@domain.com</userName> <password>password</password> </SessionLoginInfo> <requestedProtocolVersions> <protocolVersion>http://www.ecma-international.org/standards/ecma-323/csta/ed5</protocolVersion> <protocolVersion>http://www.ecma-international.org/standards/ecma-323/csta/ed4</protocolVersion> <protocolVersion>http://www.ecma-international.org/standards/ecma-323/csta/ed3</protocolVersion> <protocolVersion>http://www.ecma-international.org/standards/ecma-323/csta/ed2</protocolVersion> <protocolVersion>http://www.ecma-international.org/standards/ecma-323/csta</protocolVersion> </requestedProtocolVersions> <requestedSessionDuration>300</requestedSessionDuration> </StartApplicationSession> I am using TCP without SOAP as described in ECMA 323, Annex J.2 Many Thanks!
  4. Hi, I was wondering if someone can help me out with this error. We're trying to start an Application Session and the PBX is responding with serverResourcesBusy. There's nothing else in the logs. Many Thanks!
  5. Thank you for your fast response. Are you saying that we cannot post a service request with SOAP over HTTP, as described in ECMA-323, Annex I - "CSTA XML with SOAP with HTTP"? Can you explain this just a little more, please? The PBX does not use what exactly? Many Thanks!
  6. Hi, I was wondering if someone can help me with CSTA delivered event messages. Assuming I will be using CSTA XML with SOAP and HTTP Post. Assuming multiple end-user desktop applications successfully started an application session and request to start monitoring of events from the PBX. Does the PBX send one event message to each end-user application? Or, does it send one single event message to all end-users applications? If the PBX sends just one message, how does the end-user application know if it's his event message? Many Thanks!
  7. Do CSTA response messages get sent back to the client application over those same HTTP ports?
  8. Hi all, Where do we set the port number for using CSTA over TCP? Many Thanks!
×
×
  • Create New...