# Troubleshooting

### Polycom Admin Password

<table border="1" class="confluenceTable" id="bkmrk-regular-default-poly" style="border-collapse: collapse; border-style: solid; width: 105.185%;"><colgroup><col style="width: 41.5094%;"></col><col style="width: 58.4906%;"></col></colgroup><tbody><tr><td class="confluenceTd">**Regular default Polycom password**</td><td class="confluenceTd">`456`</td></tr><tr><td class="confluenceTd">**Our version of the admin password**</td><td class="confluenceTd">`147456`

</td></tr><tr><td class="confluenceTd">**Admin menu for Polycom 330**</td><td class="confluenceTd">`Menu => Settings => Advanced => <password>`

</td></tr><tr><td class="confluenceTd" colspan="1">**Accessing the Polycom web admin**</td><td class="confluenceTd" colspan="1">**<span style="color: rgb(255,0,0);">What is the standard way to access? </span><span style="color: rgb(255,0,0);">Use the Admin / Polycom password</span>**

</td></tr></tbody></table>

### <span style="font-size: 16.0px; font-weight: bold;">Reset To Factory</span>

<table border="1" class="confluenceTable" id="bkmrk-menu-steps-menu-sett" style="width: 72.7161%; border-collapse: collapse; border-style: solid;"><colgroup><col style="width: 18.5611%;"></col><col style="width: 81.4389%;"></col></colgroup><tbody><tr><td class="confluenceTd">Menu Steps</td><td class="confluenceTd">1\. Go to Menu &gt; Settings &gt; Advanced  
2\. Enter the password 147456  
3\. Go to Admin Settings

4\. Reset To Defaults  
5\. Reset To Factory

</td></tr></tbody></table>

### Phone not connecting / Not initializing / constantly rebooting

Plug the phone directly into the switch in the closet. If the phone boots up correctly, then this is an issue with any of the following:

<table border="1" class="relative-table confluenceTable" id="bkmrk-plug-directly-into-t" style="width: 106.173%; border-collapse: collapse; border-style: solid;"><colgroup><col style="width: 20.4633%;"></col><col style="width: 79.5367%;"></col></colgroup><tbody><tr><td class="confluenceTd">cable</td><td class="confluenceTd">Try replacing cable</td></tr><tr><td class="confluenceTd">jack</td><td class="confluenceTd">Possibly need to network-test the jack</td></tr><tr><td class="confluenceTd">switch config</td><td class="confluenceTd">Not allowing the phone on the voice VLAN or having the wrong VLAN.

- Boiling Springs uses Vlan 90
- Bergen uses VLAN 55

See custom notes on the system: /etc/network/interfaces

Example to set to VLAN to our default of 50:

`menu => settings => advanced => pw: 147456 => Ethernet => vlan => vlan 50`

</td></tr><tr><td class="confluenceTd">check connected IPs</td><td class="confluenceTd">`asterisk -rvvv`

`sip show peers`

</td></tr></tbody></table>

  
<span style="font-size: 16.0px; font-weight: bold;">Transfer Log aka Provisioning Log</span>

<table border="1" class="relative-table confluenceTable" id="bkmrk-what-when-a-phone-ge" style="width: 118.025%; border-collapse: collapse; border-style: solid;"><colgroup><col style="width: 10.3832%;"></col><col style="width: 89.6168%;"></col></colgroup><tbody><tr><td class="confluenceTd" colspan="1">**What**</td><td class="confluenceTd" colspan="1">When a phone gets its configuration, it downloads it from the provisioning server.</td></tr><tr><td class="confluenceTd" colspan="1">**Location**</td><td class="confluenceTd" colspan="1">```
/var/log/pure-ftpd/transfer.log
```

</td></tr><tr><td class="confluenceTd" colspan="1">  
</td><td class="confluenceTd" colspan="1">**<span style="color: rgb(255,0,0);">Any other locations on other systems?</span>**</td></tr><tr><td class="confluenceTd">**Search**</td><td class="confluenceTd">IP or compressed lowercase MAC</td></tr><tr><td class="confluenceTd" colspan="1">**Example**</td><td class="confluenceTd" colspan="1">```
grep 50.51 /var/log/pure-ftpd/transfer.log
```

Can search for just the last two octets

</td></tr><tr><td class="confluenceTd" colspan="1">**Example**</td><td class="confluenceTd" colspan="1">```
grep 588d /var/log/pure-ftpd/transfer.log
```

Can search for just the last few characters of a MAC

