Hi,
I tried to use confbridge.
I have 2 extensions.
I put one extension in conference. the conference Room become its own extension number not predefined.
Then I originate call for another extension which should be add in that conference room.
this works fine. Now I want to Record call when 2nd extension enter in Conference Room.
I found on mailing list some one tried but failed.
Start/Stop recording in confbridge
My extension.conf entries as below:-
[confcall]
exten => 1111,1,NoOp()
same => n,goto(conference,1)
exten => conference,1,NoOp()
same => n,Set(CHANNEL2=${CHANNEL:4})
same => n,ConfBridge(${CHANNEL2},,,sample_user_menu)
exten => _2222XX.,1,NoOp()
same => n,Set(EXTENNEW=${EXTEN:4})
same => n,ConfBridge(${EXTENNEW},,,sample_user_menu)
I tried Asterisk-java library, MonitorAction & StopMonitorAction. Even I use
confbridge record start Conference Name
confbridge record stop Conference Name
At time of dial 2nd extension to add conference & hangup of it from conference.
But I need to learn how to do it by dialplan only!
Need help.