Hi,
I learn basic confbridge.
I am thinking to solve following scenario (Hypothetical):-
- there are few sip entities like 6001,6002…600N & few like 7001,7002 etc.
- Every sip entity (only 6XXX) should have own conference room like
6001 have 1001, 6002 have 1002,…,600N have 100N. - Every sip entity should be waiting in its own conference.
(that can be done by dialing 100X from 600X’s softphone.) - Now if 7001 want to talk with 6001, he/she dial 6001 from his/her softphone as he/she not know about conference room number.
- 7001 should automatically enter in conference 1001 & talk with 6001 which already waiting there.
- Same way there should be N conference run at same time. (N = as much as possible).
Question is:-
- How can be this happens?
- What should I write in extensions.conf or other conf files so this can be happens?
Need help!