i am going to make a conference room that will be declared in meetme.conf but caller and callee will enter into it only when callee pick up the call (only two clients). for this my dial plan is:
[outgoing-context]
exten => s,1,SetVar(GOTO_ON_BLINDXFR=meetme^conf^1)
exten => 3010,1,Dial(SIP/Zoiper1/,20,TU(meetme))
exten => 3011,1,Dial(SIP/Zoiper2/,20,TU(meetme))
[meetme]
exten => conf,1,MeetMe(3000,iphH)
same => n,HangUp()
on running “meetme list” it shows that only callee enters into conf. room:
Conf Num Parties Marked Activity Creation Locked
3000 0001 N/A 01:29:14 Static No **
*** Total number of MeetMe users: 1
my query is:
- i am using “GOTO_ON_BLINDXFR” to direct caller to the MeetMe().is it true if not then how caller gets into conference room when callee pick up phone?