cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
571
Views
0
Helpful
2
Replies

add phonebook number through web

hunkw
Level 1
Level 1

Hey, guys

Do you know how to add some phonebook numbers through web used C endpoint? Note: there is no TMS.

One way may be create a XML txt?

Thanks!

Hunk

2 Replies 2

Magnus Ohm
Cisco Employee
Cisco Employee

Hi Han Wu

No you cannot add contatcs via the webinterface.

C-series does not store phonebooks locally on the endpoint compared to the MXP. The C-series is using search only, direct lookups. The reason for this is scalability.

However if you do not have more than 100 entries there is one option you can use via XML. On the C-series there is a file called pb.xml which contains all the local contacts that are created on the endpoint it self. You can edit this file with all the contacts you need (up to 100) and upload the file + reboot the codec.

This is the only alternative, else I suggest that you aquire TMS managment for your endpoints as phonebook management will be much more easier.

The pb.xml file is located in /config of the endpoint. Just log into the endpoint via SCP as root. Here is an example of two entries in pb.xml:

 

    Entry 1

   

     

        11111111  

        H323

        768

     

   

 

 

    User Name

   

     

        user.name@domain.com

        H323

        768

     

   

 

Hope this helps.

/Magnus

Hi,

I get it. Thanks a lot !

Hunk