Displaying 1 result from an estimated 1 matches for "formdomain".
Did you mean:
for_domain
2004 Sep 03
0
Kphone Can't register to ser via Asterisk
...sk
ser is in 192.168.6.244, without authentication
kphone as sip client in 192.168.6.254
asterisk is in 192.168.6.100
and did not install hardward on my pc
in sip.conf , i add following lines
...
register:jimmy@192.168.6.244/1000
...
[192.168.6.244]
type=friends
host=192.168.6.100
fromuser=jimmy
formdomain=192.168.6.244
....
....
[kphone]
type=friend
host=dynamic
defaultip=192.168.6.254
dtmfmode=info
mailbox=1000;
context=sip
callerid="JIMMY" <1000>
...
...
when i use kphone to register to asterisk
asterisk will return 403 Forbidden, but actually the asterisk has already register &qu...