Jump to content

Modifing the pnp.xml file


sudo

Recommended Posts

I have an interesting problem regarding Polycom SoundStation's and plug and play.

 

I should preface this by stating that we have the full license that supports pnp of non snom devices.

 

So - The beginning of the pnp.xml is as follows:

 

<?xml version="1.0"?>

<plug-and-play>

<http>

<ua vendor="Polycom">Polycom-FileManager/.*</ua>

<ua vendor="Polycom">FileTransport PolycomSoundPointIP-.*</ua>

<ua vendor="snom">snom-m3-SIP/.*</ua>

</http>

 

 

The problem happens when trying to connect a PolycomSoundStation as it does not match the "PolycomSoundPointIP" and does not work. In order for me to get a sound station to connect I have to modify this line from:

 

<ua vendor="Polycom">FileTransport PolycomSoundPointIP-.*</ua>

 

to:

 

<ua vendor="Polycom">FileTransport PolycomSoundStationIP-.*</ua>

 

How can I modify this file to accept both PolycomSoundPointIP and PolycomSoundStationIP?

 

I have asked our in house developers to look into this but they said that they needed to know how the system calls on these files in order to know exactly how to modify it.

 

I have to imagine that this has came up in the past. Can anyone help me out on the formatting of the .xml?

 

Many appreciations.

 

Sudo

Link to comment
Share on other sites

I have an interesting problem regarding Polycom SoundStation's and plug and play.

 

I should preface this by stating that we have the full license that supports pnp of non snom devices.

 

So - The beginning of the pnp.xml is as follows:

 

<?xml version="1.0"?>

<plug-and-play>

<http>

<ua vendor="Polycom">Polycom-FileManager/.*</ua>

<ua vendor="Polycom">FileTransport PolycomSoundPointIP-.*</ua>

<ua vendor="snom">snom-m3-SIP/.*</ua>

</http>

 

 

The problem happens when trying to connect a PolycomSoundStation as it does not match the "PolycomSoundPointIP" and does not work. In order for me to get a sound station to connect I have to modify this line from:

 

<ua vendor="Polycom">FileTransport PolycomSoundPointIP-.*</ua>

 

to:

 

<ua vendor="Polycom">FileTransport PolycomSoundStationIP-.*</ua>

 

How can I modify this file to accept both PolycomSoundPointIP and PolycomSoundStationIP?

 

I have asked our in house developers to look into this but they said that they needed to know how the system calls on these files in order to know exactly how to modify it.

 

I have to imagine that this has came up in the past. Can anyone help me out on the formatting of the .xml?

 

Many appreciations.

 

Sudo

 

Does this not work anymore?: http://forum.snomone.com/index.php?/topic/5547-auto-provisioning-with-polycom/page__view__findpost__p__27082

Link to comment
Share on other sites

Instead of "PolycomSoundPointIP" you can just put "Polycom" there. We have changed that in later versions anyway.

 

This is great thanks for the reply. To confirm - Change this:

 

<ua vendor="Polycom">FileTransport PolycomSoundPointIP-.*</ua>

 

To this:

 

<ua vendor="Polycom">FileTransport Polycom-.*</ua>

 

or would it be this:

 

<ua vendor="Polycom">FileTransport Polycom.*</ua>

 

 

 

Thanks!

Sudo

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...