Jump to content

chrispopp

Members
  • Posts

    308
  • Joined

  • Last visited

Everything posted by chrispopp

  1. Tried this, but it doesn't seem that the provisioning works. The reason is that it does not specify a Profile.
  2. I'm testing on a Snom D785, but the system won't provision it. I am curious if I can add an xml file to the list. Maybe in an HTML dir or something. I tried it and it doesn't seem to pick it up. Can someone guide me what file and which folder I should add it to?
  3. Can you tell me the difference? The reason is that we had a third party app that was working using the SIP passwords. Now it simply returns an error. Trying to send it to the programmer to change the logic, but to be honest I cannot see a difference between the old command and the new one.
  4. Has the command changed from the previous releases?
  5. I am able to retrieve the passwords from old releases. But does not work on the newest release. 60.0.1. Can you please check if it works?
  6. Has this changed in the latest version? I am unable to get the passwords anymore...
  7. Looking to retrieve a list of extensions from the PBX. This is to populate the a third party app. I was thinking about LDAP, but it might be easier using the REST api. Any code for this? XCAP?
  8. Some clients are asking for Zoho phonebridge. https://www.zoho.com/phonebridge/ Any plans to integrate?
  9. I'm working with the extension status. My problem is subscribing to the dialog state.
  10. I'm trying to develop an app where IM and presence works. I'm having a hard time getting the presence working, but the IM is working correctly. Is Vodia sending the presence status? As described in RRFC3863 4.1.2 (https://tools.ietf.org/html/rfc3863#section-4.1.2) I am looking for <contact/>.
  11. Wouldn't it be able to be done via the IVR Node? maybe something along the lines of !T!*64110 *64120 *64130...! tried it but doesn't seem to work
  12. The reason for so many extensions is that the customer is thinking about having 10 different agent group for inbound with 10 different DIDs, specific music on hold for each company (even when on hold from the phone) , and also be able to dial out showing different numbers corresponding to each agent group.
  13. Was looking for the CO lines option as it says in the manual but I no longer see them in version 59. I know I'm using them in version 4.5, but the new edition doesn't have them as an option.
  14. Isn't there a way to change it in the html folder?
  15. No, did not think about that. I left them both there and the system provisioned the phone correctly if I add the PBX URL manually in the provisioning field. But, I'm used to Vodia syncing with the RPS server automatically... Is this where the value is taken from?
  16. 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?
  17. Is there a way to create a timed page? For example, to page a specific wave file at 9AM every day?
  18. Hi ndemou. Did you figure out a way to do this? We are also working on a shell script, but having a hard time.
  19. 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.
  20. 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...
  21. That wouldn't work. The phone has many extensions on it... Therefore sending the *64 star code would only log-in the first identity (extension.)
  22. No, I meant the https... Anyways, I modified the yealink PNP file: From: wallpaper_upload.url = {http-url rest}/domain/{domain}/image/logo/480x272.jpg phone_setting.backgrounds = Config:480x272.jpg To:wallpaper_upload.url = http://www.myserver.com/images/yealinkbg.jpg phone_setting.backgrounds = Config:yealinkbg.jpg
  23. I was able to upload it to a webserver, and then change the path in the customized cfg file. Seems to work alright. Doesn't work over https, only over regular http.
×
×
  • Create New...