nharris-star2star

Results 7 comments of nharris-star2star

Hi @dennwc! Thanks for the quick response. I am using the python [agents](https://github.com/livekit/agents) version 1.0.20 and looking for the headers on the participant attributes. I have all the standard SIP...

Ok. I will check that out and report back. I don't know if it is helpful, but it appears the headers are null when the call is accepted. Is that...

I added a listener for the participant attributes, and I am seeing the default attributes update, but none of the INVITE headers ever make it in to the participant. `@ctx.room.on("participant_attributes_changed")...

I logged out the value of opts in types.go and it shows `2025/05/15 20:19:31 SIPHeaderOptions: SIP_NO_HEADERS` So even though inboud-trunk.json has `include_headers: 2` the if statement is skipping adding the...

It looks like the `resp` in line 25 of pkg/service/psrpc.go is empty, therefore no `TrunkID` and if no `TrunkID` no trunk config? I see there are some open PRs to...

Hi @nishadmusthafa. Thanks for looking in to this. I'm not sure how the agent code could be the problem if commenting out line 257 of pkg/sip/types.go in the sip service...

@nishadmusthafa I commented out check of the trunk config headers setting in types.go on my local build for testing (not committed anywhere on this project). With this config check commented...