Difference between revisions of "PBX Function External DID"
Line 2: | Line 2: | ||
''This option is available starting from [[MOR_10_documentation | MOR 10]]'' | ''This option is available starting from [[MOR_10_documentation | MOR 10]]'' | ||
<br><br> | |||
==What is External DID?== | ==What is External DID?== | ||
'''!!WARNING - Deep Asterisk knowledge is a must before proceeding!!''' <br><br> | '''!!WARNING - Deep Asterisk knowledge is a must before proceeding!!''' <br><br> | ||
External DID function allows you to implement different PBX (or other Asterisk related functions) into MOR.<br> | External DID function allows you to implement different PBX (or other Asterisk related functions) into MOR.<br> | ||
When you assign some DID number pbxfunction External DID your call is forwarded to an extension file | When you assign some DID number pbxfunction External DID your call is forwarded to an extension file | ||
Line 23: | Line 26: | ||
In this file you can basically configure any function that Asterisk supports to handle your call, like: | In this file you can basically configure any function that Asterisk supports to handle your call, like: | ||
[http://www.voip-info.org/wiki/view/Asterisk+call+queues Queues]<br> | * [http://www.voip-info.org/wiki/view/Asterisk+call+queues Queues]<br> | ||
[http://www.voip-info.org/wiki/view/Asterisk+howto+dial+plan Custom dial plans]<br> | * [http://www.voip-info.org/wiki/view/Asterisk+howto+dial+plan Custom dial plans]<br> | ||
[http://www.voip-info.org/wiki/view/Asterisk#HowtosandTutorials And many others]<br> | * [http://www.voip-info.org/wiki/view/Asterisk#HowtosandTutorials And many others]<br> | ||
<br><br> | |||
==How to create External DID?== | ==How to create External DID?== | ||
1. Go to '''SETTINGS –> Billing -> DIDs -> PBX functions''': | 1. Go to '''SETTINGS –> Billing -> DIDs -> PBX functions''': |
Revision as of 08:24, 23 May 2011
External DID
This option is available starting from MOR 10
What is External DID?
!!WARNING - Deep Asterisk knowledge is a must before proceeding!!
External DID function allows you to implement different PBX (or other Asterisk related functions) into MOR.
When you assign some DID number pbxfunction External DID your call is forwarded to an extension file
in Asterisk called:
extensions_mor_external_did.conf
located in:
/etc/asterisk
Prior to making configurations in that file, please keep in mind, that:
When call comes to DID, for example DID number 123456 it will be forwarded to the dial plan in that file with extension:
exten=> 1234567890
In this file you can basically configure any function that Asterisk supports to handle your call, like:
How to create External DID?
1. Go to SETTINGS –> Billing -> DIDs -> PBX functions:
2. When creating a PBX function select the marked option 'External DID':