Hi,
I'm currently using OpenSIPS as a proxy between PSTN gateways and PBX'es
(Asterisk based).
The PBX'es are registering to OpenSIPS. When a call comes in from the PSTN
it get's routed to the PBX correctly.
However, I would like to use multiple DIDs on the same AOR (e.g. use it as
a trunk).

By using the alias_db module, and the alias_db_lookup() function I'm able
to route calls addressed to alias 1001 to user 1000 but the R-URI/contact
header gets rewritten and the PBX is not able determine which DID is being
called (it comes in with the same R-URI as the user).

What I would like to do is:
user [email protected]
Alias [email protected] => [email protected]

Call comes in, detect whether the R-URI is an alias and point the call to
[email protected] where 1.2.3.4 is the IP address listed in the AOR for the
user to which the alias is pointing.
Some posts on the list suggest rewriting the contact using subst() from the
textopts module but after some fiddling around with regexes I'm not able to
produce the desired result.

Could someone point me in the right direction?
Thanks in advance,
Remco.
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to