Matt Di Florio

Results 16 comments of Matt Di Florio

Getting exactly the same issue with a nested promise.

Why do you need to create and delete accounts so often? Why don't you just create the account or update its credentials if needed and make calls using the one...

It seems to me like you are trying to keep creating new accounts rather than using the one that is stored in the endpoint. The other option is to delete...

Any updates on this issue? @mattyleggy @FrankFei. Did you guys manage to find a solution?

@datso We're trying to create the correct authorisation header using the nonce and realm which is sent by the SIP server. PJSIP does send another invite, but it's not with...

Perhaps, I've misunderstood how it works. We don't have a custom authorisation algorithm. My impression was that on INVITE the SIP server sends a 407 Proxy Authentication Requirement, then the...

@JSAustin, did you manage to find a work around for MVT?

@datso, when making a call is it possible to respond to a PJSIP_SC_PROXY_AUTHENTICATION_REQUIRED / 407, by using a Proxy-Authenticate with a nonce and realm?

@rcorrie Did you manage to come up with a solution for the problem? If so could you please upload your code?