</td></tr><tr><td class="confluenceTd">**Tip**</td><td class="confluenceTd">If a phone downloads sip.ld twice then it's probably doing a firmware update</td></tr><tr><td class="confluenceTd" colspan="1">**Tip**</td><td class="confluenceTd" colspan="1">The last thing the phone downloads is the ringtones, but only if there are ringtones to be downloaded</td></tr><tr><td class="confluenceTd" colspan="2">```
192.168.50.51 - PlcmSpIp [28/Aug/2017:09:55:26 -0400] "GET /var/tftpboot/0004f248588d.cfg" 200 336
192.168.50.51 - PlcmSpIp [28/Aug/2017:09:55:26 -0400] "GET /var/tftpboot/2345-12375-001.sip.ld" 200 0
192.168.50.51 - PlcmSpIp [28/Aug/2017:09:55:26 -0400] "GET /var/tftpboot/phone6322.cfg" 200 2656
192.168.50.51 - PlcmSpIp [28/Aug/2017:09:55:27 -0400] "GET /var/tftpboot/site.cfg" 200 7880
192.168.50.51 - PlcmSpIp [28/Aug/2017:09:55:27 -0400] "GET /var/tftpboot/sip.cfg" 200 21622
192.168.50.51 - PlcmSpIp [28/Aug/2017:09:55:32 -0400] "PUT /var/tftpboot/Logs/0004f248588d-boot.log" 200 5907
192.168.50.51 - PlcmSpIp [28/Aug/2017:09:55:32 -0400] "PUT /var/tftpboot/Logs/0004f248588d-app.log" 200 26614
192.168.50.51 - PlcmSpIp [28/Aug/2017:09:55:55 -0400] "GET /var/tftpboot/0004f248588d.cfg" 200 336
192.168.50.51 - PlcmSpIp [28/Aug/2017:09:55:58 -0400] "GET /var/tftpboot/2345-12375-001.sip.ld" 200 4970628
192.168.50.51 - PlcmSpIp [28/Aug/2017:09:56:32 -0400] "GET /var/tftpboot/0004f248588d.cfg" 200 336
192.168.50.51 - PlcmSpIp [28/Aug/2017:09:56:35 -0400] "GET /var/tftpboot/2345-12375-001.sip.ld" 200 3932160
```

</td></tr></tbody></table>

### CLI aka Command Line Interface

<table border="1" class="relative-table confluenceTable" id="bkmrk-finding-the-mac-%2F-ip" style="width: 116.667%; border-collapse: collapse; border-style: solid;"><colgroup><col style="width: 22.0228%;"></col><col style="width: 78.0315%;"></col></colgroup><tbody><tr><td class="confluenceTd">**Finding the MAC / IP via**

**Caller ID**

</td><td class="confluenceTd">```
show extension status filter_by callerid_name like dave
```

```
-----------------------------------------------------------------------------------------------------------------------------
|  Exten  |  Phonegroup  |  CallerID       |  MAC           |  Type     |  Agent  |  IP             |  Port  |  Status      |
-----------------------------------------------------------------------------------------------------------------------------
|  6239   |  internal    |  Dave Plaza     |  0004f2a669ad  |  Polycom  |  yes    |  192.168.51.99  |  5060  |  OK (18 ms)  |
|  6280   |  internal    |  Dave Scalfani  |  0004f22c9fa3  |  Polycom  |  no     |  192.168.51.51  |  5060  |  OK (16 ms)  |
-----------------------------------------------------------------------------------------------------------------------------
```

</td></tr><tr><td class="confluenceTd" colspan="1">**Finding the MAC / IP via**

**Extension**

</td><td class="confluenceTd" colspan="1">```
show extensions status filter_by extension like 239
```

```
--------------------------------------------------------------------------------------------------------------------------
|  Exten  |  Phonegroup  |  CallerID    |  MAC           |  Type     |  Agent  |  IP             |  Port  |  Status      |
--------------------------------------------------------------------------------------------------------------------------
|  6239   |  internal    |  Dave Plaza  |  0004f2a669ad  |  Polycom  |  yes    |  192.168.51.99  |  5060  |  OK (19 ms)  |
--------------------------------------------------------------------------------------------------------------------------

