Pjsip User_eq_phone Adds User=phone To Anonymous User Bug?
With pjsip (asterisk 13.14.1) I see the problem that an anonymous from header gets user=phone appendend to the URI if user_eq_phone=yes is specified:
On the incoming leg:
From: anonymous
With pjsip (asterisk 13.14.1) I see the problem that an anonymous from header gets user=phone appendend to the URI if user_eq_phone=yes is specified:
On the incoming leg:
From: anonymous
2 thoughts on - Pjsip User_eq_phone Adds User=phone To Anonymous User Bug?
What seems to be happening is that the session is being set up and the user=phone parameter added. It’s only after that the values are updated to be Anonymous and the user=phone parameter is left there. Please file an issue[1] with the description above.
[1] https://issues.asterisk.org/jira
Issue created:
https://issues.asterisk.org/jira/browse/ASTERISK-27047