Skip to content
Discussion options

You must be logged in to vote

Hi,

Yes, but usually not as a browser POST link from your external app. A normal <a href> or redirect can only do GET. The usual pattern is:

  1. Your backend calls Homer API with the Call-ID (POST + auth)
  2. Homer returns a view URL (GET)
  3. Your app redirects the user to that URL

Homer 7 (homer-app + homer-ui)

Use the homer-app search API from your backend (POST, authenticated), filter by Call-ID, then either:

  • open results in your own UI using the API response, or
  • create a share link (stored search payload) and redirect the user to the Homer UI share URL

Homer 7 does not ship a simple "POST Call-ID from browser and land in SIP trace" button out of the box. Integration is API + redirect.

You al…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@NiteCrwlr
Comment options

@adubovikov
Comment options

Answer selected by adubovikov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants