Difference between revisions of "PBX Function External DID"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 4: | Line 4: | ||
'''!!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 | When you assign some DID number pbxfunction External DID your call is forwarded to an extension file | ||
in Asterisk called: | in Asterisk called: | ||
<br> | <br> |
Revision as of 08:21, 30 March 2011
External DID
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
In this file you can basically assign any function that Asterisk supports to handle your call, like:
Queues
Custom dial plans
And many others
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':