<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>RE: [asterisk-users] dial a pager and enter DTMF</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>I don't think you need the pipe in there. I've used this with the &quot;w&quot; option before, which adds a wait. Then continues .5 seconds later.<BR>
<BR>
RTM: <A HREF="http://www.voip-info.org/wiki-Asterisk+cmd+dial">http://www.voip-info.org/wiki-Asterisk+cmd+dial</A><BR>
<BR>
Try these:<BR>
exten =&gt; s,2,Dial(SIP/TelaSip-gw4/5198881212D12345678)<BR>
or<BR>
exten =&gt; s,2,Dial(SIP/TelaSip-gw4/5198881212www12345678)<BR>
<BR>
also, you were missing a right parenth.<BR>
<BR>
-----Original Message-----<BR>
From: asterisk-users-bounces@lists.digium.com on behalf of Supa<BR>
Sent: Sat 2/24/2007 9:05 AM<BR>
To: Asterisk Users Mailing List - Non-Commercial Discussion<BR>
Subject: [asterisk-users] dial a pager and enter DTMF<BR>
<BR>
Probably just a simple syntax issue, but does anyone know how to dial a<BR>
number and the once phone has been answered, play DTMF tones and then<BR>
disconnect. I am trying to use this for page notification.<BR>
<BR>
Ive been trying the following string with out luck:<BR>
<BR>
exten =&gt; s,2,Dial(SIP/TelaSip-gw4/5198881212|D(12345678)<BR>
<BR>
Any help would be greatly appreciated!<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>