Libki / libki-server

Libki Server
Other
55 stars 28 forks source link

Add ability to specify if personal names in SIP come in reserse order… #265

Closed kylemhall closed 1 year ago

kylemhall commented 1 year ago

… #264

Libki's SIP integration assumes personal names come in the order last name, then first name. Some SIP servers send the name in the order first name, last name. Libki should be able to handle this.

To enable this option, set the new SIP config option 'pattern_personal_name_reverse' to a true value.