[Freeswitch-users] Freetdm group

Michael Jerris mike at jerris.com
Thu Jun 11 13:04:12 MSD 2015


I can not in any way understand why sangoma would have any important bug
fixes still not committed to our tree when they have free ability to do so
at any time.  If this is the case, all sangoma users should be calling them
and asking that this gets fixed immediately.  Until this is resolved I
think it's best we just redirect this and any sangoma related issue
directly to their support channels.

On Thursday, June 11, 2015, Andrew Keil <andrew.keil at visytel.com> wrote:

>  Michael,
>
>
>
> I will be performing similar tests in about one months’ time.  Until then
> I do not have access to a Sangoma card plugged into an E1 trunk to assist
> with a real world test.  The cards I use are the A104DE running Euro-ISDN
> in the UK off BT.  I am based in Melbourne, Australia.
>
>
>
> There are some important bug fixes in Sangoma’s FreeTDM and you should use
> the Sangoma updated version.  In order to fast-track the changes I have
> created a ZIP file on my FTP site and a PDF document (see attached) to
> setup the latest production release of FreeSWITCH (version 1.4.19) on
> CentOS 6.6 with the Sangoma updated FreeTDM 1.9.0.  It may help.
>
>
>
> Regarding Sangoma support, I can only recommend it.  It is free with their
> digital cards so I suggest you register online on their web-site and make
> use of it.  Also please be aware that the Wanpipe drivers R&D is done in
> Canada (where Sangoma’s head office is based) and the FreeTDM/FreeSWITCH
> integration is done mostly in India.
>
>
>
> Sangoma hope to merge FreeTDM (with the fixes) with FreeSWITCH in
> August/September this year.
>
>
>
> Sorry I cannot provide a quick fix just yet.
>
>
>
> As with any instruction document, Visytel Pty Ltd accepts no liability or
> loss of earnings from following the attached PDF.
>
>
>
> Regards,
>
>
>
> Andrew Keil
>
> *Visytel Pty Ltd*
>
>
>
>
>
> *From:* freeswitch-users-bounces at lists.freeswitch.org
> <javascript:_e(%7B%7D,'cvml','freeswitch-users-bounces at lists.freeswitch.org');>
> [mailto:freeswitch-users-bounces at lists.freeswitch.org
> <javascript:_e(%7B%7D,'cvml','freeswitch-users-bounces at lists.freeswitch.org');>]
> *On Behalf Of *Matt Broad
> *Sent:* Thursday, 11 June 2015 5:22 PM
> *To:* FreeSWITCH Users Help
> *Subject:* Re: [Freeswitch-users] Freetdm group
>
>
>
> Hi Michael,
>
> I tried following both the sangoma wiki and freeswitch confluence pages
> when setting up the card.
> Sangoma support would be my last resort, but I was hoping that someone on
> this list would have some hints or tips as to where I was going wrong :)
>
> The card itself works fine, but what I need is to be able to send outbound
> calls and not have to worry about checking to see what port has free lines
> available.
> >From reading the wikis I think this is possible by grouping the spans.
>
> thanks
> Matt
>
> On 10/06/2015 17:06, Michael Jerris wrote:
>
> You might want to check with sangoma support or their wiki on this if its
> not well documented on our wiki
>
> On Wednesday, June 10, 2015, Matt Broad <matt at inveroak.com
> <javascript:_e(%7B%7D,'cvml','matt at inveroak.com');>> wrote:
>
> Hi Vallimamod,
>
> thanks for your response. regarding the hunting order.
>
> With regards to the group, I can't see in any of the files that group is
> mentioned or referenced other than, as you say, freetdm.conf.
> I have created the conf file manually and gave the spans different names
> than wp1 and wp2 but this causes the mod_freetdm to not load correctly
> stating that the spans cannot be found.
> I am not sure what I am doing wrong, I am happy to have the spans named
> as they are by wancfg_fs but I would like them to be grouped
>
> thanks
> Matt
>
> On 09/06/2015 12:10, Vallimamod Abdullah wrote:
> > Hi,
> >
> > - the “a” means isdn channel hunting order: “a” seeks for the first
> lowest numbered channel available and “A”, for the first highest numbered
> (i.e. start seeking from the end.) It is advisable to *not* use the same
> order as your telco to avoid glare conditions.
> >
> > - for the group, I don’t know if there is another place for isdn but for
> ss7, I declare it only on freetdm.conf. Make sure the span name is the same
> in autoload_configs/freetdm.conf.xml:
> >
> >       <sangoma_pri_spans>
> >                       <span name="wp1" cfgprofile="my_pri_te_e1_1">
> >               ...
> >
> > Here the “name” must be the same as in freetdm.conf.
> >
> > Hope this helps!
> >
> > Best regards,
> > Vallimamod
> > .
> >
> >
> >
> >> On 09 Jun 2015, at 09:45, Matt Broad <matt at inveroak.com> wrote:
> >>
> >> HI,
> >>
> >> I have a sangoma A102 card and have configured it using the Freetdm
> example (https://freeswitch.org/confluence/display/FREESWITCH/FreeTDM).
> >>
> >> I can make calls out using both spans, but I have a couple of questions:
> >>
> >> in the below CLI command, what does the "a" refer to?
> >> "originate freetdm/1/a/0123412345 &conference(123)"
> >>
> >> secondly, I will be using both ports to make outbound calls only and I
> am trying to add both spans to a group so that I can send calls out over
> the next available line.  I have the following as my freetdm.conf
> >>
> >> [span wanpipe wp1]
> >> trunk_type => e1
> >> group=PSTN
> >> b-channel => 1:1-15
> >> b-channel => 1:17-31
> >> d-channel => 1:16
> >>
> >> [span wanpipe wp2]
> >> trunk_type => e1
> >> group=PSTN
> >> b-channel => 2:1-15
> >> b-channel => 2:17-31
> >> d-channel => 2:16
> >>
> >> When I try to make a call out using "originate
> freetdm/PSTN/a/0123412345 &conference(123)" I get the error "[ERR]
> mod_freetdm.c:1390 Missing ftdm span or group: PSTN"
> >>
> >> Any ideas why this would be?  Do I need to declare the group
> elsewhere?  I have tried configuring the card using "wancfg_fs" and doing
> it manually but both result in the error
> >> (though wancfg_fs requires the group to contain a number)
> >>
> >>
> >> thanks
> >> Matt
> >
> > _________________________________________________________________________
> > Professional FreeSWITCH Consulting Services:
> > consulting at freeswitch.org
> > http://www.freeswitchsolutions.com
> >
> > Official FreeSWITCH Sites
> > http://www.freeswitch.org
> > http://confluence.freeswitch.org
> > http://www.cluecon.com
> >
> > FreeSWITCH-users mailing list
> > FreeSWITCH-users at lists.freeswitch.org
> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> > http://www.freeswitch.org
>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
>
>
>  _________________________________________________________________________
>
> Professional FreeSWITCH Consulting Services:
>
> consulting at freeswitch.org <javascript:_e(%7B%7D,'cvml','consulting at freeswitch.org');>
>
> http://www.freeswitchsolutions.com
>
>
>
> Official FreeSWITCH Sites
>
> http://www.freeswitch.org
>
> http://confluence.freeswitch.org
>
> http://www.cluecon.com
>
>
>
> FreeSWITCH-users mailing list
>
> FreeSWITCH-users at lists.freeswitch.org <javascript:_e(%7B%7D,'cvml','FreeSWITCH-users at lists.freeswitch.org');>
>
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>
> http://www.freeswitch.org
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150611/07055d53/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list