Hi
 
Can someone tell me how it is possible to have a dialer map.
I mean that I don't know everyone to call everyone.
I want to restrict a user to call some specific user only.
 
e.g. :
A call B
A call D
B call C
D call C
 
If B call D or A call C, this is not allow
Of course it looks easy with IF condition but I will have about more that 1000 users.
I thought with mysql, but I can't find documentation or example.
 
Can someone help me ???
 
Bernard