<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.2900.5848" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi Guys,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>OK, with the RegEx help that you gave me, I have 
separated out the processing of extension 100 from 101 to 399 as I 
wanted.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have created a group (100) which contains a 
number of phones - 101 to 105 at the moment.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>When the PSTN line rings, I want all the extensions 
in the group to ring - that's the easy bit (I think - it's a copy of extension 
2000 code)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp; &lt;extension 
name="group_dial_primrose"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition 
field="destination_number" 
expression="^100$"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&lt;action application="bridge" data="${group_call(<A 
href='mailto:primrose@${domain_name})}"/'>primrose@${domain_name})}"/</A>&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/condition&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/extension&gt;<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>That's fine and the nominated phones all 
ring.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm struggling to get it to do what I want when 
some doesn't pick up though.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>All extensions ring as required, but their own 
dialplan entries (copies of the 1001 to 1005 code in the default dialplan) don't 
answer the call. That's fine, as you would not want every extension's voice mail 
to kick in.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>What I want to happen is for extension 100's voice 
mail to kick in after a time delay.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>So, get the dialed exetension number so that I can 
point at the right mailbox</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;action application="set" 
data="dialed_extension=$1"/&gt;<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>set the timeout for the call</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&lt;action application="set" 
data="call_timeout=20"/&gt;<BR></DIV></FONT>
<DIV><FONT face=Arial size=2>Added these lines - but don't know why - they are 
in the default extension code ?????</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&lt;action application="set" 
data="hangup_after_bridge=true"/&gt;<BR>&nbsp;&lt;action application="set" 
data="continue_on_fail=true"/&gt;<BR></FONT><FONT face=Arial 
size=2>&nbsp;&lt;action application="answer"/&gt;<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>then go to voice mail on 100</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&lt;action application="sleep" 
data="1000"/&gt;<BR>&nbsp;&lt;action application="voicemail" data="default 
${domain_name}{dialed_extension}"/&gt;<BR></DIV></FONT>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>giving </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&lt;extension 
name="group_dial_primrose"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition 
field="destination_number" expression="^100$"&gt;<BR>&nbsp;&lt;action 
application="set" data="dialed_extension=$1"/&gt;<BR>&nbsp;&lt;action 
application="set" data="call_timeout=20"/&gt;<BR>&nbsp;&lt;action 
application="bridge" data="${group_call(<A 
href='mailto:primrose@${domain_name})}"/'>primrose@${domain_name})}"/</A>&gt;<BR>&nbsp;&lt;action 
application="set" data="hangup_after_bridge=true"/&gt;<BR>&nbsp;&lt;action 
application="set" data="continue_on_fail=true"/&gt;<BR>&nbsp;&lt;action 
application="answer"/&gt;<BR>&nbsp;&lt;action application="sleep" 
data="1000"/&gt;<BR>&nbsp;&lt;action application="voicemail" data="default 
${domain_name}{dialed_extension}"/&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/condition&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/extension&gt;<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>The voicemail kicks in, and prompts are correct 
(although the extension name is not spoken) but the wav file is saved in the 
1001 directory not 100 and neither extension 100 or 1001 think that have any 
voice mail messages.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Can someone help please ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Where am i going wrong ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>regards</FONT></DIV>
<DIV><FONT face=Arial size=2>Dave</DIV></FONT>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;</DIV></FONT></BODY></HTML>