Displaying 1 result from an estimated 1 matches for "client1_intern".
Did you mean:
client1_internal
2010 Aug 24
8
Include and Realtime
Hi,
I think I already know the 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 clie...