```

</td></tr><tr><td class="confluenceTd" colspan="1">**Other search terms**</td><td class="confluenceTd" colspan="1">```
phonegroup_name
```

```
mac
```

```
ip_address
```

</td></tr><tr><td class="confluenceTd" colspan="1">**Switch to Configuring Extension from Polycom =&gt; reg 1**

</td><td class="confluenceTd" colspan="1">```
sip_extension
```

</td></tr><tr><td class="confluenceTd" colspan="1">**Switch to Configuring Polycom from Extension**

</td><td class="confluenceTd" colspan="1">```
polycom
```

</td></tr><tr><td class="confluenceTd" colspan="1">**Take Out Override**

**Provisioning Server**

</td><td class="confluenceTd" colspan="1">```
polycom <mac>
```

```
reg 1
```

```
no override_server
```

</td></tr><tr><td class="confluenceTd" colspan="1">**Idle Screen URL**</td><td class="confluenceTd" colspan="1">```
polycom <mac>
```

```
idle_screen_url "https://65.51.69.82/pbx/polycom/PolycomIdleStatus.fcgi?exten=653"
```

**External HTTPS**

```
idle_screen_url "http://192.168.50.1/pbx/polycom/PolycomIdleStatus.fcgi?exten=653"
```

**Internal HTTP**

</td></tr><tr><td class="confluenceTd" colspan="1">**Setting or changing the extension of a polycom**

</td><td class="confluenceTd" colspan="1">```
configure
```

```
polycom <mac>
```

```
reg 1
```

```
sip_extension <exten>
```

</td></tr><tr><td class="confluenceTd" colspan="1">**Getting rid of an extension**</td><td class="confluenceTd" colspan="1">Same as above except for the last line

```
no sip_extension
```

</td></tr><tr><td class="confluenceTd" colspan="1">**Renaming an extension**</td><td class="confluenceTd" colspan="1">configure

rename extension &lt;existingExten&gt; &lt;newExten&gt;

</td></tr><tr><td class="confluenceTd" colspan="1">**Switching the extension to a different phone**</td><td class="confluenceTd" colspan="1">First need to get rid of the extension (within the polycom config) just like above "no sip\_extension"

Then configure the new extension for the polycom just like above

</td></tr><tr><td class="confluenceTd" colspan="1">**Setting a DID**</td><td class="confluenceTd" colspan="1">```
configure
```

```
extension <exten>
```

```
did <10-digit-number>
```

</td></tr><tr><td class="confluenceTd" colspan="1">**Check Class Of Service for international dialing on an extension**</td><td class="confluenceTd" colspan="1">Configure the extension and then show. The cos is set to international

```
extension 373<br></br> always_autoanswer no<br></br> call_screening no<br></br> callerid_name "Bob Smith"<br></br> callerid_number 373<br></br> cos kwi_internal+local+ld+intl
```

</td></tr><tr><td class="confluenceTd" colspan="1">**If a phone is not hitting the provisioning server - especially for like-new or grade-b phones - could have harcoded provisioning programmed into the phone itself**</td><td class="confluenceTd" colspan="1">Get ip address from the menu on the polycom  
simpleproxy -L 9000 -R 192.168.50.208:80  
[http://kwi-a.client:9000](http://kwi-a.client:9000)  
Default polycom pass is 456  
Our password is 147456  
Settings → provisioning → clear server address  
Set username and password to PlcmSpIp  
Set server type to FTP  
Utilities-&gt;reboot phone

</td></tr></tbody></table>

### Polycom Directory Files

<table border="1" class="relative-table confluenceTable" id="bkmrk-what-contact-files-f" style="width: 99.2593%; border-collapse: collapse; border-style: solid;"><colgroup><col style="width: 12.7967%;"></col><col style="width: 87.1262%;"></col></colgroup><tbody><tr><td class="confluenceTd">**What**</td><td class="confluenceTd">Contact files for presence and monitoring extensions</td></tr><tr><td class="confluenceTd">**Location**</td><td class="confluenceTd">```
/var/tftpboot-files/Contacts/<mac>-directory.xml
```

**Single tenant system**

```
/var/tftpboot-files/secure/Contacts/<mac>-directory.xml
```

**Multi-tenant hosted uses "secure"

</td></tr><tr><td class="confluenceTd">**Search**</td><td class="confluenceTd">```
find /var/tftpboot-files/ | grep <mac>
```

</td></tr></tbody></table>

<table border="1" class="relative-table confluenceTable" id="bkmrk-what-site-file---con" style="width: 99.3827%; border-collapse: collapse; border-style: solid;"><colgroup><col style="width: 14.3053%;"></col><col style="width: 85.6947%;"></col></colgroup><tbody><tr><td class="confluenceTd">**What**</td><td class="confluenceTd">Site file - contains digit map</td></tr><tr><td class="confluenceTd">**Location**</td><td class="confluenceTd">/var/tftpboot-files/site.cfg

**Single tenant system**

/var/tftpboot-files/secure/site.cfg

**Multi-tenant hosted uses "secure"**

</td></tr><tr><td class="confluenceTd">**Hack way to force a reboot**</td><td class="confluenceTd">```
<digitmap dialplan.digitmap="***x.T|**x.T|*x.T|x.T|+x.T" dialplan.digitmap.timeOut="3|3|3|3|3"/>
```

Add an extra "|3" to the timeOut

Save

```
asterisk -rvvv
```

```
sip notify polycomReboot <device>
```

Undo the extra |3 in the timeOut

Save

</td></tr></tbody></table>

### Apache Access Log

<table border="1" class="confluenceTable" id="bkmrk-what-location-%2Fvar%2Fl" style="border-collapse: collapse; border-style: solid;"><colgroup><col></col><col></col></colgroup><tbody><tr><td class="confluenceTd" colspan="1">**What**</td><td class="confluenceTd" colspan="1">  
</td></tr><tr><td class="confluenceTd">**Location**</td><td class="confluenceTd">```
/var/log/apache2/secure-access.log
```

</td></tr><tr><td class="confluenceTd">**Tip**</td><td class="confluenceTd">  
</td></tr></tbody></table>

### Get Phones Script

<table border="1" class="confluenceTable" id="bkmrk-what-search-for-phon" style="border-collapse: collapse; border-style: solid;"><colgroup><col></col><col></col></colgroup><tbody><tr><td class="confluenceTd" colspan="1">**What**</td><td class="confluenceTd" colspan="1">Search for phones</td></tr><tr><td class="confluenceTd">**Location**</td><td class="confluenceTd">```
/apps/bin/getPhones.pl
```

</td></tr><tr><td class="confluenceTd">**Usage**</td><td class="confluenceTd">```
/apps/bin/<a href="http://getPhones.pl">getPhones.pl</a> | grep <device>
```

</td></tr></tbody></table>

### DHCP Log

<table border="1" class="confluenceTable" id="bkmrk-what-location-%2Fetc%2Fd" style="border-collapse: collapse; border-style: solid; width: 28.642%; height: 105.8px;"><colgroup><col style="width: 32.3276%;"></col><col style="width: 67.2414%;"></col></colgroup><tbody><tr style="height: 29.8px;"><td class="confluenceTd" colspan="1" style="height: 29.8px;">**What**</td><td class="confluenceTd" colspan="1" style="height: 29.8px;">  
</td></tr><tr style="height: 46.2px;"><td class="confluenceTd" style="height: 46.2px;">**Location**</td><td class="confluenceTd" style="height: 46.2px;">```
/etc/dhcpd.conf
```

</td></tr><tr style="height: 29.8px;"><td class="confluenceTd" style="height: 29.8px;">**Search**</td><td class="confluenceTd" style="height: 29.8px;">  
</td></tr></tbody></table>

### Daemon Log

<table border="1" class="confluenceTable" id="bkmrk-what-location-%2Fvar%2Fl-1" style="border-collapse: collapse; border-style: solid;"><colgroup><col style="width: 80.0px;"></col><col style="width: 168.0px;"></col></colgroup><tbody><tr><td class="confluenceTd" colspan="1">**What**</td><td class="confluenceTd" colspan="1">  
</td></tr><tr><td class="confluenceTd">**Location**</td><td class="confluenceTd">```
/var/log/daemon.log
```

</td></tr><tr><td class="confluenceTd">**Search**

</td><td class="confluenceTd">  
</td></tr></tbody></table>

### Customer AEL

<table border="1" class="confluenceTable" id="bkmrk-what-location-%2Fetc%2Fa" style="border-collapse: collapse; border-style: solid;"><colgroup><col></col><col></col></colgroup><tbody><tr><td class="confluenceTd" colspan="1">**What**</td><td class="confluenceTd" colspan="1">  
</td></tr><tr><td class="confluenceTd">**Location**</td><td class="confluenceTd">```
/etc/asterisk/ael/custom/customer.ael
```

</td></tr><tr><td class="confluenceTd">**Usage**

</td><td class="confluenceTd">```
asterisk -rvvv
```

```
ael reload
```

</td></tr></tbody></table>

### Packet Sniffing

<table border="1" class="relative-table confluenceTable" id="bkmrk-what-debugging-provi" style="width: 100%; border-collapse: collapse; border-style: solid;"><colgroup><col style="width: 16.9345%;"></col><col style="width: 83.0655%;"></col></colgroup><tbody><tr><td class="confluenceTd">**What**</td><td class="confluenceTd">Debugging provisioning server</td></tr><tr><td class="confluenceTd" colspan="1">**Tip**</td><td class="confluenceTd" colspan="1">Search DHCP log for mac address to find the IP</td></tr><tr><td class="confluenceTd">**Usage**</td><td class="confluenceTd">```
tcpdump -i eth1 host 192.168.50.226 -A -s0
```

</td></tr><tr><td class="confluenceTd" colspan="1">**Using external provisioning server and maybe should be local**

</td><td class="confluenceTd" colspan="1">```
09:01:53.150684 IP 192.168.50.226.sip > 41334552.cst.lightpath.net.sip: SIP, length: 532

