How you could login with an user, who's name is not the same as the user name that his phone is using to register? Let say the user id 620, but the phone is softphone-620
How you could login with an user, who's name is not the same as the user name that his phone is using to register? Let say the user id 620, but the phone is softphone-620
FOP2 users are not related to sip devices, but to extensions. Assuming in your example that 620 is the extension number, you will have something like this:
fop2.cfg
user=620:password:all
buttons.cfg
[SIP/softphone-whatever] type=extension extension=620 context=from-internal
Thanks! It works!
ohh...same problem solved , thanks sir