Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in From display-name #12

Closed
ibc opened this issue Nov 12, 2012 · 0 comments
Closed

Bug in From display-name #12

ibc opened this issue Nov 12, 2012 · 0 comments
Assignees

Comments

@ibc
Copy link
Member

ibc commented Nov 12, 2012

By Davide Corda pippistro@gmail.com:

I encountered another problem: if you set a display_name in init.js, line 211 the UA doesn't register because the FROM field is wrong:

REGISTER sip:pluto.com SIP/2.0
Route: <sip:xxx.yyy.zzz.www:8088;transport=ws;lr>
Via: SIP/2.0/TCP 25.55.128.76;branch=z9hG4bK9328951
Max-Forwards: 69
To: "pippo" <sip:1060@pluto.com>
From: "pippo" <"pippo" <sip:1060@pluto.com>>;tag=awlan9h021
Call-ID: ncl6ueouu8t9y66r

JsSIP | MESSAGE | Error parsing Header From:""pippo" <"pippo" sip:1060@pluto.com>;tag=awlan9h021"


> The problem lies in line 649 of UA.js and/or in lines 70.. of SIPMessage.js where the field FROM is composed (the from_uri already contains the display name).
@ghost ghost assigned jmillan Nov 12, 2012
@ibc ibc closed this as completed in ffe7af6 Nov 12, 2012
@ibc ibc modified the milestone: Version 0.2.1 Jan 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants