@Alkbert wrote:
Hi friends. We have an interconnection agreement with an PSTN operator, supplying us with a range of telephone numbers like part of the deal. The configuration of FreePBX for the availability of the calls is as follows:
exten => 97000092,1,Dial(local/1262@from-internal,20)
exten => _0197XXXXXX/1262,1,Set(CALLERID(num)=97000092)So the extension 1262, when calls a PSTN number, changes its ID to 97000092, which is recognized in the telephone network as a PSTN number and can be routed properly. When you call 97000092, it is redirected the call to our Asterisk and the 1262 starts ringing. Everything related to the interconnection had been written in the custom_extensions.conf.
Adding to that, we have configured a trunk properly and an outbound route like this:
_0197XXXXXX/97XXXXXX
If you notice, 97XXXXXX is the range that the PSTN provider had supplied us. Any unauthorized access is prohibit if you are not “registered” in the .conf file (the configuration was stated previous).
Now the issue or problem is the increasing number of extensions we have that need to be accountable in amounts of telephones given. I’ve been searched that FreePBX has an mysql server running and I’ve noticed that has a custom_extension table there. So: is it possible to write all the configurations in the extensions_custom.conf file in this table?
Posts: 1
Participants: 1