Hi all, first post here 😊
I have a new and brilliant unbranded N95 (firmware updated) with (I hope) full capabilities and after few days trying it to work with my Asterisk VoIP server I get no result.
I think i'm doing all things in the right way but not sure, I'll paste my config so if any1 knows what is wrong or how I can fix it, I'd be very thankful. :P
N95 config:
wLan node: config, setted and working (navigating, UPnP and so...)
Mode Name: myvoip
Service: IETF
access point: mywlan
public user: sip:myuser
compression: no
register: when needed.
security: no
Proxy server
-proxy server: sip:192.168.0.1
-realm: 192.168.0.1
-user: myuser
-pass: *****
-free route: yes
-udp.
-port: 5060
Sip server: same as proxy
sip account on sip server (extracted from sip.conf)
[myuser]
type=friend
qualify=yes
secret=****
host=dynamic
dtmfmode=rfc2833
context=HOME
canreinvite=no
callerid="Id" <513>
callgroup=2
pickupgroup=2
;disallow=all
allow=all
allow=h263
nat=yes
and when it tries to register, it says that there is an error, and when I look at asterisk's log, there is no try to access or request for login...
Help needed!!!