В Чтв, 18/12/2008 в 09:41 +0100, BERGANZ François пишет:
Hello,
I have :
ASTERISK-----OPENSER-----SOFTPHONE
My softphone auth to openser (with username/password of asterisk sync with a database…) Openser forward the INVITE to asterisk and asterisk return Unautorize! I tried to have the same realm to try de have the same auth for asterisk and openser…
But without success.
In fact, I need to auth to openser(with asterisk config user in the database) and forward to asterisk the INVITE.
First off all try to read sip.conf & http://www.voip-info.org/wiki/view/Asterisk+config+sip.conf
Second.. you have to configure OpenSER as _peer_ in Asterisk configuration ;-)
[openser] type=peer host=IP_OR_FQDN_HERE ....
-- WBR, Alter