Skip to content

quaff does not support "tel" URI scheme (RFC 3966) #15

@jaroszan

Description

@jaroszan

Main suspect is located in sip_parser.rb:

def sip_uri
Concat.new(Literal.new("sip:"),
Optional.new(userinfo),
hostport,
uri_parameters)
end

EDIT 08-10-2014

Currently it looks like modifying get_peer_info in the following way solves my issue, not yet sure how to resolve it in the context of ABNFSipParser class:

fromto_match = fromto_hdr.scan(/<(.)>(.)=(.*)/)
@peer_tag, @peer_uri = fromto_match[0][2], fromto_match[0][0]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions