Hi Greeting to all you out there. I am new at asterisk, I have been working with PLMN platforms telecommunication for 5 years with NSN and Huawei. We have recently built an asterisk PBX with Trixbox and connected it to our MSS using Digium E1 cards(ISDN). Everything went smoothly as there are tons of information out there, except for the TON number. If you have worked in Telecommunication you will know the importance of TON flexibility. All the posts online suggested to update under Chan_dahdi.conf: pridialplan = international prilocaldialplan = international or other TON value ,restart the platform and then trixbox1*CLI> dialplan reload I have already done this with no success. Are there other changes I have to make in order to change dialplan? Br -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130925/99933cc0/attachment-0001.html>
On Wed, Sep 25, 2013 at 3:22 AM, Endri Stefani <endri.stefani at plus.al>wrote:> Hi**** > > ** ** > > Greeting to all you out there.**** > > ** ** > > I am new at asterisk, I have been working with PLMN platforms > telecommunication for 5 years with NSN and Huawei.**** > > We have recently built an asterisk PBX with Trixbox and connected it to > our MSS using Digium E1 cards(ISDN). Everything went smoothly as there are > tons of information out there, except for the TON number.**** > > If you have worked in Telecommunication you will know the importance of > TON flexibility. **** > > All the posts online suggested to update under Chan_dahdi.conf:**** > > pridialplan = international**** > > prilocaldialplan = international**** > > or other TON value ,restart the platform and then trixbox1*CLI> dialplan > reload**** > > I have already done this with no success. Are there other changes I have > to make in order to change dialplan?**** > > ** ** > > ** ** > > Br**** > > ** >So what are you trying to do specifically? Thanks, Steve Totaro -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130925/1d495cbe/attachment-0001.html>
On 09/25/2013 09:22 AM, Endri Stefani wrote:> Hi > > Greeting to all you out there. > > I am new at asterisk, I have been working with PLMN platforms > telecommunication for 5 years with NSN and Huawei. > > We have recently built an asterisk PBX with Trixbox and connected it to > our MSS using Digium E1 cards(ISDN). Everything went smoothly as there > are tons of information out there, except for the TON number. > > If you have worked in Telecommunication you will know the importance of > TON flexibility. > > All the posts online suggested to update under Chan_dahdi.conf: > > pridialplan = international > > prilocaldialplan = international > > or other TON value ,restart the platform and then trixbox1*CLI> dialplan > reload > > I have already done this with no success. Are there other changes I have > to make in order to change dialplan?Afaik the Trixbox Community Edition is no longer developed. So unless you use a commercial Trixbox you are perhaps better off with just the latest stable Asterisk (asterisk 11.5.1 or 11.6.0-rc1, dahdi 2.7.0.1, libpri 1.4.14, libss7 1.0.2) or if you need a GUI have a look at Elastix, the FreePBX distro, etc. Regards, Patrick
On 2013-09-25 09:22, Endri Stefani wrote:> Hi > > Greeting to all you out there. > > I am new at asterisk, I have been working with PLMN platforms telecommunication for 5 years with NSN and Huawei. > > We have recently built an asterisk PBX with Trixbox and connected it to our MSS using Digium E1 cards(ISDN). Everything went smoothly as there are tons of information out there, except for the TON number. > > If you have worked in Telecommunication you will know the importance of TON flexibility. > > All the posts online suggested to update under Chan_dahdi.conf: > > pridialplan = international > > prilocaldialplan = international > > or other TON value ,restart the platform and then trixbox1*CLI> dialplan reload > > I have already done this with no success. Are there other changes I have to make in order to change dialplan? >If you change something in chan_dahdi.conf, 'dialplan reload' wont help. You need to reload chan_dahdi. I 'm not quite sure if 'module reload chan_dahdi' reloads the TON settings. But you should be save by: module unload chan_dahdi.so and module load chan_dahdi.so which completly unloads and loads chan_dahdi. Regards Hans
if you are a serious teleco guy, which it seems you are. you might consider dumping trixbox in the near future. while trixbox does provide a good entry level into the * world, there are limitations that will eventually hold you back from enjoying the full breadth of utility that * offers. food for thought, Dave Cantera (856)813-7098 mobile/txt david.cantera at ibsonecall.com Sent from my ASUS Pad Steve Totaro <stotaro at totarotechnologies.com> wrote:>On Wed, Sep 25, 2013 at 3:22 AM, Endri Stefani <endri.stefani at plus.al>wrote: > >> Hi**** >> >> ** ** >> >> Greeting to all you out there.**** >> >> ** ** >> >> I am new at asterisk, I have been working with PLMN platforms >> telecommunication for 5 years with NSN and Huawei.**** >> >> We have recently built an asterisk PBX with Trixbox and connected it to >> our MSS using Digium E1 cards(ISDN). Everything went smoothly as there are >> tons of information out there, except for the TON number.**** >> >> If you have worked in Telecommunication you will know the importance of >> TON flexibility. **** >> >> All the posts online suggested to update under Chan_dahdi.conf:**** >> >> pridialplan = international**** >> >> prilocaldialplan = international**** >> >> or other TON value ,restart the platform and then trixbox1*CLI> dialplan >> reload**** >> >> I have already done this with no success. Are there other changes I have >> to make in order to change dialplan?**** >> >> ** ** >> >> ** ** >> >> Br**** >> >> ** >> > >So what are you trying to do specifically? > >Thanks, >Steve Totaro > >-- >_____________________________________________________________________ >-- Bandwidth and Colocation Provided by http://www.api-digital.com -- >New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > >asterisk-users mailing list >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130925/979a7ecf/attachment-0001.html>
chan_dahdi.conf.sample, included in the Asterisk source code, suggests pridialplan=unknown. The CALLERID() functions has a couple of options for setting "num plan", but the options are not well documented. ; PRI Dialplan: The ISDN-level Type Of Number (TON) or numbering plan, used for ; the dialed number. Leaving this as 'unknown' (the default) works for most ; cases. In some very unusual circumstances, you may need to set this to ; 'dynamic' or 'redundant'. ; ; unknown: Unknown ; private: Private ISDN ; local: Local ISDN ; national: National ISDN ; international: International ISDN ; dynamic: Dynamically selects the appropriate dialplan using the ; prefix settings. ; redundant: Same as dynamic, except that the underlying number is not ; changed (not common) -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Endri Stefani Sent: Wednesday, September 25, 2013 3:23 AM To: asterisk-users at lists.digium.com Subject: [asterisk-users] Asterisk TON number Hi Greeting to all you out there. I am new at asterisk, I have been working with PLMN platforms telecommunication for 5 years with NSN and Huawei. We have recently built an asterisk PBX with Trixbox and connected it to our MSS using Digium E1 cards(ISDN). Everything went smoothly as there are tons of information out there, except for the TON number. If you have worked in Telecommunication you will know the importance of TON flexibility. All the posts online suggested to update under Chan_dahdi.conf: pridialplan = international prilocaldialplan = international or other TON value ,restart the platform and then trixbox1*CLI> dialplan reload I have already done this with no success. Are there other changes I have to make in order to change dialplan? Br