<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
my example:<br>
<br>
<pre>[i_day]
exten =&gt; _X.,1,Answer
exten =&gt; _X.,2,NoOp(${DNID})
; FIMLA_TEL
exten =&gt; _X.,3,GotoIf($[${DNID} = ${TEL_FIMLA_1}]?4:8) ; Se tel_fimla_1 =&gt; call FIMLA
exten =&gt; _X.,4,Dial(${FIMLA},${RING_4X_TIME})
exten =&gt; _X.,5,GotoIf($[${DIALSTATUS} = NOANSWER]?6:15)
exten =&gt; _X.,6,SetCIDName(FIMLA)
exten =&gt; _X.,7,Dial(${SOCON},${RING_TIME})
; FIMLA_FAX
;exten =&gt; _X.,7,GotoIf($[${DNID} = ${TEL_FIMLA_2}]?8:9) ; Se tel_fimla_2 =&gt; call FAX_FIMLA
;exten =&gt; _X.,8,Dial(${FAX_FIMLA},${RING_TIME})
; SOCON_TEL
exten =&gt; _X.,8,GotoIf($[${DNID} = ${TEL_SOCON_1}] ? 11:9)
exten =&gt; _X.,9,GotoIf($[${DNID} = ${TEL_SOCON_2}] ? 11:10)
exten =&gt; _X.,10,GotoIf($[${DNID} = ${TEL_SOCON_3}] ? 11:15)
exten =&gt; _X.,11,Dial(${SOCON},${RING_4X_TIME})
exten =&gt; _X.,12,GotoIf($[${DIALSTATUS} = NOANSWER]?13:15)
exten =&gt; _X.,13,SetCIDName(SOCON)
exten =&gt; _X.,14,Dial(${FIMLA},${RING_TIME})
; FIMLA_FAX
; TODO: IMPLEMENTARE.
exten =&gt; _X.,15,Hangup
exten =&gt; t,1,Hangup</pre>
<br>
Terry Wilson wrote:
<blockquote cite="mide24c5a4805090608022d06d665@mail.gmail.com"
 type="cite">On 9/5/05, <b class="gmail_sendername">ryan nalupa</b>
&lt;<a href="mailto:ryanalupa@yahoo.com.ph">ryanalupa@yahoo.com.ph</a>&gt;
wrote:
  <div><span class="gmail_quote"></span>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div>hi everyone. can anyone provide me concrete examples on how to
use
the GotoIf application? can't figure out how to use it in my dialplan
coz im having errors....thanks! : )</div>
  </blockquote>
  <div><br>
&nbsp;</div>
  <br>
  </div>
  <a
 href="http://www.voip-info.org/tiki-index.php?page=Asterisk%20cmd%20GotoIf">http://www.voip-info.org/tiki-index.php?page=Asterisk%20cmd%20GotoIf</a><br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a>
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
____________________________________________________________________

 BRUNO DE LUCA
 Tel. +39 02 9350 4780 (102)
 
 FG&amp;A Software
 20017 Rho - Via Puccini, 8

 E-Mail :
<a class="moz-txt-link-abbreviated" href="mailto:bdeluca@fgasoftware.com">bdeluca@fgasoftware.com</a>
 Internet:
<a class="moz-txt-link-freetext" href="http://www.fgasoftware.com">http://www.fgasoftware.com</a>

====================================================================
CONFIDENTIALITY NOTICE
This message and its attachments are addressed solely to the persons
above and may contain confidential information. If you have received
the message in error, be informed that any use of the content hereof
is prohibited. Please return it immediately to the sender and delete
the message. Thank you
====================================================================</pre>
</body>
</html>