Skip to content

Asterisk: support configuration for unnamed endpoint identifier

George Yang requested to merge gyang-7.3 into release-7.3

Add UCI 'asterisk..registercontactline' for enabling asterisk unnamed endpoint identifier which is disabled by default.

If enabled, a 'line' parameter is added to the Contact header of outgoing SIP REGISTER, and the line parameter of incoming SIP INVITE is used to identify the caller.

Merge request reports