I am trying to make my sip phones register with SER and make use of
Asterisk capabilities such as voicemail and parking calls for example.
on SER side
the ip of the server is 192.168.99.170 and uses port 5060
in my ser.cfg I added the following lines :
if (uri=~"sip:[EMAIL PROTECTED]") {
rewritehostport("10.3.26.2:5090");
t_relay();
break;
}
all my sip phones can register to ser without passwords.
On the Asterisk side:
the ip is 10.3.26.2 and uses port 5090
in my sip.conf I added:
register => 10:[EMAIL PROTECTED]/10
[sip-ser}
type=friend
user=10
userfrom=10
host=192.168.99.170
Now My problem :
1- the asterisk console shows failed messages to register to the ser
(Forbidden - wrong password authentication)
-- Thx MAG
_______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
