3cx dial plan context

Status
Not open for further replies.

solg

Joined
Dec 10, 2014
Messages
1
Reaction score
0
Hello 3CX'ers,

I am trying to find out if 3cx has a Dial Plan and if so where is it located. Here's what I am doing.

I am configuring Odoo ERP for testing and there's an Asterisks module that requires some key information and one piece of that information is a Dialplan Context which I have no clue where to locate. Does anyone here under what it is referring to?
 

Attachments

  • odoo-asterisk-connector.jpg
    odoo-asterisk-connector.jpg
    93.7 KB · Views: 544
Asterick:
X matches any digit from 0-9
Z matches any digit from 1-9
N matches any digit from 2-9
[1237-9] matches any digit or letter in the brackets
(in this example, 1,2,3,7,8,9)
[a-z] matches any lower case letter (introduced in which Asterisk version?)
[A-Z] matches any UPPER case letter (introduced in which Asterisk version?)
. wildcard, matches one or more characters
! wildcard, matches zero or more characters immediately


Context "local":
Extension Description
_9NXXXXXX Local calls

Context "longdistance":
Extension Description
_91NXXNXXXXXX Long distance calls
include => "local"


The context local has one extension pattern to permit dialing 7-digit numbers only (local calls)

The context long distance has one extension pattern to permit dialing a long-distance call, and it also includes the context "local", thus permitting the user to make local calls.

So my guess would be it is looking for the "Context" line... which 3cx does not have specifically.
 
Status
Not open for further replies.

Members Online Now

No members online now.

Forum statistics

Threads
111,835
Messages
589,289
Members
164,666
Latest member
infinititravels