John Joseph wrote:

Hi I had installed and configured 2 IAX server , users from 1'st server can dial to the second server and vice versa But when I make calls to users in other
server , on my client , I get the caller if as
[EMAIL PROTECTED]     , the same I get when I try
reverse , ie I get on my cleint caller id as
[EMAIL PROTECTED]
                    Please guide me what should I do
for displaying the user id  when  users from one
server calls to other server users  [ I get the
call-ID when users dial to the same server they are ]

         part of my iax.conf file is as follows
(20.32)
[johnb]
type=friend
user=johna
secret=secret
host=192.168.20.99
context=project

       extensions.conf (20.32)
exten => _4XXX,1,Dial(IAX2/johnb/${EXTEN:1},30,r)
exten => _4XXX,2,Congestion

            my iax.conf file in (20.99) is
[johna]
type=friend
user=johna
secret=secret
host=192.168.20.32
context=project
extensions.conf (20.99) contains exten => _3XXX,1,Dial(IAX2/johna/${EXTEN:1},30,r)
exten => _3XXX,2,Congestion


John,

in iax.conf, there are settings for callerid,
so try callerid=johna
or callerid=asrecieved
and usecallerid=yes

should do it

yusuf

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to