<html><head><meta name="Generator" content="PSI HTML/CSS Generator"/>
<style type="text/css"><!--
body{font-family:'Tahoma';font-size:10pt;font-color:'#000000';}
LI{display:list-item;margin:0.00in;}
p{display:block;margin:0.00in;}
body{}
--></style>
</head><BODY ><div><SPAN style="font-size:10pt;">Hi Mr.Bogdan,</SPAN></div>
<div>&nbsp;</div>
<div><SPAN style="font-size:10pt;">Yes, the REGISTERs are replicated between the 02 SIP servers cos I can see them on 'location' tables on both servers.</SPAN></div>
<div>&nbsp;</div>
<div><SPAN style="font-size:10pt;">I found out what is problem: </SPAN></div>
<div><SPAN style="font-size:10pt;">When UA1 register with SIP1, it opens the port on NAT with the public IP is of SIP1</SPAN></div>
<div><SPAN style="font-size:10pt;">When UA2, which is registered with SIP2, call UA1 (registered with SIP1), the SIP2 send INVITE to UA1 using correct port on location table, but the problem is here: the NAT router does not has the any information about SIP2 IP on it NATed table, so the INVITE message cannot come in to UA1.</SPAN></div>
<div>&nbsp;</div>
<div><SPAN style="font-size:10pt;">I think this t_replicate() function does not work with my case. Should you please suggest me another solution to make a failover system (one SIP server got failure, other one can handle).</SPAN></div>
<div>&nbsp;</div>
<div><SPAN style="font-size:10pt;">Thanks in advanced</SPAN></div>
<div><SPAN style="font-size:10pt;"><br />Tung<br /><br /></span></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div><SPAN style="font-size:10pt;color:navy;">&gt; Hi Tung,</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">&gt; first check using ngrep if the REGISTERs are replicated between the</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">&gt; two servers.</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">&gt; regards,</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">&gt; bogdan</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">&gt; Tung Tran wrote:</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; Hi all,</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; Please help me on this:</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; I want to deploy failover scenario using t_replicate function,</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; here is apart of configuration SIP1:</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ######################################################################</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ## # Request route 'REGISTER'</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ######################################################################</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ## route[2] {</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; xlog("L_INFO", "*-*- Jump to Route[2]: REGISTER procedure *-*-*</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; \n"); sl_send_reply("100", "Trying"); if(src_ip=="SIP2 IP") {</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; xlog("L_INFO", "*-*-* Got REGISTER replication from peering, Save</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; location! \n"); save("location"); exit; }</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; if(nat_uac_test("19"))</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; {</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; fix_nated_register();</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; setbflag(6);</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; xlog("L_INFO", "*-*-* Discovering UAC is behind NAT,</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; fix_nated_register - M=$rm RURI=$ru Contact=$ct bflag=$bF \n"); }</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; #if(!www_authorize("", "subscriber"))</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; #{</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; #</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; # &#160; &#160;www_challenge("", "0");</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; # &#160; &#160;exit;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; #}</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; #consume_credentials();</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; if(!save("location"))</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; {</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; xlog("L_ERR", "*-*-* Saving contact failed - M=$rm RURI=$ru F=$fu</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; T=$tu IP=$si ID=$ci\n"); sl_reply_error(); exit; }</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; add_rcv_param();</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; xlog("L_INFO", "*-*-* REPLICATE register to peering \n");</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; if(!t_replicate("sip:SIP2-IP:5060"))</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; {</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; xlog("L_ERR", "*-*-* Cannot contact to the peer, REPLICATION</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; failed\n"); };</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; xlog("L_INFO", "*-*-* Registration successful - M=$rm RURI=$ru</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; F=$fu T=$tu IP=$si ID=$ci\n");</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; xlog("L_INFO", "*-*-* End of Route[2]: REGISTER procedure *-*-*</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; \n"); exit;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; }</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; -------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; SIP2 config:</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ######################################################################</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ## # Request route 'REGISTER'</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ######################################################################</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ## route[2] {</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; xlog("L_INFO", "*-*- Jump to Route[2]: REGISTER procedure *-*-*</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; \n"); sl_send_reply("100", "Trying"); if(src_ip=="SIP1-IP") {</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; xlog("L_INFO", "*-*-* Got REGISTER replication from peering, Save</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; location! \n"); save("location"); exit; } if(nat_uac_test("19")) {</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; fix_nated_register();</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; setbflag(6);</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; xlog("L_INFO", "*-*-* Discovering UAC is behind NAT,</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; fix_nated_register - M=$rm RURI=$ru Contact=$ct bflag=$bF \n"); }</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; #if(!www_authorize("", "subscriber"))</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; #{</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; #</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; # &#160; &#160;www_challenge("", "0");</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; # &#160; &#160;exit;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; #}</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; #consume_credentials();</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; if(!save("location"))</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; {</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; xlog("L_ERR", "*-*-* Saving contact failed - M=$rm RURI=$ru F=$fu</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; T=$tu IP=$si ID=$ci\n"); sl_reply_error(); exit; }</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; add_rcv_param();</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; xlog("L_INFO", "*-*-* REPLICATE register to peering \n"); if (!</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; t_replicate("sip:SIP1-IP:5060")) {</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; xlog("L_ERR", "*-*-* Cannot contact to the peer, REPLICATION</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; failed\n"); };</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; xlog("L_INFO", "*-*-* Registration successful - M=$rm RURI=$ru</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; F=$fu T=$tu IP=$si ID=$ci\n");</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; xlog("L_INFO", "*-*-* End of Route[2]: REGISTER procedure *-*-*</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; \n"); exit;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; }</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; And here is the location table of both server:</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; SIP1;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; mysql&gt; select * from location;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; +----+-----------+--------+---------------------------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; --------+--------------------------+------+---------------------+-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ------+---------------------------------------------------+-------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; +---------------------+-------+--------+--------------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ---------+-----------------------+---------+</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; | id | username &#160;| domain | contact | received &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; path | expires &#160; &#160; &#160; &#160; &#160; &#160; | q &#160; &#160; | callid</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;| cseq &#160;| last_modified &#160; &#160; &#160; | flags |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; cflags | user_agent | socket &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;| methods | +----+----</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; -------+--------+-----------------------------------------------+-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; -------------------------+------+---------------------+-------+---</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ------------------------------------------------+-------+---------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ------------+-------+--------+-----------------------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; +-----------------------+---------+</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; | 95 | 1016 &#160; &#160; &#160;| &#160; &#160; &#160; &#160;|</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; sip:1016@192.168.1.202:5061;transport=udp |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; sip:203.190.172.49:44293 | NULL | 2007-08-28 11:28:31 | -1.00 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; 0006d752-a91d0005-647e0f99-44142f0e@192.168.1.202 | &#160; 238 | 2007-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; 08-28 11:27:31 | &#160; &#160; 0 | &#160; &#160; 64 | Cisco-CP7960G/8.0</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; &#160; | udp:116.193.69.3:5060 | &#160; &#160;NULL |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; | 98 | 1005 &#160; &#160; &#160;| &#160; &#160; &#160; &#160;| sip:1005@192.168.1.103:5060 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; sip:203.190.172.49:41124 | NULL | 2007-08-28 11:28:41 | -1.00 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; zxjvYGlwjx2VbuGu@192.168.1.103 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;| 22171 | 2007-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; 08-28 11:27:41 | &#160; &#160; 0 | &#160; &#160; 64 | PA168S</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; &#160; | udp:116.193.69.3:5060 | &#160; &#160;NULL |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; | 97 | 1001 &#160; &#160; &#160;| &#160; &#160; &#160; &#160;| sip:1001@192.168.1.66:8887 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; sip:203.190.172.49:43767 | NULL | 2007-08-28 11:28:50 | -1.00 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; a20a87250b56ff1b &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;| &#160; 104 | 2007-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; 08-28 11:27:50 | &#160; &#160; 0 | &#160; &#160; 64 | eyeBeam release 3004t stamp</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; 16741 | udp:116.193.69.3:5060 | &#160; &#160;5951 | | 99 | 841170047 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; &#160; |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; sip:841170047@192.168.1.66:5080;transport=UDP |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; sip:203.190.172.49:39960 | NULL | 2007-08-28 11:28:47 | -1.00 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; f6b2e2ce36244ddd9f967b5efbc39b16 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;| 47970 | 2007-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; 08-28 11:27:47 | &#160; &#160; 0 | &#160; &#160; 64 | RTC/1.0.2299</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; &#160; | udp:116.193.69.3:5060 | &#160; &#160;5423 | +----+-----------+--------+-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ----------------------------------------------+-------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; -------+------+---------------------+-------+---------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ------------------------------+-------+---------------------+-----</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; --+--------+-----------------------------------+------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; -----+---------+ 4 rows in set (0.00 sec)</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; SIP2:</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; mysql&gt; select * from location;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; +----+-----------+--------+---------------------------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; --------+--------------------------+------+---------------------+-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ------+---------------------------------------------------+-------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; +---------------------+-------+--------+--------------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ---------+-----------------------+---------+</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; | id | username &#160;| domain | contact | received &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; path | expires &#160; &#160; &#160; &#160; &#160; &#160; | q &#160; &#160; | callid</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;| cseq &#160;| last_modified &#160; &#160; &#160; | flags |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; cflags | user_agent | socket &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;| methods | +----+----</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; -------+--------+-----------------------------------------------+-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; -------------------------+------+---------------------+-------+---</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ------------------------------------------------+-------+---------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ------------+-------+--------+-----------------------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; +-----------------------+---------+</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; | 46 | 1001 &#160; &#160; &#160;| &#160; &#160; &#160; &#160;| sip:1001@192.168.1.66:8887 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; sip:203.190.172.49:43767 | NULL | 2007-08-28 11:28:53 | -1.00 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; 8b3cbf617b787578 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;| &#160; 105 | 2007-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; 08-28 11:27:53 | &#160; &#160; 0 | &#160; &#160; 64 | eyeBeam release 3004t stamp</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; 16741 | udp:116.193.69.4:5060 | &#160; &#160;5951 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; | 47 | 1016 &#160; &#160; &#160;| &#160; &#160; &#160; &#160;|</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; sip:1016@192.168.1.202:5061;transport=udp |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; sip:203.190.172.49:44293 | NULL | 2007-08-28 11:28:41 | -1.00 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; 0006d752-a91d0005-647e0f99-44142f0e@192.168.1.202 | &#160; 239 | 2007-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; 08-28 11:27:41 | &#160; &#160; 0 | &#160; &#160; 64 | Cisco-CP7960G/8.0</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; &#160; | udp:116.193.69.4:5060 | &#160; &#160;NULL | | 48 | 841170047 | &#160; &#160; &#160; &#160;|</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; sip:841170047@192.168.1.66:5080;transport=UDP |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; sip:203.190.172.49:39960 | NULL | 2007-08-28 11:28:57 | -1.00 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; f6b2e2ce36244ddd9f967b5efbc39b16 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;| 47971 | 2007-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; 08-28 11:27:57 | &#160; &#160; 0 | &#160; &#160; 64 | RTC/1.0.2299</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; &#160; | udp:116.193.69.4:5060 | &#160; &#160;5423 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; | 44 | 1005 &#160; &#160; &#160;| &#160; &#160; &#160; &#160;| sip:1005@192.168.1.103:5060 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; sip:203.190.172.49:41124 | NULL | 2007-08-28 11:28:56 | -1.00 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; zxjvYGlwjx2VbuGu@192.168.1.103 &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;| 22172 | 2007-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; 08-28 11:27:56 | &#160; &#160; 0 | &#160; &#160; 64 | PA168S</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; &#160; | udp:116.193.69.4:5060 | &#160; &#160;NULL | +----+-----------+--------+-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ----------------------------------------------+-------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; -------+------+---------------------+-------+---------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ------------------------------+-------+---------------------+-----</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; --+--------+-----------------------------------+------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; -----+---------+ 4 rows in set (0.00 sec)</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; mysql&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; Both tables have the information almost the same and snync BUT</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; When I use an UA1 registered to SIP1, calling UA2 register to</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; SIP2, it does not work. Nothing happens on UA2.</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; Please help me how to fix them</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; Thanks in advanced</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; Regards</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; TUng</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ------------------------------------------------------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; ------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; _______________________________________________</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; Users mailing list</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; Users@openser.org</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">&gt;&gt; <a href="http://openser.org/cgi-bin/mailman/listinfo/users">http://openser.org/cgi-bin/mailman/listinfo/users</a></SPAN></div>
</body></html>