E..0....@.....2.A3ER........REGISTER sip:65.51.69.82:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.50.226;branch=z9hG4bKc695b930AE8872ED
From: "Miguel Yanez" <sip:653@65.51.69.82>;tag=37A25335-380B2AAC
To: <sip:653@65.51.69.82>
```

</td></tr><tr><td class="confluenceTd" colspan="1">**Accidentally using HTTPS for provisioning**</td><td class="confluenceTd" colspan="1">```
09:01:56.656688 IP 192.168.50.226.63288 > 41334552.cst.lightpath.net.https: Flags [S], seq 2152593281, win 8192, options [mss 1460], length 0 E..,..@.@.....2.A3ER.8...M......`. ..S........ 09:01:57.150117 IP 192.168.50.226.sip > 41334552.cst.lightpath.net.sip: SIP, length: 532

E..0....@.....2.A3ER........REGISTER sip:65.51.69.82:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.50.226;branch=z9hG4bKc695b930AE8872ED
From: "Miguel Yanez" <sip:653@65.51.69.82>;tag=37A25335-380B2AAC
To: <sip:653@65.51.69.82>
```

</td></tr></tbody></table>

### Blocking Incoming Numbers

<table border="1" class="confluenceTable" id="bkmrk-what-if-for-example-" style="width: 106.049%; border-collapse: collapse; border-style: solid;"><colgroup><col style="width: 19.0374%;"></col><col style="width: 80.9626%;"></col></colgroup><tbody><tr><td class="confluenceTd">**What**</td><td class="confluenceTd">If for example a fax machine keeps calling and you want to block it</td></tr><tr><td class="confluenceTd">**File**</td><td class="confluenceTd">`/etc/asterisk/ael/custom/trunks_in.ael`</td></tr><tr><td class="confluenceTd" colspan="1">**Example on BSSB-A**

