Displaying 1 result from an estimated 1 matches for "client2_phon".
Did you mean:
client2_phones
2010 Aug 24
8
Include and Realtime
...answer to this question, but is there any way to do the following using realtime? Or do I have to create a full dialplan for each client without using includes?
[client1_phones]
include => client1_internal
include => client1_outgoing_calls
include => test_calls
include => parkedcalls
[client2_phones]
include => client2_internal
include => client2_outgoing_calls
include => test_calls
include => parkedcalls
I'm creating an application to allow a secretary to create new client accounts. It uses mysql and realtime, and I want to avoid changing the extensions.conf file.
Thanks
D...