Hi Andreas,
what you are describing is more more multiple sip accounts per one auth
account than aliases (aliases are only for inbound traffic).
if you want to have multiple SIP accounts (A, B, C) to use the same
credentials, take a look at uri_db module:
http://www.openser.org/docs/modules/1.2.x/uri_db.html
of course, you still need the alias support for the inbound part.
regards,
bogdan
Andreas Sikkema wrote:
Hi,
I'm working on extending my OpenSER configuration to allow
a user account to have one or more aliases.
User A is reachable by calling A, but also using alias B or
C. I have this working for calls to the UA, but I'm having
problems with registration attempts from A and calls from
A to other UA's or PSTN where it wants to send B or C as
outgoing CLI.