<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">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>