Re: [reSIProcate] http refer
I think we should change the Uri (which is a component of a NameAddr)
to also support non-SIP and non-TEL uris. I'm not sure quite how to do
this yet since the way parameters are handled with HTTP is different.
On 8/30/07, Robert Sparks <rjsparks@xxxxxxxxxxx> wrote:
> Agree that this is something we should address.
>
> Would it be better to change the guts of NameAddr or to change the
> object Refer-To carries? My initial reaction is to explore the later.
>
> RjS
>
> On Aug 30, 2007, at 10:09 AM, Jason Fischl wrote:
>
> > Currently, there is no support for anything other than sip or tel uris
> > as targets of the Refer-To field since it is a NameAddr. This seems
> > like a bug and should be fixed. I'm not sure this is straightforward
> > though.
> >
> >
> >
> > On 8/29/07, maodong hu <hhmmdd@xxxxxxx> wrote:
> >> hi, all
> >>
> >> I want to test the usage of REFER to "push" a Web page. so I
> >> sends a REFER
> >> to the UAS with a Refer-To set to an HTTP URL
> >> Refer to http://127.0.0.1:8080/nv35cfg/web/netvoice.php
> >>
> >> but resip seems send only http://127.0.0.1:8080
> >>
> >> REFER sip:2201@xxxxxxxxxxxxxx:5060 SIP/2.0
> >> Via: SIP/2.0/
> >> ;branch=z9hG4bK-d8754z-7e578a7df26f2c15-1---d8754z-;rport
> >> Max-Forwards: 70
> >> Route: <sip: 192.168.101.28:5060 ;lr>
> >> Contact: <sip:4200@xxxxxxxxx:5061>
> >> To: "steven"<sip:2201@xxxxxxxxxxxxxx >;tag=fa398d1c
> >> From: "4200"<sip:4200@xxxxxxxxxxxxxx:5060>;tag=7d5a137c
> >> Call-ID:
> >> b1372725732e8f68NmVkNjFkNGI4MGJiMGY4MTkzN2IzMjQxOGU5OGFkY2E.
> >> CSeq: 2 REFER
> >> Supported: norefersub
> >> Refer-To: < http://127.0.0.1:8080>
> >> Referred-By: "4200"< sip:4200@xxxxxxxxxxxxxx:5060>
> >> Content-Length: 0
> >> Refer-Sub: false
> >>
> >>
> >> how can resip give Refer-To: <http://127.0.0.1:8080/nv35cfg/web/
> >> netvoice.php
> >>> ?
> >>
> >> ps: I use refer(NameAddr(Data(dest)), false); // dest =
> >> http://127.0.0.1:8080/nv35cfg/web/netvoice.php
> >>
> >>
> >>
> >> --
> >> Best Regards
> >>
> >> Maodong Hu
> >> _______________________________________________
> >> resiprocate-devel mailing list
> >> resiprocate-devel@xxxxxxxxxxxxxxxxxxxx
> >> https://list.resiprocate.org/mailman/listinfo/resiprocate-devel
> >>
> > _______________________________________________
> > resiprocate-devel mailing list
> > resiprocate-devel@xxxxxxxxxxxxxxxxxxxx
> > https://list.resiprocate.org/mailman/listinfo/resiprocate-devel
>
>