Hello list,
For my call routing algorithm, I need to query different databases to retrieve the destination of an outgoing call. From what I have understood, I can specify only one db url in the avpops module to use with avp_db_query().
Is there a (simple) way to make queries in different databases with openser ?
Thanks.
Hi,
you can use different tables (via avp_db_load with schemes), but still the same DB. I'm afraid there is no way to use multiple DBs from same module (avpops).
regards, bogdan
vallimamod abdullah wrote:
Hello list,
For my call routing algorithm, I need to query different databases to retrieve the destination of an outgoing call. From what I have understood, I can specify only one db url in the avpops module to use with avp_db_query().
Is there a (simple) way to make queries in different databases with openser ?
Thanks.