wanghongliang / siphon

Automatically exported from code.google.com/p/siphon
0 stars 0 forks source link

Dial SIP addresses #97

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be good if there is a control on the keypad screen that would open up 
the full keyboard so 
that you can enter a full SIP address instead of only tel: type destinations.

If a user does not prepend a keyboard-entered SIP address with SIP:, then 
SIPHON should add it 
before dialing.

Original issue reported on code.google.com by avery.gl...@gmail.com on 4 Jan 2009 at 10:04

GoogleCodeExporter commented 8 years ago

Original comment by samuelv0...@gmail.com on 4 Jan 2009 at 10:08

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by samuelv0...@gmail.com on 14 Jan 2009 at 10:03

GoogleCodeExporter commented 8 years ago
Issue 89 has been merged into this issue.

Original comment by samuelv0...@gmail.com on 14 Jan 2009 at 10:05