<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>RE: [Asterisk-Users] Dial Plan Format Strings</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=433273815-21052004><FONT face=Arial color=#0000ff size=2>I 
currently have about 40 users up on Asterisk and it is working great. One issue 
I have though is the inability to conference calls/3-way calling&nbsp;on my SNOM 
200 phones. Whenever I press the&nbsp;CNF/TRAN button on the phone, it just 
drops the current call.&nbsp;I noticed a testimonial on the Wiki about doing 
this with Asterisk and the SNOMs, but I can not seem to get it to work. Is 
anyone out there doing this and if so can you point me in the right 
direction?</FONT></SPAN></DIV>
<DIV><SPAN class=433273815-21052004><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=433273815-21052004><FONT face=Arial color=#0000ff 
size=2>Thanks,</FONT></SPAN></DIV>
<DIV><SPAN class=433273815-21052004><FONT face=Arial color=#0000ff 
size=2>Brian</FONT></SPAN></DIV>
<DIV><SPAN class=433273815-21052004><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> Benjamin Wakefield 
  [mailto:ben@team.dcsi.net.au]<BR><B>Sent:</B> Tuesday, April 13, 2004 10:29 
  AM<BR><B>To:</B> asterisk-users@lists.digium.com<BR><B>Subject:</B> RE: 
  [Asterisk-Users] Dial Plan Format Strings<BR><BR></FONT></DIV><!-- Converted from text/plain format --><BR><BR>
  <P><FONT size=2>&lt;snip&gt;</FONT> <BR><FONT size=2>have to dial the entire 
  number, like 1 + area code + number. I'd like to</FONT> <BR><FONT 
  size=2>eliminate this by having the user just dial 9 + 7 digit number, and 
  have</FONT> <BR><FONT size=2>asterisk put the 1 + area code (which is in a 
  variable in</FONT> <BR><FONT size=2>extensions.conf)</FONT> <BR><FONT 
  size=2>in front of it prior to sending the request to Voice Pulse.&nbsp; Is 
  this</FONT> <BR><FONT size=2>possible? </FONT><BR><FONT 
  size=2>&lt;/snip&gt;</FONT> </P><BR>
  <P><FONT size=2>Sure it's possible! Asterisk can do anything!</FONT> </P>
  <P><FONT size=2>exten =&gt; 
  _9XXXXXXX,1,Dial(Technology/123/1212${EXTEN:1})</FONT> </P>
  <P><FONT size=2>See after the: "Technology/123/" there is a "1212" you can 
  make that</FONT> <BR><FONT size=2>your "1 + area code"</FONT> </P>
  <P><FONT size=2>Then the: "${EXTEN:1}" dumps in the number that was dialled 
  and chops</FONT> <BR><FONT size=2>off the first (1) digit, which is the 
  9.</FONT> </P>
  <P><FONT size=2>:)</FONT> <BR><FONT size=2>Ben</FONT> <BR><FONT 
  size=2>________________________</FONT> <BR><FONT size=2>Benjamin 
  Wakefield</FONT> <BR><FONT size=2>ben@team.dcsi.net.au</FONT> <BR><FONT 
  size=2><A href="http://www.dcsi.net.au/">http://www.dcsi.net.au/</A></FONT> 
  <BR><FONT size=2>DCSI - We do Internet.</FONT> <BR><FONT size=2>64 Queen 
  Street</FONT> <BR><FONT size=2>Warragul, VIC 3820 AU</FONT> <BR><FONT 
  size=2>Ph: (+61) 1300 665 575</FONT> <BR><FONT size=2>Fx: (+61) 1300 556 
  595</FONT> </P>
  <P><FONT size=2>-----BEGIN GEEK CODE BLOCK-----</FONT> <BR><FONT 
  size=2>Version: 3.12</FONT> <BR><FONT size=2>G! d- s: a-- C+ UL++ P+ L++ E---- 
  W+ N+ o- K- w+$ O--- M-- V? PS !PE Y--</FONT> <BR><FONT size=2>PGP- t 5 X+ R- 
  tv b- DI-- D--- G-- e* h* r- z++</FONT> <BR><FONT size=2>------END GEEK CODE 
  BLOCK------</FONT> </P><BR><BR><BR>
  <P><FONT size=2>_______________________________________________</FONT> 
  <BR><FONT size=2>Asterisk-Users mailing list</FONT> <BR><FONT 
  size=2>Asterisk-Users@lists.digium.com</FONT> <BR><FONT size=2><A 
  href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A></FONT> 
  <BR><FONT size=2>To UNSUBSCRIBE or update options visit:</FONT> <BR><FONT 
  size=2>&nbsp;&nbsp; <A 
  href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A></FONT> 
  </P></BLOCKQUOTE></BODY></HTML>