I just installed FOP2 to evaluate it and initially had difficulties logging in. I found I could log in with a master key but not the user's password.
master_key=5678
user=101:1234:all
user=201:1234:all
[SIP/201]
type=extension
extension=201
context=from-inside
label=Office
mailbox=201@default
extenvoicemail=7201@from-inside-redir
[DAHDI/5]
type=extension
extension=101
context=from-inside
label=House Phones
mailbox=102@default <-- this is intentional as the house analog line shares a mailbox with another sip phone
extenvoicemail=7102@from-inside-redir
I found another thread that suggested I should be using a voicemail password instead. This allows user 201 to login with the voicemail password, while user 101 has to login with the setting in fop2.cfg instead of mailbox 102's password. Can someone point me to the rhyme and reason behind credentials and why/why-not the password in fop2 gets ignored? How did the VM credentials get invoked and whats the point of a fop2.cfg password if its going to reject it outright?