TRY THIS Gotch-Free Incoming Calling Rule

Alan Painter

New Member
Joined
Feb 18, 2015
Messages
4
Reaction score
0
What is the way to create a Gotch-Free (Asterisk-GUI) Incoming Calling Rule for a VOIP.ms DID to the conference room (2663)?
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,201
Reaction score
5,221
From the Inbound Call Routing tutorial:

Calling Internal Extensions is accomplished in several different ways in Incredible PBX dialplans. Shown below are the Asterisk, Asterisk-GUI (2 ways), and FreePBX methods for placing calls to internal extensions on your PBX. All are supported:
Code:
exten = _.,n,Dial(SIP/2663)
exten = _.,n,Goto(default,2663,1)
exten = _.,n,Goto(CallingRule_extensions_custom,2663,1)
exten = _.,n,Dial(local/2663@from-internal)
 

Alan Painter

New Member
Joined
Feb 18, 2015
Messages
4
Reaction score
0
Hey Ward ~

Thank you for the link to the Inbound Call Routing tutorial.

However in my Gotch-Free the extensions.conf does not match anything this tutorial.

What the extensions.conf says:
;!
;! Automatically generated configuration file
;! Filename: extensions.conf (/etc/asterisk/extensions.conf)
;! Generator: Manager
;! Creation Date: Sun Mar 1 08:53:57 2015
;!
#include "extensions_custom.conf"
#include "extensions_additional.conf"
And both extensions_custom.conf and extensions_additional.conf are also "Automatically generated configuration file(s)"
Did I make some kind of mistake during my setup?
 

Alan Painter

New Member
Joined
Feb 18, 2015
Messages
4
Reaction score
0
Ok I miss that in the file extensions.conf there are about 100 or so blank lines which in nano gave the false impression that the file was only 10 lines or less.

I will apply Inbound Call Routing tutorial suggestions however since this file is/was automatically generated. While I can chop out via an include file does anybody know is there anything that would cause these files to re-generate?

Thank you,
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,201
Reaction score
5,221
Asterisk-GUI regenerates files from time to time. We haven't observed any data loss.
 

Members online

No members online now.

Forum statistics

Threads
25,812
Messages
167,763
Members
19,241
Latest member
bellabos
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top