basically I want to connect third participant (A PSTN no) on ongoing call when conference owner press a key
here is my Twiml :-
<Response>
<Dial hangupOnStar="true">
<Conference">PSTNConf</Conference>
</Dial>
<Gather action="/action/url" digits="1"/>
</Response>
this is work fine till second participant not connect when second participant join the conference Gather verb is not work for 1st participant
I want both participants in a conference then Conference owner (1st participant) decided to add third participant using gather verb