Jump to content

chrispopp

Members
  • Posts

    308
  • Joined

  • Last visited

Posts posted by chrispopp

  1. On 11/28/2016 at 3:49 PM, Vodia PBX said:

    Ok, the solution is to leave this question to the operator... There is a setting called "rest_show_passwords" in the pbx.xml; if you set it to "true", you can get them with /rest/domain/<domain>/user_settings/<account>. Default is not to show the passwords.

    Has this changed in the latest version? I am unable to get the passwords anymore...

  2. Seems Yealink came out with a new range of MAC addresses. 

    This is: 805EC0xxxxxx

    Modified the pnp_yealink.xml to:

     

      <prefix-user-agent>Yealink</prefix-user-agent>
      <file name="yealink_common.txt" encoding="ascii">
        <pattern mac="8">yealink-############.cfg</pattern>
        <pattern mac="0">001565######.cfg</pattern>
        <pattern mac="0">805EC0######.cfg</pattern>
        <pattern>yealink.cfg</pattern>
        <prefix>true</prefix>
        <uamac>-17</uamac>

     

    So it seems to provision when adding the link manually. But it does not sync the new addresses to the RPS server. Any way to add this new range so that it adds the MACs to the RPS server?

  3. 19 hours ago, chrispopp said:

    Hi,

    I'm trying to provision a GXP2130 for multiple extensions on the same phone. I'm using the MAC address field. When opened for provisioning it only provisions the first extension, not all three. I know the Snoms and Yealink works just fine, but for Grandstream it creates two different logs files (generated folder.) But only one extension provisions. Any way to get for example 3 of them?

    At the beginning, I thought the P values were a genius idea since you can add an unlimited number of them, and expand at will, and also offer an easy to refer to documentation... But now I agree that these P values suck.

    Anyways, I was able to figure out why it did not work. There's a spelling mistake in the prov xml file.

    This is the current code:

    {user-account 1}
    <!-- ################################################################### -->
    <!--  Account Settings                                                ## -->
    <!-- ################################################################### -->
    <!-- ################################################################### -->
    <!--  Account 1                                                       ## -->
    <!-- ################################################################### -->
    <!-- ========================================= -->
    <!--  Account 1/General Settings -->
    <!-- ========================================= -->
    <!--  Account Active. 0 - No, 1 - Yes. Default is 1 -->
    <!--  Number: 0, 1 -->
    <!--  Mandatory -->
    <P271>1</P271>
    
    <!--  Account Name -->
    <!--  String -->
    <P270>{display-name}</P270>
    
    <!--  SIP Server -->
    <!--  String -->
    <P47>{domain}</P47>

    The {user-account 1} is incorrect. It should be {use-account 1}, found it in the documentation which oddly enough, can no longer find the link.

    After fixing that issue, plus adding the correct variables to account 2 and 3, they now provision perfectly. :) 

  4. Hi,

    I'm trying to provision a GXP2130 for multiple extensions on the same phone. I'm using the MAC address field. When opened for provisioning it only provisions the first extension, not all three. I know the Snoms and Yealink works just fine, but for Grandstream it creates two different logs files (generated folder.) But only one extension provisions. Any way to get for example 3 of them?

     

    Looking to edit the pmp file, but I just cannot figure out how to insert the second Extension and SIP password values. All other documents use a   {loop-start} ...{lc}  {loop-end}, but how can I do it for P values on the Grandstream. The grandstream has {user-account 2} but no values...

×
×
  • Create New...