<div style="font-family:arial,sans-serif;font-size:13px">From the last time you sent this to the list, here&#39;s the response from <span name="Richard Mudgett" class="" style="font-size:13px">Richard Mudgett</span><span style="white-space:nowrap"> </span><span class="" style="white-space:nowrap">&lt;<a href="mailto:rmudgett@digium.com">rmudgett@digium.com</a>&gt;...</span></div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">&gt; my scenario is below<br>&gt;<br>&gt; analog phone (10 to 99)------&gt; pbx------&gt;(77)asterisk--------&gt;<br>
&gt; <span>jitsi</span>(2000)<br>
&gt;<br>&gt; i have analog telephone interface numbered 77 attached with asterisk<br>&gt; and<br>&gt; other sip user is 2000 on <span>jitsi</span>.<br>&gt;<br>&gt; I can call from any number from 10 to 99(in intercom) on 77 and ivr<br>

&gt; response will come then i can typed 2000# and call go to 2000 named<br>&gt; user<br>&gt; in asterisk.<br>&gt;<br>&gt; Now my problem is when i am calling from 10 to 99 (any number) this<br>&gt; number<br>&gt; should display to sip 2000&#39;s user. But its not showing to user. Its<br>

&gt; shows<br>&gt; asterisk@my_asterisk_server_ip.<br>&gt;<br>&gt; my config. as follow<br>&gt;<br>&gt; extension.conf<br>&gt;<br>&gt; exten =&gt; s,1,Goto(phrase-menu,s,1)<br>&gt;<br>&gt; [phrase-menu]<br>&gt;<br>&gt; exten =&gt; s,1,Answer()<br>

&gt; exten =&gt; s,2,Wait(1)<br>&gt; exten =&gt; s,3,Read(PHRASEID,/var/lib/asterisk/sounds/custom/soip)<br>&gt; exten =&gt; s,4,Wait(2)<br>&gt; exten =&gt; s,5,Set(CALLERID(num,CID)=${CALLERID})<br><br></div><span style="font-family:arial,sans-serif;font-size:13px">Remove the CID option.  It does nothing in this case because</span><br style="font-family:arial,sans-serif;font-size:13px">

<span style="font-family:arial,sans-serif;font-size:13px">it does not apply.  The CID option here only applies to reading</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">not writing.  Please re-read the documentation for CALLERID().</span><br style="font-family:arial,sans-serif;font-size:13px">

<div style="font-family:arial,sans-serif;font-size:13px"><br>&gt; exten =&gt; s,6,Dial(SIP/${PHRASEID},40,tT)<br>&gt; exten =&gt; h,1,Hangup()<br>&gt;<br>&gt;<br>&gt; and in chan_dahdi.conf<br>&gt;<br>&gt; ; General options<br>

&gt; [channels]<br>&gt; usecallerid=yes<br>&gt; hidecallerid=no<br>&gt; callwaiting=yes<br>&gt; threewaycalling=yes<br>&gt; transfer=yes<br>&gt; echocancel=yes<br>&gt; echocancelwhenbridged=yes<br><br>&gt; cidsignalling=dtmf<br>

&gt; cidstart=polarity<br>&gt; callerid=asreceived<br><br>&gt; rxgain=0.0<br>&gt; txgain=0.0<br>&gt; ;FXO Modules<br>&gt; group=1<br>&gt; echocancel=yes<br>&gt; signalling=fxs_ks<br>&gt; context=default<br>&gt; channel=1-20<br>

&gt;<br>&gt; #include dahdi-channels.conf<br><br></div><span style="font-family:arial,sans-serif;font-size:13px">From your description, the link between the pbx and (77)asterisk</span><br style="font-family:arial,sans-serif;font-size:13px">

<span style="font-family:arial,sans-serif;font-size:13px">is analog.  Analog can only pass caller id information in one</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">direction.  It looks like you have it setup to pass caller id</span><br style="font-family:arial,sans-serif;font-size:13px">

<span style="font-family:arial,sans-serif;font-size:13px">from the pbx to (77)asterisk.  Is the pbx even sending caller id?</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">Is it sending it in the form you have configured in Asterisk?</span><br style="font-family:arial,sans-serif;font-size:13px">

<span style="font-family:arial,sans-serif;font-size:13px">(dtmf, polarity start, dtmfcidlevel=???)</span><br>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Dec 9, 2012 at 11:42 PM, Harish Mandowara <span dir="ltr">&lt;<a href="mailto:asteriskhelp2013@gmail.com" target="_blank">asteriskhelp2013@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><tt><pre>my scenario is below

analog phone (10 to 99)------&gt; pbx------&gt;(77)asterisk--------&gt; jitsi(2000)

i have analog telephone interface numbered 77 attached with asterisk and
other sip user is 2000 on jitsi.

I can call from any number from 10 to 99(in intercom) on 77 and ivr
response will come then i can typed 2000# and call go to 2000 named user
in asterisk.

Now my problem is when i am calling from 10 to 99 (any number) this number
should display to sip 2000&#39;s user. But its not showing to user. Its shows
<a href="https://webmail.cdac.in/twig/index.php?&amp;s[mailbox]=mail%2Fsent-mail&amp;s[mailGroup]=%2A&amp;s[mail_startmsg]=1&amp;s[sortby]=date&amp;s[sortbyway]=1&amp;s[delete-return]=msgview&amp;s[mailtree]=0%7C&amp;c[f]=mail&amp;c[a]=compose&amp;form[to]=asterisk@my_asterisk_server_ip" target="_blank">asterisk@my_asterisk_server_ip</a>.

my config. as follow

extension.conf

exten =&gt; s,1,Goto(phrase-menu,s,1)

[phrase-menu]

exten =&gt; s,1,Answer()
exten =&gt; s,2,Wait(1)
exten =&gt; s,3,Read(PHRASEID,/var/lib/asterisk/sounds/custom/soip)
exten =&gt; s,4,Wait(2)
exten =&gt; s,5,Set(CALLERID(num,CID)=${CALLERID})
exten =&gt; s,6,Dial(SIP/${PHRASEID},40,tT)
exten =&gt; h,1,Hangup()


and in chan_dahdi.conf

; General options
[channels]
usecallerid=yes
hidecallerid=no
callwaiting=yes
threewaycalling=yes
transfer=yes
echocancel=yes
echocancelwhenbridged=yes
cidsignalling=dtmf
cidstart=polarity
callerid=asreceived
rxgain=0.0
txgain=0.0
;FXO Modules
group=1
echocancel=yes
signalling=fxs_ks
context=default
channel=1-20

#include dahdi-channels.conf


any help

thanks..</pre></tt>
<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br>-Chris Harrington<br>
<div>ACSDi Office: 763.559.5800</div><div><div>Mobile Phone: 612.326.4248</div></div><div><br></div><br>
</div>