• ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
The HP Community is where owners of HP products, like you, volunteer to help each other find solutions.
HP Recommended

I'll start out by saying that what I probably need is an example. I've gone through the ObiPhoneXML documentation and am not seeing what I need.

 

My company has VVX 450 OBI edition phones, and I would like to lookup some of our customer data by phone number and integrate it into the CallItem screen element. Using the phone's web interface, I can manipulate trivial aspects like color and static text, but I don't know how to make the phone call my server via url to retrieve anything dynamically (I am building out an app server explicitly for returning data in the required XML format). 

 

I can reach my server when mapping a url to one of the actions of a softkey, but that doesn't accomplish what I need  - and I can't figure out a way of passing the phone number through as an argument anyway, which would be the whole point. 

 

Is there any resource that has an example of anything similar to this, and if not how do people typically accomplish this sort of integration?

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
HP Recommended

Hello @malformed ,

 

Welcome to the Poly Community.


I ran this by one of our senior Obi Team and they came back with this:

 

Customer should be able to leverage our inbound phone call webhook on OBi Edition VVX Phone.

 

Inbound call web hook is configurable under the respective SP service.

 

  • SPx Service ->  IncomingCallRingingAction URL.

 

Below are some of the macros you are able to add and send to the server.

 

  • Below are the optional query parameters. Below are some examples:
    • Note: URL automatically include the called (SIP CALL-ID) and GMT-timedate as URL-query parameters; you can use the following macros:
      • $peername = peer caller id name
      • $peernumber = peer caller id number
      • $dur = duration of the call
      • $refid = the Reference ID that can used to control the call in an Phone XML App
      • $dir = the direction of the call (inbound or outbound)
      • $service = the service or line the call is on (SP1, … or SP6)
      • Example: http://abc.com?name=$peerName&number=$peernumber&ref=$refid

 

Please ensure to provide some feedback if this reply has helped you so other users can profit from your experience.

Best Regards

Steffen Baier

------------------------------------------------
Notice: I am an HP Poly employee but all replies within the community are done as a volunteer outside of my day role. This community forum is not an official HP Poly support resource, thus responses from HP Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
If you need immediate and/or official assistance for former Poly\Plantronics\Polycom please open a service ticket through your support channels
For HP products please check HP Support.

Please also ensure you always check the General VoIP , Video Endpoint , UC Platform (Microsoft) , PSTN

View solution in original post

4 REPLIES 4
HP Recommended

Hello @malformed ,

 

Welcome to the Poly Community.


I ran this by one of our senior Obi Team and they came back with this:

 

Customer should be able to leverage our inbound phone call webhook on OBi Edition VVX Phone.

 

Inbound call web hook is configurable under the respective SP service.

 

  • SPx Service ->  IncomingCallRingingAction URL.

 

Below are some of the macros you are able to add and send to the server.

 

  • Below are the optional query parameters. Below are some examples:
    • Note: URL automatically include the called (SIP CALL-ID) and GMT-timedate as URL-query parameters; you can use the following macros:
      • $peername = peer caller id name
      • $peernumber = peer caller id number
      • $dur = duration of the call
      • $refid = the Reference ID that can used to control the call in an Phone XML App
      • $dir = the direction of the call (inbound or outbound)
      • $service = the service or line the call is on (SP1, … or SP6)
      • Example: http://abc.com?name=$peerName&number=$peernumber&ref=$refid

 

Please ensure to provide some feedback if this reply has helped you so other users can profit from your experience.

Best Regards

Steffen Baier

------------------------------------------------
Notice: I am an HP Poly employee but all replies within the community are done as a volunteer outside of my day role. This community forum is not an official HP Poly support resource, thus responses from HP Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
If you need immediate and/or official assistance for former Poly\Plantronics\Polycom please open a service ticket through your support channels
For HP products please check HP Support.

Please also ensure you always check the General VoIP , Video Endpoint , UC Platform (Microsoft) , PSTN
HP Recommended

Thank you very much Steffen, this 100% addressed my problem. I still have a lot of code to write, but I can now see the incoming number in my application, and can return XML for rendering a page on the phone. Fantastic.

 

have a good weekend.

HP Recommended

Not to look a gift horse in the mouth, but this does raise a question for me. The information you gave me is *essential* for performing phone number-based lookup tasks, but it doesn't appear in the ObiPhoneXML guide, and a search for "IncomingCallRingingAction" yields nothing. Where is this information found? There might be other useful bits of information I could use in that same document.

HP Recommended

Hello @malformed ,

 

The team is working internally to update the guides. Once they are done I will update the community. I do not have an ETA.


Best Regards

Steffen Baier

------------------------------------------------
Notice: I am an HP Poly employee but all replies within the community are done as a volunteer outside of my day role. This community forum is not an official HP Poly support resource, thus responses from HP Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
If you need immediate and/or official assistance for former Poly\Plantronics\Polycom please open a service ticket through your support channels
For HP products please check HP Support.

Please also ensure you always check the General VoIP , Video Endpoint , UC Platform (Microsoft) , PSTN
† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.