Hi Andreas,
do you want to have this multiple-DIDs aliasing for inbound or outbound
calls (a single user to be able to received calls routed to these DIDs
or a single user to be able to generated outbound calls using any of the
assigned DIDs) ?
For more about AVPops - see the online documentation :
http://www.openser.org/docs/modules/1.2.x/avpops.html
if you have more specific question, please post them here.
regards,
bogdan
Andreas Sikkema wrote:
Hi,
I'm running an OpenSER server and I've got a couple of usage questions I'd
like some pointers on how I can implement them.
- I want to link multiple incoming telephone numbers to one single account
so 123456 and 45678 and 999933 can all point to the account customer1
Basically I want to do SIP trunking, but with requiring the CPE to
authenticate itself. How do I do this?
- I'm now using an Asterisk server to do some incoming call routing (mainly
some call forwarding scenarios) and I'd like to remove the Asterisk
dependency. How do I retrieve values based on the called destination from a
database? I've tried looking at AVPops, but haven't yet found any clear
documentation on how to use it.
Thanks!