suppose A calls to B and both start conversation. during conversation A or B press some key (like 1 in my case) to get both participants into conference room. my dial paln is following:
[outgoing]
exten => s,1,(DYNAMIC_FEATURES=nway-start)
exten => 3010,1,Dial(SIP/Zoiper1/,20)
exten => 3011,1,Dial(SIP/Zoiper2/,20)
[macro-nway-start]
exten => s,1,Read(DEST, , , , ,60)
same => n,ChannelRedirect(${BRIDGEPEER},nway,${DEST},1)
[nway]
exten => 1,1,MeetMe(3000,pHh)
same => n,Hangup()
where my features.conf is:
[applicationmap]
nway-start => 1,peer/both,Macro,nway-start
but during call, when i press 1, nothing happens???
“meetme list 3000” show no active meetme conference!