Actions

FreeSBC:Asterisk: Difference between revisions

No edit summary
Line 36: Line 36:


'''extensions.conf '''- The extensions.conf file is one of the most used and most important configuration file in Asterisk PBX - it contains the dialplan.
'''extensions.conf '''- The extensions.conf file is one of the most used and most important configuration file in Asterisk PBX - it contains the dialplan.
For more details about the extensions.conf please visit [https://wiki.asterisk.org/wiki/display/AST/Contexts%2C+Extensions%2C+and+Priorities/ Asterisk official web site].
 
For more details about the extensions.conf please visit [https://wiki.asterisk.org/wiki/display/AST/Contexts%2C+Extensions%2C+and+Priorities/ Asterisk official website]
*[[:File:extensions_conf.zip|Click here to download sample extensions.conf zip file ]]
*[[:File:extensions_conf.zip|Click here to download sample extensions.conf zip file ]]
'''sip.conf''' - The SIP channels in Asterisk are configured in the sip.conf file.
For more details about the sip.conf file please visit [https://wiki.asterisk.org/wiki/display/AST/Creating+SIP+Accounts/ Asterisk official website]
*[[:File:sip_conf.zip|Click here to download sample sip.conf zip file ]]
'''features.conf''' - The features.conf file is where you can adjust or define the various feature parameters in Asterisk.
For more details about features.conf file please visit [https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Configuration_features/ Asterisk official website]
*[[:File:features_conf.zip|Click here to download sample features.conf zip file ]]


==Troubleshooting==
==Troubleshooting==

Revision as of 05:59, 12 October 2022


Introduction

This Configuration Note describes how to set up Telcobridges ProSBC for interworking between ITSP’s SIP Trunk or remote client access for Asterisk server.

NOTE: SIP Trunk use G.711 in this test. There is no transcoding available.

Prerequisites

Example Environments for SIPTrunking with Asterisk

Example Configuration

Step by step example SIP Trunk configuration.


Example Environments for Remote Workers with Asterisk

Example Configuration

Step by step example Remote workers configuration.

Asterisk Configuration Files

In this section, you can find basic configuration files for Asterisk PBX.

extensions.conf - The extensions.conf file is one of the most used and most important configuration file in Asterisk PBX - it contains the dialplan.

For more details about the extensions.conf please visit Asterisk official website

sip.conf - The SIP channels in Asterisk are configured in the sip.conf file.

For more details about the sip.conf file please visit Asterisk official website

features.conf - The features.conf file is where you can adjust or define the various feature parameters in Asterisk.

For more details about features.conf file please visit Asterisk official website

Troubleshooting

Call Trace Test Call TBReport Advanced Troubleshooting of ProSBC

Related Content

Please check David Duffett blog post for configuring ProSBC with Asterisk from this link