Displaying 2 results from an estimated 2 matches for "line01".
Did you mean:
line0
2007 Jun 05
1
spa 3102 configuration
Hi to everybody,
I need some help in configuration of the spa 3102.
I created an account for line 1 (user 208, sip port 5061) correctly
registered in asterisk, then i create an account
in sip.conf like this:
[general]
register = line01:pwdsipura:line01@192.168.1.222:5060/095377078
[line01]
username = line01
fromuser = line01
secret = pwdsipura
host = 192.168.1.222
fromdomain = 192.168.1.222
type = friend
dtmfmode = rfc2833
context = call_in
insecure = very
qualify = yes
port = 5060
nat = no
The problem is that in the asterisk...
2007 Jun 05
1
spa 3102 incoming call
Hi to everybody,
I have an spa 3102 where i connected an analog phone (in the fxs port) and
the pstn line (in the fxo port).
This is my problem:
the incoming call doesn't arrive to asterisk.
In the spa web page i configured this dialplane:
(<:line01@192.168.1.220:5060>)
where line01 is the context in sip.conf, 192.168.1.220 is the asterisk ip
and 5060 is the asterisk sip port.
[line01]
username = usersipura
fromuser = usersipura
secret = pwdsipura
host = 192.168.1.222
fromdomain = 192.168.1.222
port = 5061
type = friend
dtmfmode = rfc2833...