Open GoogleCodeExporter opened 8 years ago
Please ignore case 2.), I found for server unreachable it simply attempt
"Calling"
without report anything.
Original comment by samson...@gmail.com
on 27 Feb 2010 at 2:53
Original comment by samuelv0...@gmail.com
on 27 Feb 2010 at 8:28
I have a good new, just figure out that Siphon can make Direct IP Dial with HTTP
digest authentication enaled in my SPA3102 PSTN GW - although Siphon reported
in the
upper right above the dial pad that "Not implemented" but it allow me to dail
out and
the phone no. that I dial passed directly to the PSTN network without making
any 2nd
stage dialing.
For those who want to try can configure the following:
Settings -> Siphon ->
Server = myATA.mydomain.org:5061
(include the port or not depends on your implemention)
Password = Yourpassword
Advanced settings -> Auth. Username = Yourusername
the above Yourpassword and Yourusername need to be matched with SPA3102 PSTN
Line Tab
-> VoIP Users and Passwords (HTTP Authentication) pair.
Original comment by samson...@gmail.com
on 1 Mar 2010 at 12:39
I was wrong, Direct IP dial doesn't work if I test the connection from an
outside LAN.
Original comment by samson...@gmail.com
on 11 Apr 2010 at 4:02
[deleted comment]
Connection failure from outside LAN due to NAT problems, can Siphon add better
NAT
Support to insert and handle VIA received and rport parameters:
1) Handle VIA received : Indicates whether Siphon should react when it
encounters a
"Via: ...;received=someIPaddr". If set to "yes", then Siphon will use the IP
address
specified in the "received=" as the public IP address of Siphon.
2) Handle VIA rport : Indicates whether Siphon should react when it encounters a
"Via: ...;rport=someUDPport". If set to "yes", then Siphon will use the UDP port
specified in the "rport=" as the public UDP port of Siphon.
3) Insert VIA received : Indicates whether Siphon should add the SIP header,
"Via:
...;received=someIPaddr". If set to "yes", then SIP replies from Siphon will
add a
"Via:" header that reflects the public IP address Siphon saw originating the SIP
request.
4) Insert VIA rport : Indicates whether Siphon should add the SIP header, "Via:
...;rport=someUDPport". If set to "yes", then SIP replies from Siphon will add a
"Via:" header that reflects the public UDP port Siphon saw originating the SIP
request.
5) Substitute VIA Addr : Indicates whether the public IP address and port
discovered
by STUN should be used instead of the Siphon current IP address and port (which
may
be a private address).
6) Send Resp To Src Port : Indicates whether to ignore the "Contact:" header and
instead send the reply directly back to the IP address and port originating the
SIP
message.
Original comment by samson...@gmail.com
on 4 May 2010 at 4:28
Original issue reported on code.google.com by
samson...@gmail.com
on 27 Feb 2010 at 2:34