As of REFER method RFC the Refer-To header contains not only the SIP URI, but the whole so called "name-addr". This means also optionally a display name and params like:
Refer-To: "Display Name" <sip:user@domain.com;method=INVITE?Replaces=call-id%40host>
Right now, the Dialog::refer() method only supports passing a rsip::Uri. It would be nice if we could use all of the other information of the name-addr.
To be honest, I don't really have time to contribute right now but it would be nice if this was supported.
As of REFER method RFC the
Refer-Toheader contains not only the SIP URI, but the whole so called "name-addr". This means also optionally a display name and params like:Right now, the
Dialog::refer()method only supports passing arsip::Uri. It would be nice if we could use all of the other information of the name-addr.To be honest, I don't really have time to contribute right now but it would be nice if this was supported.