I call user 1, when he answers, I redirect him in one conference room
I call user 2 , when he answers, I redirect him in the same conference room
I do the same think with all users.
I don’t know how I can do that?
Some one have any ideas or suggestions
the problem with that way: I must to do a lot of calls if I want to join all users in one conference room.
Can I do one call to all users and redirect them in one conference room?
Both of these mechanisms provide a facility to make an outbound call and dump them into a specific conference, which in this case can be a MeetMe or Conference application.
[Sep 12 16:22:48] WARNING[16359]: pbx_spool.c:237 apply_outgoing: Unknown keyword ’ Channel’ at line 1 of /var/spool/asterisk/outgoing/11.call
[Sep 12 16:22:48] WARNING[16359]: pbx_spool.c:237 apply_outgoing: Unknown keyword ’ MaxRetries’ at line 2 of /var/spool/asterisk/outgoing/11.call
[Sep 12 16:22:48] WARNING[16359]: pbx_spool.c:237 apply_outgoing: Unknown keyword ’ RetryTime’ at line 3 of /var/spool/asterisk/outgoing/11.call
[Sep 12 16:22:48] WARNING[16359]: pbx_spool.c:237 apply_outgoing: Unknown keyword ’ WaitTime’ at line 4 of /var/spool/asterisk/outgoing/11.call
[Sep 12 16:22:48] WARNING[16359]: pbx_spool.c:237 apply_outgoing: Unknown keyword ’ Context’ at line 5 of /var/spool/asterisk/outgoing/11.call
[Sep 12 16:22:48] WARNING[16359]: pbx_spool.c:237 apply_outgoing: Unknown keyword ’ Extension’ at line 6 of /var/spool/asterisk/outgoing/11.call
[Sep 12 16:22:48] WARNING[16359]: pbx_spool.c:237 apply_outgoing: Unknown keyword ’ Priority’ at line 7 of /var/spool/asterisk/outgoing/11.call
[Sep 12 16:22:48] WARNING[16359]: pbx_spool.c:245 apply_outgoing: At least one of app or extension must be specified, along with tech and dest in file /var/spool/asterisk/outgoing/11.call
[Sep 12 16:22:48] WARNING[16359]: pbx_spool.c:413 scan_service: Invalid file contents in /var/spool/asterisk/outgoing/11.call, deleting
[Sep 12 16:22:48] WARNING[16359]: pbx_spool.c:461 scan_thread: Failed to scan service ‘/var/spool/asterisk/outgoing/11.call’
I try only for one phone, but I need to automate that for all users.
[Sep 12 16:22:48] WARNING[16359]: pbx_spool.c:237 apply_outgoing: Unknown keyword ’ Channel’ at line 1 of /var/spool/asterisk/outgoing/11.call
[Sep 12 16:22:48] WARNING[16359]: pbx_spool.c:237 apply_outgoing: Unknown keyword ’ MaxRetries’ at line 2 of /var/spool/asterisk/outgoing/11.call
[Sep 12 16:22:48] WARNING[16359]: pbx_spool.c:237 apply_outgoing: Unknown keyword ’ RetryTime’ at line 3 of /var/spool/asterisk/outgoing/11.call
[Sep 12 16:22:48] WARNING[16359]: pbx_spool.c:237 apply_outgoing: Unknown keyword ’ WaitTime’ at line 4 of /var/spool/asterisk/outgoing/11.call
[Sep 12 16:22:48] WARNING[16359]: pbx_spool.c:237 apply_outgoing: Unknown keyword ’ Context’ at line 5 of /var/spool/asterisk/outgoing/11.call
[Sep 12 16:22:48] WARNING[16359]: pbx_spool.c:237 apply_outgoing: Unknown keyword ’ Extension’ at line 6 of /var/spool/asterisk/outgoing/11.call
[Sep 12 16:22:48] WARNING[16359]: pbx_spool.c:237 apply_outgoing: Unknown keyword ’ Priority’ at line 7 of /var/spool/asterisk/outgoing/11.call
[Sep 12 16:22:48] WARNING[16359]: pbx_spool.c:245 apply_outgoing: At least one of app or extension must be specified, along with tech and dest in file /var/spool/asterisk/outgoing/11.call
[Sep 12 16:22:48] WARNING[16359]: pbx_spool.c:413 scan_service: Invalid file contents in /var/spool/asterisk/outgoing/11.call, deleting
[Sep 12 16:22:48] WARNING[16359]: pbx_spool.c:461 scan_thread: Failed to scan service ‘/var/spool/asterisk/outgoing/11.call’
I try only for one phone, but I need to automate that for all users.