Open GoogleCodeExporter opened 9 years ago
Hi Friends,
I had the same issue and I was able to fix it by adding 2 lines to
tsip_dialog.js "tsip_dialog.prototype.init" function
I added the
if (e_type.s_name == "PUBLISH")
this.o_uri_remote_target.s_user_name =o_session.o_uri_from.s_user_name; // request-uri (BUG FIX FOR PUBLISH)
inside the last else block and now it is working fine.
Hope this will help somebody.
Bets Regards,
Roy.
Original comment by ajithdes...@gmail.com
on 22 May 2013 at 11:37
Original issue reported on code.google.com by
d...@davecardwell.co.uk
on 23 Jan 2013 at 10:10