Cld007 Posted August 18, 2015 Report Share Posted August 18, 2015 Hello, Is it possible to autoprovision these handsets and manage the buttons through the pbx? Thanks. Quote Link to comment Share on other sites More sharing options...
Vodia Telephone System Posted August 19, 2015 Report Share Posted August 19, 2015 With 2160, yes. We haven't tested it for 2124 but since it's the same series, I don't see any reason why it wouldn't work there as well. Quote Link to comment Share on other sites More sharing options...
Cld007 Posted August 19, 2015 Author Report Share Posted August 19, 2015 Excellent, thank you very much. Where can we find the correct xml template so we can load into the pbx for pnp provisioning? Quote Link to comment Share on other sites More sharing options...
Vodia Telephone System Posted August 20, 2015 Report Share Posted August 20, 2015 The pbx is already ready. Just enter the MAC address of the phone into the extension which you want provisioned on the phone. Make the extension settings as you would like, e.g. name, buttons etc. Open MAC based provisioning for that extension. Just plug your phone and point it's provisioning server to the pbx (either manually in the phone's webpage or through DHCP option 66) and it will provision to that extension. The details are given here: http://vodia.com/documentation/pnp_grandstream Thanks. Quote Link to comment Share on other sites More sharing options...
Cld007 Posted January 28, 2016 Author Report Share Posted January 28, 2016 Thank you very much for your help. Can you please assist further? The phone provisions fine from the grandstream-gxp2100.xml file, however it only has config for 16 buttons. The 2160 has 24 buttons. I have tried customizing the file in the same pattern to include the extra buttons but this has not worked. See below. I added in the Multi Purpose keys between 19-24. They previously stopped at 18. <!-- Multipupose Key 1 --> <!-- ===================================================================================== --> <!-- Key Mode. --> <!-- 0 - Speed Dial, 1 - BLF, 2 - Presence Watcher, 3 - eventlist BLF --> <!-- 4 - Speed Dial via active account, 5 - DialDTMF, 6 - Voicemail, 7 - CallReturn --> <!-- 8 - Transfer, 9 - CallPark, 10 - Intercom, 11 - LDAP Search --> <!-- Number: 0-11 --> <!-- Mandatory --> <P323>1</P323> <!-- Account. 0 - Account 1, 1 - Account 2, 2 - Account 3, 3 - Account 4, 4 - Account 5, 5 - Account 6 --> <!-- Number: 0 - 5 --> <!-- Mandatory --> <P301>0</P301> <!-- Name. Max length allowed is 32 characters. --> <!-- String --> <P302>{blf 1}</P302> <!-- User ID. Max length allowed is 64 characters. --> <!-- String --> <P303>{blf 1}</P303> <!-- Multipupose Key 2 --> <P324>1</P324> <P304>0</P304> <P305>{blf 2}</P305> <P306>{blf 2}</P306> <!-- Multipupose Key 3 --> <P325>1</P325> <P307>0</P307> <P308>{blf 3}</P308> <P309>{blf 3}</P309> <!-- Multipupose Key 4 --> <P326>1</P326> <P310>0</P310> <P311>{blf 4}</P311> <P312>{blf 4}</P312> <!-- Multipupose Key 5 --> <P327>1</P327> <P313>0</P313> <P314>{blf 5}</P314> <P315>{blf 5}</P315> <!-- Multipupose Key 6 --> <P328>1</P328> <P316>0</P316> <P317>{blf 6}</P317> <P318>{blf 6}</P318> <!-- Multipupose Key 7 --> <P329>1</P329> <P319>0</P319> <P320>{blf 7}</P320> <P321>{blf 7}</P321> <!-- ====================================================================================== --> <!-- Mutlipurpose Key 8 - 18 FOR GXP2110 ONLY --> <!-- ====================================================================================== --> <!-- Multipupose Key 8 --> <P353>1</P353> <P354>0</P354> <P355>{blf 8}</P355> <P356>{blf 8}</P356> <!-- Multipupose Key 9 --> <P357>1</P357> <P358>0</P358> <P359>{blf 9}</P359> <P360>{blf 9}</P360> <!-- Multipupose Key 10 --> <P361>1</P361> <P362>0</P362> <P363>{blf 10}</P363> <P364>{blf 10}</P364> <!-- Multipupose Key 11 --> <P365>1</P365> <P366>0</P366> <P367>{blf 11}</P367> <P368>{blf 11}</P368> <!-- Multipupose Key 12 --> <P369>1</P369> <P370>0</P370> <P371>{blf 12}</P371> <P372>{blf 12}</P372> <!-- Multipupose Key 13 --> <P373>1</P373> <P374>0</P374> <P375>{blf 13}</P375> <P376>{blf 13}</P376> <!-- Multipupose Key 14 --> <P377>1</P377> <P378>0</P378> <P379>{blf 14}</P379> <P380>{blf 14}</P380> <!-- Multipupose Key 15 --> <P381>1</P381> <P382>0</P382> <P383>{blf 15}</P383> <P384>{blf 15}</P384> <!-- Multipupose Key 16 --> <P385>1</P385> <P386>0</P386> <P387>{blf 16}</P387> <P388>{blf 16}</P388> <!-- Multipupose Key 17 --> <P389>1</P389> <P390>0</P390> <P391>{blf 17}</P391> <P392>{blf 17}</P392> <!-- Multipupose Key 18 --> <P393>1</P393> <P394>0</P394> <P395>{blf 18}</P395> <P396>{blf 18}</P396> <!-- Multipupose Key 19 --> <P397>1</P397> <P398>0</P398> <P399>{blf 19}</P399> <P400>{blf 19}</P400> <!-- Multipupose Key 20 --> <P401>1</P401> <P402>0</P402> <P403>{blf 20}</P403> <P404>{blf 20}</P404> <!-- Multipupose Key 21 --> <P405>1</P405> <P406>0</P406> <P407>{blf 20}</P407> <P408>{blf 20}</P408> <!-- Multipupose Key 22 --> <P409>1</P409> <P410>0</P410> <P411>{blf 20}</P411> <P412>{blf 20}</P412> <!-- Multipupose Key 23 --> <P413>1</P413> <P414>0</P414> <P415>{blf 20}</P415> <P416>{blf 20}</P416> <!-- Multipupose Key 24 --> <P417>1</P417> <P418>0</P418> <P419>{blf 20}</P419> <P420>{blf 20}</P420> Quote Link to comment Share on other sites More sharing options...
Cld007 Posted January 28, 2016 Author Report Share Posted January 28, 2016 Noticed an error on my part. I've just fixed the blf numbers as per below but BLF still not working for buttons 19-24. Any assistance would be greatly appreciated. <!-- Multipupose Key 19 --> <P397>1</P397> <P398>0</P398> <P399>{blf 19}</P399> <P400>{blf 19}</P400> <!-- Multipupose Key 20 --> <P401>1</P401> <P402>0</P402> <P403>{blf 20}</P403> <P404>{blf 20}</P404> <!-- Multipupose Key 21 --> <P405>1</P405> <P406>0</P406> <P407>{blf 21}</P407> <P408>{blf 21}</P408> <!-- Multipupose Key 22 --> <P409>1</P409> <P410>0</P410> <P411>{blf 22}</P411> <P412>{blf 22}</P412> <!-- Multipupose Key 23 --> <P413>1</P413> <P414>0</P414> <P415>{blf 23}</P415> <P416>{blf 23}</P416> <!-- Multipupose Key 24 --> <P417>1</P417> <P418>0</P418> <P419>{blf 24}</P419> <P420>{blf 24}</P420> Quote Link to comment Share on other sites More sharing options...
Vodia Telephone System Posted February 1, 2016 Report Share Posted February 1, 2016 Hi, The problem is that grandstream does not give the field numbers in sequence when the model changes and more keys are added. Having numbers as fields is strange anyway but that's how they have done it. So after the key 396, the next probably will not be starting with 397. I have tried to find out where the next sequence for the next 6 buttons should start but they don't make it easy. Maybe we will have to extract config from a phone. Once the next starting number is found then they would probably be in sequence for the 6 keys, e.g. if it starts with say 412, then it would be 412, 413, 414, 415, 416, 417. If you have model and can find that out, that would be your number in case you are in a hurry. We will of course be trying to find it and include it after testing. I hope it helps. Thanks. Quote Link to comment Share on other sites More sharing options...
ahennis@voicespring.net Posted April 20, 2016 Report Share Posted April 20, 2016 Here is the programming for buttons 19-24 on the GXP2160. It needs to be in the file grandstream-gxp2100.xml. <!-- Multipupose Key 19 --> <P1440>{grandstream-button-type 19}</P1440> <P1441>0</P1441> <P1442>{button-label 19}</P1442> <P1443>{button-param 19}</P1443> <!-- Multipupose Key 20 --> <P1444>{grandstream-button-type 20}</P1444> <P1445>0</P1445> <P1446>{button-label 20}</P1446> <P1447>{button-param 20}</P1447> <!-- Multipupose Key 21 --> <P1448>{grandstream-button-type 21}</P1448> <P1449>0</P1449> <P1450>{button-label 21}</P1450> <P1451>{button-param 21}</P1451> <!-- Multipupose Key 22 --> <P1452>{grandstream-button-type 22}</P1452> <P1453>0</P1453> <P1454>{button-label 22}</P1454> <P1455>{button-param 22}</P1455> <!-- Multipupose Key 23 --> <P1456>{grandstream-button-type 23}</P1456> <P1457>0</P1457> <P1458>{button-label 23}</P1458> <P1459>{button-param 23}</P1459> <!-- Multipupose Key 24 --> <P1460>{grandstream-button-type 24}</P1460> <P1461>0</P1461> <P1462>{button-label 24}</P1462> <P1463>{button-param 24}</P1463> Quote Link to comment Share on other sites More sharing options...
Cld007 Posted April 21, 2016 Author Report Share Posted April 21, 2016 Thank you very much for your help Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.