Displaying 1 result from an estimated 1 matches for "serverapassword".
Did you mean:
  server_password
  
2010 Aug 04
1
callerid between 2 asterisk servers
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 => serverA:serverApassword at 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.
[serverA]				[serverB]
type=user				type=...