<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=351264601-18082006><FONT face=Arial 
color=#0000ff size=2>What's the Dial command being used to pass the call to the 
Softphones? </FONT></SPAN></DIV><BR>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> asterisk-users-bounces@lists.digium.com 
  [mailto:asterisk-users-bounces@lists.digium.com] <B>On Behalf Of </B>Crazy 
  Boy<BR><B>Sent:</B> Wednesday, August 16, 2006 3:23 AM<BR><B>To:</B> 
  radamson@routers.com; Asterisk Users Mailing List - Non-Commercial 
  Discussion<BR><B>Subject:</B> Re: [asterisk-users] CallerID is not displaying 
  for my incoming calls<BR></FONT><BR></DIV>
  <DIV></DIV>Hi,<BR><BR>As you said, I have changed my configurations. But, 
  callerid is not displaying. What I have to do? Please tell 
  me.<BR><BR>Thanks&amp;Regards,<BR>Chandra.<BR><BR><B><I>Rich Adamson 
  &lt;radamson@routers.com&gt;</I></B> wrote:
  <BLOCKQUOTE class=replbq 
  style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid">Crazy 
    Boy wrote:<BR>&gt; Hi Friends,<BR>&gt; <BR>&gt; We have installed Asterisk 
    with Digium 04B card (4 FXO ports). Now, I <BR>&gt; have connected my PSTN 
    line directly to first port. I am making outgoing <BR>&gt; calls and 
    receiving incoming calls successfully through my Asterisk. The <BR>&gt; 
    problem is: When I am receiving a call from outside (PSTN), I am not 
    <BR>&gt; getting the callerid number and getting callerid as "Asterisk" in 
    my <BR>&gt; softphones (XLite). Here I am giving my configuration 
    files.<BR>&gt; <BR>&gt; zaptel.conf file contents:<BR>&gt; <BR>&gt; loadzone 
    = us<BR>&gt; defaultzone=us<BR>&gt; fxsks=1-4<BR>&gt; <BR>&gt; zapata.conf 
    file contents:<BR>&gt; <BR>&gt; [channels]<BR>&gt; context=incoming<BR>&gt; 
    signalling=fxs_ks<BR>&gt; busydetect=1<BR>&gt; busycount=7<BR>&gt; 
    relaxdtmf=yes<BR>&gt; callwaiting=yes<BR>&gt; 
    callwaitingcallerid=yes<BR>&gt; threewaycalling=yes<BR>&gt; 
    cancallforward=yes<BR>&gt; echocancelwhenbridged=yes<BR>&gt; 
    rxgain=0.0<BR>&gt; txgain=0.0<BR>&gt; callerid=asreceived<BR>&gt; 
    language=en<BR>&gt; usecallerid=yes<BR>&gt; hidecallerid=no<BR>&gt; 
    echocancel=yes<BR>&gt; transfer=yes<BR>&gt; immediate=no<BR>&gt; 
    group=1<BR>&gt; callgroup=9<BR>&gt; pickupgroup=9<BR>&gt; channel =&gt; 
    1<BR><BR>The above entries appear to be reasonable and correct. If you have 
    not <BR>properly set rxgain and txgain, it "could" impact callerid. If those 
    <BR>gains are too high/low, asterisk will not properly read the callerid 
    <BR>data when sent to you.<BR><BR>&gt; extensions.conf file 
    contents:<BR>&gt; <BR>&gt; [incoming]<BR>&gt; exten =&gt; s,1,Answer<BR>&gt; 
    exten =&gt; s,2,SetMusicOnHold(default)<BR>&gt; exten =&gt; 
    s,3,DigitTimeout,5<BR>&gt; exten =&gt; s,4,ResponseTimeout,10<BR>&gt; exten 
    =&gt; s,5,Background(/tmp/virg2)<BR>&gt; exten =&gt; s,6,Goto(s,1)<BR>&gt; 
    include =&gt; leader<BR><BR>&gt; Got event 18 (Ring Begin)...<BR>&gt; Aug 14 
    14:11:58 WARNING[26744]: pbx.c:5869 pbx_builtin_dtimeout: <BR>&gt; 
    DigitTimeout is deprecated, please use Set(TIMEOUT(digit)=timeout) 
    instead.<BR>&gt; Aug 14 14:11:58 WARNING[26744]: pbx.c:5845 
    pbx_builtin_rtimeout: <BR>&gt; ResponseTimeout is deprecated, please use 
    Set(TIMEOUT(response)=timeout) <BR>&gt; instead.<BR><BR>The above two 
    WARNING statements are telling you that either you are <BR>copying those 
    exten=&gt; statements from someone's old config files, or, <BR>you haven't 
    read the asterisk documentation. The message is telling you <BR>that your 
    statement "exten =&gt; s,3,DigitTimeout,5" should be replaced <BR>with the 
    Set(TIMEOUT(digit)=timeout) syntax. Your statements are still <BR>executing 
    properly today, but the next time you upgrade asterisk code, <BR>they are 
    likely to fail due to the old syntax not being supported.<BR><BR>Try 'show 
    function TIMEOUT' from your CLI and read it.<BR><BR>&gt; What I have to do 
    to display the PSTN caller number on my softphones? <BR>&gt; Please tell me. 
    Looking forward to your response. Thank 
    you.<BR><BR>_______________________________________________<BR>--Bandwidth 
    and Colocation provided by Easynews.com --<BR><BR>asterisk-users mailing 
    list<BR>To UNSUBSCRIBE or update options 
    visit:<BR>http://lists.digium.com/mailman/listinfo/asterisk-users<BR></BLOCKQUOTE><BR>
  <P>__________________________________________________<BR>Do You 
  Yahoo!?<BR>Tired of spam? Yahoo! Mail has the best spam protection around 
  <BR>http://mail.yahoo.com </P></BLOCKQUOTE></BODY></HTML>