Skip to content

Commit 2bbed10

Browse files
committed
Remove 'On This Page' from a lot of pages
1 parent 9f664ca commit 2bbed10

55 files changed

Lines changed: 18 additions & 69 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/Configuration/Applications/Asterisk-Queues/Building-Queues.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ The first thing we want to do is register a couple of SIP devices to our server.
2424

2525
In sip.conf, we add the following to the bottom of our file:
2626

27-
On This Page
2827

2928
```
3029
sip.conf

docs/Configuration/Applications/Conferencing-Applications/ConfBridge/ConfBridge-AMI-Actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ListItems: 1
3232
3333
```
3434

35-
On This PageConfbridgeListRooms
35+
ConfbridgeListRooms
3636
-------------------
3737

3838
Lists data about all active conferences. ConfbridgeListRooms will follow as separate events, followed by a final event called ConfbridgeListRoomsComplete.

docs/Configuration/Applications/Conferencing-Applications/ConfBridge/ConfBridge-AMI-Events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Conference: 1111
1717
1818
```
1919

20-
On This PageConfbridgeJoin
20+
ConfbridgeJoin
2121
--------------
2222

2323
This event is sent when a user joins a conference - either one already in progress or as the first user to join a newly instantiated bridge.

docs/Configuration/Applications/Conferencing-Applications/ConfBridge/ConfBridge-Functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Function CONFBRIDGE
88

99
The CONFBRIDGE dialplan function is used to set customized Bridge and/or User Profiles on a channel for the ConfBridge application. It uses the same options defined in confbridge.conf and allows the creation of dynamic, dialplan-driven conferences.
1010

11-
On This PageSyntax
11+
Syntax
1212
------
1313

1414
```

docs/Configuration/Channel-Drivers/SIP/Configuring-res_pjsip/Asterisk-PJSIP-Troubleshooting-Guide.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Unrecognized Endpoint
2929

3030
All inbound SIP traffic to Asterisk must be matched to a configured endpoint. If Asterisk is unable to determine which endpoint the SIP request is coming from, then the incoming request will be rejected. If you are seeing messages like:
3131

32-
On this Page
3332

3433
```
3534
[2014-10-13 16:12:17.349] DEBUG[27284]: res_pjsip_endpoint_identifier_user.c:106 username_identify: Could not identify endpoint by username 'eggowaffles'

docs/Configuration/Channel-Drivers/SIP/Configuring-res_pjsip/Configuring-Outbound-Registrations.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Configuration options
1818

1919
A list of outbound registration configuration options can be found on [this page](/Latest_API/API_Documentation/Module_Configuration/res_pjsip_outbound_registration). Here is a simple example configuration for an outbound registration to a provider:
2020

21-
On this Page
2221

2322
pjsip.conf
2423

docs/Configuration/Channel-Drivers/SIP/Configuring-res_pjsip/Configuring-res_pjsip-for-Presence-Subscriptions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Capabilities
1212
============
1313

1414
Asterisk's PJSIP channel driver provides the same presence subscription capabilities as `chan_sip` does. This means that [RFC 3856](http://tools.ietf.org/html/rfc3856) presence and [RFC 4235](http://www.rfc-editor.org/rfc/rfc4235.txt) dialog info are supported. Presence subscriptions support [RFC 3863](http://tools.ietf.org/html/rfc3863) PIDF+XML bodies as well as [XPIDF+XML](http://tools.ietf.org/html/draft-rosenberg-impp-pidf-00). Beyond that, Asterisk also supports subscribing to [RFC 4662](http://tools.ietf.org/html/rfc4662) lists of presence resources.
15-
On this Page
1615

1716
extensions.conf
1817

docs/Configuration/Channel-Drivers/SIP/Configuring-res_pjsip/Migrating-from-chan_sip-to-res_pjsip.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Writing pjsip.conf
4040

4141
```
4242
43-
On this Page
4443
4544
Side by Side Examples of sip.conf and pjsip.conf Configuration
4645
==============================================================

docs/Configuration/Channel-Drivers/SIP/Configuring-res_pjsip/Resource-List-Subscriptions-RLS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ In a PBX environment, it is common for SIP devices to subscribe to many resource
1212

1313
* In a situation where all phones boot up simultaneously, each of the phones will be sending out their SIP SUBSCRIBEs nearly simultaneously, placing a larger-than-average burden on the Asterisk server's CPU.
1414
* In the SIP stack, N-squared long-term SIP dialogs have to be maintained, tying up more system resources (e.g. memory).
15-
On this Page
1615

1716
These limitations can drastically limit the number of devices a PBX administrator can use with an Asterisk system. Even if the hardware is capable of handling the mean traffic of, say, 200 users, it may be required to limit the number of users to 50 or fewer because of the N-squared subscriptions generating so much simultaneous traffic.
1817

docs/Configuration/Channel-Drivers/SIP/Configuring-res_pjsip/res_pjsip-Configuration-Examples.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ max_contacts=1
4545
* auth= is used for the endpoint as opposed to outbound_auth= since we want to allow inbound registration for this endpoint
4646
* max_contacts= is set to something non-zero as we want to allow contacts to be created through registration
4747

48-
On this Page
4948

5049
A SIP trunk to your service provider, including outbound registration
5150
---------------------------------------------------------------------

0 commit comments

Comments
 (0)