<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Tony,<br>
thanks for your answer!<br>
I tryed doing so, but I still get that error, sorry.<br>
<br>
Giuseppe<br>
-----<br>
<br>
Tony Mountifield ha scritto:
<blockquote cite="mide1dij1$cjt$1@softins.clara.co.uk" type="cite">
  <pre wrap="">In article <a class="moz-txt-link-rfc2396E" href="mailto:443A232B.9020906@webster.it">&lt;443A232B.9020906@webster.it&gt;</a>,
Giuseppe <a class="moz-txt-link-rfc2396E" href="mailto:g.delduca@webster.it">&lt;g.delduca@webster.it&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,
when I try to use meetme I always hear this error message
"this is not a valid conference number, please try again",
but my configuration seems to be correct... Here it is:

-- extensions.conf --
exten =&gt; 6000,1,MeetMe(1234,ciMp) ; entra nella meetme room 1234

-- meetme.conf --
[rooms]
conf =&gt; 1234

Does anyone has the same problem? Any idea?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You need to use '|' as the separator instead of ','. I think your example
above is trying to enter a conference called "1234,ciMp".

Also, I always find is best to answer the line and wait a litle bit before
calling MeetMe:

exten =&gt; 6000,1,Answer
exten =&gt; 6000,2,Wait(0.5)
exten =&gt; 6000,3,MeetMe(1234|ciMp)

Cheers
Tony
  </pre>
</blockquote>
<br>
</body>
</html>