<html>
<body>
At 07:08 AM 02/10/2006, you wrote:<br>
<blockquote type=cite class=cite cite=""><font size=2>I mean, can I write
the following two lines in only one line?<br>
<br>
exten=> 12345/100,1,Hangup<br>
exten=> 12345/200,1,Hangup</blockquote><br>
I would think this would work:<br><br>
exten=> 12345/[1-2]00,1,Hangup<br><br>
<br>
</font>Ira<br><br>
</body>
</html>