You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm trying to use the InviteBridge function with custom From header (because I'm trying to call a remote UAS), and it doesn't work well. It didn't add automatically a tag to From header, but I decided to add it manually. It fixed the issue partially, but the ACK that is send after 200 OK had wrong From tag there, which confused me even more. Here is my code:
Hi @yallxe . Current logic is that it checks do you have dialog added into bridge.
It could be not best design, but it takes that as originator.
Now when I see this, it could be also wrong design, and originator should be explicit.
Try adding your originator into bridge before dialing
hi @yallxe . Ok I see. You want some custom From header. Sure it is find to pass,
but generally you want to have this from user same as originator (dialog with who you are bridging).
Normally this is what diago will update for you, but yeah if you need more custom from this is fine.
Yes, I think there are no checks in case nil, this is probably more on sipgo lib.
Hello,
I'm trying to use the InviteBridge function with custom From header (because I'm trying to call a remote UAS), and it doesn't work well. It didn't add automatically a tag to From header, but I decided to add it manually. It fixed the issue partially, but the ACK that is send after 200 OK had wrong From tag there, which confused me even more. Here is my code:
The text was updated successfully, but these errors were encountered: