On Tuesday 15 June 2010, maybelater wrote:
I am trying to set up the following:
[..]
3. Connecting elastix/asterix to kamailio -> done
I already have extensions configured on kamailio. They can call each other
perfectly. Now I do need a route-config or dialplan that routes ALL
outgoing calls for all extensions to the Extension of the
asterisk/elastix-machine.
Is that possible and if so, how ?
I do need to provision more than a few hundred sip-subscribers in the near
future so connecting Them using just asterisk is not an option….
Hi Lutz,
sure this is possible. If you route all calls to one target, just rewrite the
request of passing messages to the appropriate target (in this case the
asterisk). In order to decide if the customer is allowed for a outbound
routing you can authentificate them with the auth modules, or just look in the
database, they are also several modules to help you here. If you want to have
more flexibility for routing you could use a module like the dispatcher, lcr
or carrierroute.
Cheers,
Henning