Difference between revisions of "PBX Function External DID"
From Kolmisoft Wiki
Jump to navigationJump to search
m (Created page with '=External DID= ==What is External DID?== ==How to create External DID?== 1. Go to '''SETTINGS - Billing -> DIDs -> PBX functions''': <br><br> File:Pbx_functions_menu.png <b…') |
|||
Line 2: | Line 2: | ||
==What is 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 in MOR pbxfunction External DID your call is forwarded to an extensions 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: | |||
[http://www.voip-info.org/wiki/view/Asterisk+call+queues Queues] | |||
==How to create External DID?== | ==How to create External DID?== |
Revision as of 08:10, 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 in MOR pbxfunction External DID your call is forwarded to an extensions 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:
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':