</td><td class="confluenceTd" colspan="1">```
context trunkhandler_pbx-sip-t1 {
  _X. => {
    // Stupid fax machine keeps calling (2014)
    if (("${CALLERID(num)}" == "7023660961") || ("${CALLERID(num)}" == "7023894930")) {
      Zapateller();
      Hangup();
    }

    if (("${CALLERID(num)}" == "3152854391")) { Zapateller(); Hangup(); } // Block requested Jeff 2016-07-22
    if (("${CALLERID(num)}" == "8885994209")) { Zapateller(); Hangup(); } // Block requested Jeff 2017-09-06
    ...
  }
}
```

</td></tr></tbody></table>

### Channel Tracing

<table border="1" class="confluenceTable" id="bkmrk-what-figuring-out-wh" style="width: 188.889%; border-collapse: collapse; border-style: solid;"><colgroup><col style="width: 13.7213%;"></col><col style="width: 86.2788%;"></col></colgroup><tbody><tr><td class="confluenceTd">**What**</td><td class="confluenceTd">Figuring out what the heck happened to a call-detail style</td></tr><tr><td class="confluenceTd">**File**</td><td class="confluenceTd">```
/var/log/asterisk/full
```

```
/var/log/asterisk/full.1
```

```
/var/log/asterisk/full.2.gz
```

and many more .gz files

</td></tr><tr><td class="confluenceTd">**Example**</td><td class="confluenceTd">```
[2017-09-05 14:51:29.716] VERBOSE[1477] chan_sip.c: [2017-09-05 14:51:29.716] == <SIP/317-0000130f> New Call (Type: SIP) From: Stann Gravesande <317> (Destination: 671@cos_kwi_internal+local+ld+intl,1)
```

