User different that the phone username

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

Comments

  • 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
Sign In or Register to comment.