As Asterisk PBX since version 20.12 supports SHA-256 for digest authentication, it would be useful to be able to configure the authentication algorithm according to the device with which kamailio communicates.

It could be by indicating the two algorithms at the same time in this parameter:

modparam("auth", "algorithm", "MD5,SHA-256")

or have a function that allows activate one or the other depending on the device with which Kamailio communicates.

This because all the softphones I have tested so far do not support SHA-256


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/issues/4161@github.com>

voztovoicevoztovoice created an issue (kamailio/kamailio#4161)

As Asterisk PBX since version 20.12 supports SHA-256 for digest authentication, it would be useful to be able to configure the authentication algorithm according to the device with which kamailio communicates.

It could be by indicating the two algorithms at the same time in this parameter:

modparam("auth", "algorithm", "MD5,SHA-256")

or have a function that allows activate one or the other depending on the device with which Kamailio communicates.

This because all the softphones I have tested so far do not support SHA-256


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/issues/4161@github.com>