<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font face="Helvetica, Arial, sans-serif">Hello,<br>
<br>
using Asterisk 1.8.12.2<br>
<br>
I am having trouble with exiting the conference room by entering a
single digit.<br>
<br>
option X of the Meetme()-application should do this.<br>
<br>
I have following in extensions.conf :<br>
<br>
<br>
<i>exten =>
_1000X,n,Set(MEETME_EXIT_CONTEXT=dynamic-nway-invite)</i><i><br>
</i><i>exten => _1000X,n,MeetMe(${CONFNO},dMX)</i><i><br>
</i><i><br>
</i><i><br>
</i><i>[dynamic-nway-invite]</i><i><br>
</i><i>exten => 0,1,NoOp(confno = ${CONFNO})</i><i><br>
</i><i>exten => 0,n,Read(DEST,dial,,i)</i><i><br>
</i><i>exten => 0,n,Set(DYNAMIC_FEATURES=nway-inv#nway-noinv)</i><i><br>
</i><i>exten => 0,n,Dial(Local/${DEST}@${LocalContext},,g)</i><i><br>
</i><i>exten => 0,n,Set(DYNAMIC_FEATURES=)</i><i><br>
</i><i>exten => 0,n,NoOp(tralalala)</i><i><br>
</i><i>exten => 0,n,Goto(dynamic-nway1,${CONFNO},1)</i><i><br>
</i><i>exten => i,1,Goto(dynamic-nway1,${CONFNO},1)</i><i><br>
</i><br>
<br>
<br>
So by pressing 0 (zero) while in the conference room, I should be
able to exit and continue in the context [dynamic-nway-invite] .
Correct ?<br>
<br>
But nothing happens when pressing 0 (zero).<br>
<br>
What am I missing ??<br>
<br>
<br>
<br>
Kind regards,<br>
Jonas.<br>
</font>
</body>
</html>