</td></tr><tr><td class="confluenceTd" colspan="1">**Search**</td><td class="confluenceTd" colspan="1">- Can search for a date/time with maybe an hour if known "**2017-09-05 14**". For busy systems this is not ideal.
- Can search for "**New Call**" just to find new calls, there may be thousands of calls to find
- Can search for callerid name like "**Stann Gravesande**", much more specific
- Can seach for "**&lt;317&gt;**" as the incoming callerid number
- Can seach for "**Destiation: 671**" which is the number or extension being called

</td></tr><tr><td class="confluenceTd" colspan="1">**Secondary Search**</td><td class="confluenceTd" colspan="1">Once the **New Call** is found, grab the channel **&lt;SIP/317-0000130f&gt;**</td></tr><tr><td class="confluenceTd" colspan="1">**Tracing By Channel**</td><td class="confluenceTd" colspan="1">```
/apps/bin/asterisk_trace_call -c 'SIP/317-0000130f' -d 2017-09-05
```

That parses through the `full.*` files and displays the detailed call trace

</td></tr><tr><td class="confluenceTd" colspan="1">**Tracing By Call Log**</td><td class="confluenceTd" colspan="1">```
/apps/bin/asterisk_trace_call -l 3624783
```

That parses through a few `full.*` files based on the information it finds in the log\_asterisk.call\_log table

</td></tr></tbody></table>

`/apps/bin/asterisk_trace_call -lc | grep 7175588105`

List all calls and then grep for a certain phone number

[https://i.thinq.com](https://i.thinq.com) =&gt; Origination (inbound calls to our call center - rounting into a phone number)

=&gt; Uncompleted

ANI - Prefix with a 1 to a 10 digit number

### Updating Polycom Firmware

<table border="1" class="confluenceTable" id="bkmrk-still-todo-so-with-t" style="border-collapse: collapse; border-style: solid; width: 74.9383%;"><colgroup><col style="width: 100%;"></col></colgroup><tbody><tr><td class="confluenceTd">**Still TODO**</td></tr><tr><td class="confluenceTd">so with the provisioning server there's a few things to do

in /var/tftpboot-files i already uploaded the 5.6 firmware

so, i make a backup directory with the current firmware

i do like sip-5.4 or whatever the old one is

if you cat sip.ver

it'll tell you the current version

i copy sip.cfg and sip.ver into the backup path

and \*.sip.ld as well

and then i mkdir sip-5.6

cd sip-5.6

unzip ../Polycom-UC…etc.etc5-6.zip

and then copy the sip.ver ..

and then cp Configs/sip-interop.cfg ../sip.cfg

and then cp \*.ld ..

and then once you have everything in /var/tftpboot-files

then you need to copy all those to public and secure as well

sip.cfg, sip.ver, and \*.sip.ld

</td></tr></tbody></table>

### Adding Permission To A Mailbox For Office 365

<table border="1" class="confluenceTable" id="bkmrk-https%3A%2F%2Fportal.offic" style="width: 92.7161%; height: 182.8px; border-collapse: collapse; border-style: solid;"><colgroup><col style="width: 100%;"></col></colgroup><tbody><tr style="height: 80.2px;"><td class="confluenceTd" style="height: 80.2px;">[https://portal.office.com/adminportal/home#/homepage](https://portal.office.com/adminportal/home#/homepage)

Users =&gt; active users =&gt; select user =&gt; mail settings =&gt; mailbox permissions =&gt; edit

Then can Add which displays the users and can search for "Global Administrator"

</td></tr><tr style="height: 102.6px;"><td class="confluenceTd" style="height: 102.6px;">[https://outlook.office365.com](https://outlook.office365.com)

Right click "Global Administrator" name and then click "Add Shared Folder"

Type in the name to search for and add it

It takes quite a while for the new permissions to take effect

</td></tr></tbody></table>

### Setting up a "Like New" Phone

<table border="1" class="relative-table confluenceTable" id="bkmrk-always-check-on-the-" style="width: 91.8519%; border-collapse: collapse; border-style: solid;"><colgroup><col style="width: 100.0%;"></col></colgroup><tbody><tr><th class="confluenceTh">Always check on the "Provisioning Server" configuration section of the phone.

Phones of this type were often configured to be provisioned somewhere else, and need to have:

- "Server" setting cleared entirely
- User and password set to PlcmScIp (that's lower case L 1st, capital i 2nd)

</th></tr></tbody></table>