<font color='black' size='2' face='arial'>
<div style="CLEAR: both"></div>


<div style="FONT-FAMILY: arial,helvetica; COLOR: black; FONT-SIZE: 10pt">

<div style="BACKGROUND-COLOR: #fff; MARGIN: 0px; FONT-FAMILY: Tahoma, Verdana, Arial, Sans-Serif; COLOR: #000; FONT-SIZE: 12px" id=AOLMsgPart_0_8a1672db-76cc-4c60-a145-9ca0379b4402><PRE style="FONT-SIZE: 9pt"><TT>I've got 2 asterisk servers on the same box: ubuntu 10.04 lucid. I have not
been able to send useful callerid info between them (callerid becomes
"serverB").

serverA register statement: (serverB has the exact opposite statement)
register =&gt; serverA:serverApassword@IP_of_serverB_nic/serverB

users.conf of serverA:          users.conf of serverB:

[serverB]               [serverA]
type=friend             type=friend
fromuser=serverB            fromuser=serverA
secret=serverBpassword          secret=serverApassword
host=dynamic                host=dynamic
etc.                    etc.
<FONT size=2></FONT>
[serverA]               [serverB]
type=user               type=user
secret=serverApassword          secret=serverBpassword
context=serverA_incoming        context=serverB_incoming
host=dynamic                host=dynamic
etc.                    etc.

serverA extensions.conf:
exten =&gt; _8X.,n,Dial(SIP/serverB/${EXTEN},20,r)

With this set up, when I dial from an extension such as 6000 on serverA to
an extension such as 8000 on serverB, instead of sending the callerid info
of 6000 it sends "serverB". I cannot seem to find a way around this.
Anyone know of a way to send the 6000 callerid info? Somehow via sending a
user-defined field via the dial statement?
If not via the dial, then a way to transfer via writing to the file system?
Is there a way to use, in extensions.conf, some kind of info transferred
between serverA and serverB such as the tag id so that I can specify a
filename for them to write/read? I cannot seam to find something that each
server sees which I can dynamically read in and use in extensions.conf.

Thanks!!



-- 

<div><FONT face="Arial, Helvetica, sans-serif">Try uncommenting fromuser on both boxes.</FONT></div>

<div>Or did you set callerid in your users.conf when you write "etc."? If so, also uncomment it.<br>
<br>
Oliver</div>
</TT></PRE></div>
<!-- end of AOLMsgPart_0_8a1672db-76cc-4c60-a145-9ca0379b4402 --></div>
</font>