Add options to set op and amf for aka auth in pjsua cli tool#4354
Add options to set op and amf for aka auth in pjsua cli tool#4354sauwming merged 4 commits intopjsip:masterfrom
op and amf for aka auth in pjsua cli tool#4354Conversation
|
You need to implement |
|
This this options were quickly added to be able to test some thing on a project I'm working on, and as such I'm mainly coping the behavior demonstrated by the However, in my experience all this parameters (including |
Yes, I think it is better to have hex string for UI. Currently there are only these basic functions Sample usages:
Btw, |
|
Could you also integrate the hex representation for UI (using the samples above as ref perhaps)? Because having ASCII representation for binary/octet strings does not seem practical (e.g: not possible to have zero or some non-printable chars in the middle) and changing it in the future may require a new set of params (and perhaps deprecating the current params |
I'll look into that, I need to make the time tough so might take a wile before I can get to it |
|
Perhaps I can do it, if it is okay with you, please make sure this is enabled? |
It is |
|
Done & tested quickly, please check. |
|
Works correctly on my setup. |
The documentation specifies that if pjsip is compiled with Digest AKA Authentication support then:
This PR adds some options to pjsua cli interface in order to set them on app launch if needed.
Tip
As of #1728, manually linking of milenage third-party library is required. Easiest way I found of doing this was to simply run a
git reverton 7a302f2