Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| userdoc:tt_asterisk-fop2-configure [2013/08/04 14:28] – abelbeck | userdoc:tt_asterisk-fop2-configure [2013/08/04 18:35] (current) – [Configure FOP2 Buttons] abelbeck | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| {{: | {{: | ||
| + | !!Note ->!! All actions with the toolbar are **extension** related! | ||
| + | Starting with a simple example, let's create a basic configuration... | ||
| + | |||
| + | ; Extensions | ||
| + | [SIP/1011] | ||
| + | type=extension | ||
| + | extension=1011 | ||
| + | context=from-local | ||
| + | label=Network Room | ||
| + | mailbox=1011@default | ||
| + | email=network@example.com | ||
| + | | ||
| + | [SIP/1016] | ||
| + | type=extension | ||
| + | extension=1016 | ||
| + | context=from-local | ||
| + | label=Office | ||
| + | mailbox=1016@default | ||
| + | email=office@example.com | ||
| + | | ||
| + | ; Trunks | ||
| + | [SIP/ | ||
| + | type=trunk | ||
| + | label=SIP Inbound | ||
| + | context=from-vitelity | ||
| + | | ||
| + | [SIP/ | ||
| + | type=trunk | ||
| + | label=SIP Outbound | ||
| + | | ||
| + | ; Parking Lot | ||
| + | [PARK/ | ||
| + | label=Park | ||
| + | type=park | ||
| + | extension=700 | ||
| + | context=parkedcalls | ||
| + | |||
| + | The resulting Panel looks as follows when logged in as extension **1016**: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | This example is a good starting point, though you can do much, much more. | ||
| + | |||
| + | !!Tip ->!! In your Asterisk dialplan, if you include the voicemail context for '' | ||
| + | |||
| + | At this point it would be good to view some of the | ||
| + | **[[: | ||
| + | to see what can be done. | ||
| ===== Further FOP2 Documentation ===== | ===== Further FOP2 Documentation ===== | ||