[Freeswitch-users] Passthru mode SOLVED
FERNANDO VILLARROEL
fvillarroel at yahoo.com
Wed Jun 3 19:32:24 PDT 2009
Dear,
The system works very well with:
<action application="set" data="proxy_media=true"/>
The problem was in the Wikipbx in folder freswitchxml; now works fine.
Thank you for you help.
--- On Wed, 6/3/09, Anthony Minessale <anthony.minessale at gmail.com> wrote:
> From: Anthony Minessale <anthony.minessale at gmail.com>
> Subject: Re: [Freeswitch-users] Passthru mode
> To: freeswitch-users at lists.freeswitch.org
> Date: Wednesday, June 3, 2009, 10:39 AM
> I am pretty sure inbound-proxy-media
> forces late-negotation iirc.
>
>
> On Wed, Jun 3, 2009 at 1:33 AM,
> Mathieu Rene <mrene_lists at avgs.ca>
> wrote:
>
>
>
> On 3-Jun-09, at 2:32 AM, Jim Burke wrote:
>
>
>
> > Fernando,
>
> >
>
> > Try setting 'inbound-late-negotiation' in your
> SIP Profile. This will
>
> > allow the call to hit the dialplan where you can set
> proxy_media.
>
> > This also assumes you have bypass_media set to false
> in your dialplan.
>
> >
>
> > Alternatively I beleive you can set
> "inbound-proxy-media" in the SIP
>
> > Profile and this will do the same thing.
>
>
>
> But you still need late negotiation for that to work,
> so in both cases
>
> you need to fix that :D
>
>
>
> Math
>
>
>
> >
>
> >
>
> > Regards,
>
> > Jim
>
> >
>
> > On Wed, Jun 3, 2009 at 6:46 AM, FERNANDO VILLARROEL
>
> > <fvillarroel at yahoo.com>
> wrote:
>
> >>
>
> >> Dear,
>
> >>
>
> >> I can't solve my problem, i was try with:
>
> >>
>
> >> <action application="set"
> data="proxy_media=true"/>
>
> >> <action application="bridge"
> data="sofia/gateway/ubb/$1$2$3"/>
>
> >>
>
> >> and:
>
> >>
>
> >> <param name="disable-transcoding"
> value="true"/> in freeswitch.xml
>
> >>
>
> >> But receive the same log:
>
> >>
>
> >> http://pastebin.freeswitch.org/9204
>
> >>
>
> >> Anyone help me.
>
> >>
>
> >> Fernando
>
> >>
>
> >> --- On Mon, 6/1/09, FERNANDO VILLARROEL <fvillarroel at yahoo.com>
>
> >> wrote:
>
> >>
>
> >>> From: FERNANDO VILLARROEL <fvillarroel at yahoo.com>
>
> >>> Subject: Re: [Freeswitch-users] Passthru mode
>
> >>> To: freeswitch-users at lists.freeswitch.org
>
> >>> Date: Monday, June 1, 2009, 8:10 PM
>
> >>>
>
> >>> Hello i was try with:
>
> >>>
>
> >>> <action application="set"
> data="bypass_media=true"/>
>
> >>> <action application="bridge"
>
> >>>
> data="sofia/gateway/ubb/$1$2$3"/>
>
> >>>
>
> >>> This is the log on FS_CLI:
>
> >>>
>
> >>> http://pastebin.freeswitch.org/9204
>
> >>>
>
> >>> Fernando
>
> >>>
>
> >>> --- On Mon, 6/1/09, Michael Collins <msc at freeswitch.org>
>
> >>> wrote:
>
> >>>
>
> >>>> From: Michael Collins <msc at freeswitch.org>
>
> >>>> Subject: Re: [Freeswitch-users] Passthru
> mode
>
> >>>> To: freeswitch-users at lists.freeswitch.org
>
> >>>> Date: Monday, June 1, 2009, 7:41 PM
>
> >>>>
>
> >>>>
>
> >>>> On Mon, Jun 1, 2009 at 3:20 PM,
>
> >>>> FERNANDO VILLARROEL <fvillarroel at yahoo.com>
>
> >>>> wrote:
>
> >>>>
>
> >>>>
>
> >>>>
>
> >>>> Hello the dial plan:
>
> >>>>
>
> >>>>
>
> >>>>
>
> >>>> <action application="bridge"
>
> >>>>
> data="sofia/gateway/ubb/$1$2$3"/>
>
> >>>>
>
> >>>>
>
> >>>>
>
> >>>> This i setup from Wikipbx.
>
> >>>> What about this in the dialplan?
>
> >>>> <action application="set"
>
> >>>> data="proxy_media=true"/>
>
> >>>> Or alternatively this in the SIP profile?
>
> >>>>
>
> >>>> <param
> name="inbound-proxy-media"
>
> >>>> value="true"/>
>
> >>>>
>
> >>>> I just want to make sure you're
> actually telling FS
>
> >>> to
>
> >>>> use proxy media. If I may make a
> suggestion: use
>
> >>> pastebin.freeswitch.org
>
> >>>> and pastebin the entire extension in the
> dialplan as
>
> >>> well as
>
> >>>> a complete debug log of the call from the
> FS CLI.
>
> >>> Please see
>
> >>>> this page for some handy tips on gathering
> information
>
> >>> for
>
> >>>> troubleshooting:
>
> >>>>
>
> >>>> http://wiki.freeswitch.org/wiki/Reporting_Bugs
>
> >>>>
>
> >>>> -MC
>
> >>>>
>
> >>>>
>
> >>>>
>
> >>>> -----Inline Attachment Follows-----
>
> >>>>
>
> >>>>
> _______________________________________________
>
> >>>> 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
>
> >>>>
>
> >>>
>
> >>>
>
> >>>
>
> >>>
>
> >>>
> _______________________________________________
>
> >>> 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
>
> >>>
>
> >>
>
> >>
>
> >>
>
> >>
>
> >> _______________________________________________
>
> >> 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
>
> >>
>
> >
>
> > _______________________________________________
>
> > 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
>
>
>
>
>
> _______________________________________________
>
> 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
>
>
>
>
> --
> Anthony Minessale II
>
> FreeSWITCH http://www.freeswitch.org/
> ClueCon http://www.cluecon.com/
>
>
> AIM: anthm
> MSN:anthony_minessale at hotmail.com
> GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com
>
> IRC: irc.freenode.net
> #freeswitch
>
> FreeSWITCH Developer Conference
> sip:888 at conference.freeswitch.org
> iax:guest at conference.freeswitch.org/888
>
> googletalk:conf+888 at conference.freeswitch.org
> pstn:213-799-1400
>
>
> -----Inline Attachment Follows-----
>
> _______________________________________________
> 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
>
More information about the FreeSWITCH-users
mailing list