[Freeswitch-users] Errer

Peter Olsson peter at olssononline.se
Fri May 31 12:41:37 MSD 2013


You can probably find the git revision if you check what revision the 1.2.9
tag in git was created from.


2013/5/31 <B.Tietz at pinguin.ag>

> OK. I'll try to bisect
>
> Then I have to get the git number from the "archived" 1.2.9
> It's not mentioned in fs_cli -x 'status' :-/
>
> regards,
> Benjamin T.
>
> -----Ursprüngliche Nachricht-----
> Von: freeswitch-users-bounces at lists.freeswitch.org [mailto:
> freeswitch-users-bounces at lists.freeswitch.org] Im Auftrag von William King
> Gesendet: Freitag, 31. Mai 2013 10:02
> An: freeswitch-users at lists.freeswitch.org
> Betreff: Re: [Freeswitch-users] Errer
>
> If you have access to test with the source would you be able to run a git
> bisect?
>
> This link should help(if you know the working commit, and a broken one you
> can start at step 3):
> http://webchick.net/node/99
>
> Another good resource for running a git bisect:
> http://ruturaj.net/git-bisect-tutorial/
>
>
> William King
> Senior Engineer
> Quentus Technologies, INC
> 1037 NE 65th St Suite 273
> Seattle, WA 98115
> Main:   (877) 211-9337
> Office: (206) 388-4772
> Cell:   (253) 686-5518
> william.king at quentustech.com
>
> On 05/30/2013 11:40 PM, B.Tietz at pinguin.ag wrote:
> > Hi,
> >
> >
> >
> > I just created a jira-ticket, but the 1.2.10 version was not
> > selectable, so I chose 1.2.9
> >
> >
> >
> > VG,
> >
> > Benjamin T.
> >
> >
> >
> > *Von:*freeswitch-users-bounces at lists.freeswitch.org
> > [mailto:freeswitch-users-bounces at lists.freeswitch.org] *Im Auftrag von
> > *Michael Collins
> > *Gesendet:* Freitag, 31. Mai 2013 01:24
> > *An:* FreeSWITCH Users Help
> > *Betreff:* Re: [Freeswitch-users] Errer
> >
> >
> >
> > Excellent! Now put that in a new ticket at jira.freeswitch.org
> > <http://jira.freeswitch.org> and the devs will check it out.
> >
> > -MC
> >
> >
> >
> > On Thu, May 30, 2013 at 7:08 AM, <B.Tietz at pinguin.ag
> > <mailto:B.Tietz at pinguin.ag>> wrote:
> >
> >     Hi MC,
> >
> >
> >
> >     it seems like the 1.2.9 from the archives is doing t38_gateway
> > perfectly
> >
> >
> >
> >     so something between 1.2.9 (archived one.. I suppose you now which
> >     git-version that is)
> >
> >     and 1.2.10 git acc8eb5 (1.2.10 git e1a7734 also!) makes the
> >     t38_gateway failing.
> >
> >
> >
> >     regards,
> >
> >     Benjamin T.
> >
> >
> >
> >     *Von:*freeswitch-users-bounces at lists.freeswitch.org
> >     <mailto:freeswitch-users-bounces at lists.freeswitch.org>
> >     [mailto:freeswitch-users-bounces at lists.freeswitch.org
> >     <mailto:freeswitch-users-bounces at lists.freeswitch.org>] *Im Auftrag
> >     von *Michael Collins
> >     *Gesendet:* Mittwoch, 29. Mai 2013 17:30
> >     *An:* FreeSWITCH Users Help
> >     *Betreff:* Re: [Freeswitch-users] Errer
> >
> >
> >
> >     Sounds like you'll need to open a Jira on this. If you can isolate
> >     which version broke it, or ideally, which commit broke it then that
> >     would be stellar. Are you familiar with git bisect? That would
> >     assist with the troubleshooting process.
> >
> >     -MC
> >
> >
> >
> >     On Wed, May 29, 2013 at 7:41 AM, <B.Tietz at pinguin.ag
> >     <mailto:B.Tietz at pinguin.ag>> wrote:
> >
> >         Hi,
> >
> >
> >
> >         I'm getting "mod_spandsp_fax.c:1691 sofia/... Error decoding
> >         UDPTL (X bytes)" with FS 1.2.10 with t38_gateway.
> >
> >         Path is Carrier Alaw => FS1-Profile1 => FS1-Profile2 => T38 FS2
> >         rxfax ...
> >
> >
> >
> >         FS 1.2.5.3 works!
> >
> >
> >
> >         Dialplan is
> >
> >
> >
> >            <extension name="Incomming">
> >
> >               <condition field="network_addr" expression="^1.2.3.4"/>
> >
> >               <condition field="destination_number"
> >         expression="^(01234.+)$">
> >
> >                  <action application="set" data="num=$1"/>
> >
> >                  <action application="set"
> >         data="codec_string=PCMA,PCMU,G729"/>
> >
> >                  <action application="set"
> > data="continue_on_fail=true"/>
> >
> >                  <action application="export"
> > data="t38_passthru=true"/>
> >
> >                  <action application="set"
> > data="fax_enable_t38=true"/>
> >
> >                  <action application="bridge"
> >         data="{sip_execute_on_image='t38_gateway self
> >         nocng'}sofia/intern/${num}@192.168.1.1:41000"/>
> >
> >                  <action application="hangup" data="USER_BUSY"/>
> >
> >               </condition>
> >
> >            </extension>
> >
> >
> >
> >         Anything I can try?!
> >
> >
> >
> >         VG,
> >
> >         Benjamin T.
> >
> >
> >
> >
> >
> _________________________________________________________________________
> >         Professional FreeSWITCH Consulting Services:
> >         consulting at freeswitch.org <mailto:consulting at freeswitch.org>
> >         http://www.freeswitchsolutions.com
> >
> >         
> >         
> >
> >         Official FreeSWITCH Sites
> >         http://www.freeswitch.org
> >         http://wiki.freeswitch.org
> >         http://www.cluecon.com
> >
> >         FreeSWITCH-users mailing list
> >         FreeSWITCH-users at lists.freeswitch.org
> >         <mailto: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
> >
> >
> >
> >
> >     --
> >     Michael S Collins
> >     Twitter: @mercutioviz
> >     http://www.FreeSWITCH.org
> >     http://www.ClueCon.com
> >     http://www.OSTAG.org
> >
> >
> >
> _________________________________________________________________________
> >     Professional FreeSWITCH Consulting Services:
> >     consulting at freeswitch.org <mailto:consulting at freeswitch.org>
> >     http://www.freeswitchsolutions.com
> >
> >     
> >     
> >
> >     Official FreeSWITCH Sites
> >     http://www.freeswitch.org
> >     http://wiki.freeswitch.org
> >     http://www.cluecon.com
> >
> >     FreeSWITCH-users mailing list
> >     FreeSWITCH-users at lists.freeswitch.org
> >     <mailto: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
> >
> >
> >
> >
> > --
> > Michael S Collins
> > Twitter: @mercutioviz
> > http://www.FreeSWITCH.org
> > http://www.ClueCon.com
> > http://www.OSTAG.org
> >
> >
> >
> > ______________________________________________________________________
> > ___ Professional FreeSWITCH Consulting Services:
> > consulting at freeswitch.org
> > http://www.freeswitchsolutions.com
> >
> > 
> > 
> >
> > Official FreeSWITCH Sites
> > http://www.freeswitch.org
> > http://wiki.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-use
> > rs
> > http://www.freeswitch.org
> >
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.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://wiki.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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130531/ea77c67e/attachment-0001.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list