< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] http refer


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