Closed GoogleCodeExporter closed 9 years ago
Original comment by samuelv0...@gmail.com
on 4 Jan 2009 at 10:08
It can call sip://12345678 from my.App but dial string is //12345678?
Could you check and remove //? or anything wrong in my App?
Original comment by stevenhs...@gmail.com
on 14 Jan 2009 at 6:54
ftp://ftp.rfc-editor.org/in-notes/rfc3261.txt
page 147:
19.1.1 SIP and SIPS URI Components
The "sip:" and "sips:" schemes follow the guidelines in RFC 2396 [5].
[...]
sip:user:password@host:port;uri-parameters?headers
page 152:
19.1.3 Example SIP and SIPS URIs
sip:alice@atlanta.com
sip:alice:secretword@atlanta.com;transport=tcp
sips:alice@atlanta.com?subject=project%20x&priority=urgent
sip:+1-212-555-1212:1234@gateway.com;user=phone
sips:1212@gateway.com
sip:alice@192.0.2.4
sip:atlanta.com;method=REGISTER?to=alice%40atlanta.com
sip:alice;day=tuesday@atlanta.com
Could you try to call sip:12345678@server ?
Siphon should start, but if the registration take much time, the call shouldn't
be
established.
Original comment by samuelv0...@gmail.com
on 14 Jan 2009 at 8:43
Original comment by samuelv0...@gmail.com
on 14 Jan 2009 at 10:03
Issue 89 has been merged into this issue.
Original comment by samuelv0...@gmail.com
on 14 Jan 2009 at 10:05
Original issue reported on code.google.com by
avery.gl...@gmail.com
on 4 Jan 2009 at 10:04