<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> </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> </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> </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> </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> </div>
<div> </div>
<div><SPAN style="font-size:10pt;color:navy;">> Hi Tung,</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">></SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">> first check using ngrep if the REGISTERs are replicated between the</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">> two servers.</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">></SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">> regards,</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">> bogdan</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">></SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">> Tung Tran wrote:</SPAN></div>
<div><SPAN style="font-size:10pt;color:navy;">></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> Hi all,</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> Please help me on this:</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> I want to deploy failover scenario using t_replicate function,</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> here is apart of configuration SIP1:</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ######################################################################</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ## # Request route 'REGISTER'</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ######################################################################</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ## route[2] {</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> xlog("L_INFO", "*-*- Jump to Route[2]: REGISTER procedure *-*-*</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> \n"); sl_send_reply("100", "Trying"); if(src_ip=="SIP2 IP") {</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> xlog("L_INFO", "*-*-* Got REGISTER replication from peering, Save</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> location! \n"); save("location"); exit; }</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> if(nat_uac_test("19"))</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> {</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> fix_nated_register();</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> setbflag(6);</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> xlog("L_INFO", "*-*-* Discovering UAC is behind NAT,</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> fix_nated_register - M=$rm RURI=$ru Contact=$ct bflag=$bF \n"); }</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> #if(!www_authorize("", "subscriber"))</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> #{</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> #</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> #    www_challenge("", "0");</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> #    exit;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> #}</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> #consume_credentials();</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> if(!save("location"))</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> {</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> xlog("L_ERR", "*-*-* Saving contact failed - M=$rm RURI=$ru F=$fu</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> T=$tu IP=$si ID=$ci\n"); sl_reply_error(); exit; }</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> add_rcv_param();</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> xlog("L_INFO", "*-*-* REPLICATE register to peering \n");</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> if(!t_replicate("sip:SIP2-IP:5060"))</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> {</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> xlog("L_ERR", "*-*-* Cannot contact to the peer, REPLICATION</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> failed\n"); };</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> xlog("L_INFO", "*-*-* Registration successful - M=$rm RURI=$ru</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> F=$fu T=$tu IP=$si ID=$ci\n");</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> xlog("L_INFO", "*-*-* End of Route[2]: REGISTER procedure *-*-*</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> \n"); exit;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> }</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> -------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> SIP2 config:</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ######################################################################</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ## # Request route 'REGISTER'</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ######################################################################</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ## route[2] {</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> xlog("L_INFO", "*-*- Jump to Route[2]: REGISTER procedure *-*-*</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> \n"); sl_send_reply("100", "Trying"); if(src_ip=="SIP1-IP") {</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> xlog("L_INFO", "*-*-* Got REGISTER replication from peering, Save</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> location! \n"); save("location"); exit; } if(nat_uac_test("19")) {</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> fix_nated_register();</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> setbflag(6);</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> xlog("L_INFO", "*-*-* Discovering UAC is behind NAT,</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> fix_nated_register - M=$rm RURI=$ru Contact=$ct bflag=$bF \n"); }</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> #if(!www_authorize("", "subscriber"))</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> #{</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> #</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> #    www_challenge("", "0");</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> #    exit;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> #}</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> #consume_credentials();</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> if(!save("location"))</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> {</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> xlog("L_ERR", "*-*-* Saving contact failed - M=$rm RURI=$ru F=$fu</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> T=$tu IP=$si ID=$ci\n"); sl_reply_error(); exit; }</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> add_rcv_param();</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> xlog("L_INFO", "*-*-* REPLICATE register to peering \n"); if (!</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> t_replicate("sip:SIP1-IP:5060")) {</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> xlog("L_ERR", "*-*-* Cannot contact to the peer, REPLICATION</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> failed\n"); };</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> xlog("L_INFO", "*-*-* Registration successful - M=$rm RURI=$ru</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> F=$fu T=$tu IP=$si ID=$ci\n");</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> xlog("L_INFO", "*-*-* End of Route[2]: REGISTER procedure *-*-*</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> \n"); exit;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> }</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> And here is the location table of both server:</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> SIP1;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> mysql> select * from location;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> +----+-----------+--------+---------------------------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> --------+--------------------------+------+---------------------+-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ------+---------------------------------------------------+-------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> +---------------------+-------+--------+--------------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ---------+-----------------------+---------+</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> | id | username  | domain | contact | received                 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> path | expires             | q     | callid</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>>                      | cseq  | last_modified       | flags |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> cflags | user_agent | socket                | methods | +----+----</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> -------+--------+-----------------------------------------------+-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> -------------------------+------+---------------------+-------+---</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ------------------------------------------------+-------+---------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ------------+-------+--------+-----------------------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> +-----------------------+---------+</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> | 95 | 1016      |        |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> sip:1016@192.168.1.202:5061;transport=udp |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> 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;">>> 0006d752-a91d0005-647e0f99-44142f0e@192.168.1.202 |   238 | 2007-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> 08-28 11:27:31 |     0 |     64 | Cisco-CP7960G/8.0</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>>   | udp:116.193.69.3:5060 |    NULL |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> | 98 | 1005      |        | sip:1005@192.168.1.103:5060 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> 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;">>> zxjvYGlwjx2VbuGu@192.168.1.103                    | 22171 | 2007-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> 08-28 11:27:41 |     0 |     64 | PA168S</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>>   | udp:116.193.69.3:5060 |    NULL |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> | 97 | 1001      |        | sip:1001@192.168.1.66:8887 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> 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;">>> a20a87250b56ff1b                                  |   104 | 2007-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> 08-28 11:27:50 |     0 |     64 | eyeBeam release 3004t stamp</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> 16741 | udp:116.193.69.3:5060 |    5951 | | 99 | 841170047 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>>   |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> sip:841170047@192.168.1.66:5080;transport=UDP |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> 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;">>> f6b2e2ce36244ddd9f967b5efbc39b16                  | 47970 | 2007-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> 08-28 11:27:47 |     0 |     64 | RTC/1.0.2299</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>>   | udp:116.193.69.3:5060 |    5423 | +----+-----------+--------+-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ----------------------------------------------+-------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> -------+------+---------------------+-------+---------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ------------------------------+-------+---------------------+-----</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> --+--------+-----------------------------------+------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> -----+---------+ 4 rows in set (0.00 sec)</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> SIP2:</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> mysql> select * from location;</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> +----+-----------+--------+---------------------------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> --------+--------------------------+------+---------------------+-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ------+---------------------------------------------------+-------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> +---------------------+-------+--------+--------------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ---------+-----------------------+---------+</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> | id | username  | domain | contact | received                 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> path | expires             | q     | callid</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>>                      | cseq  | last_modified       | flags |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> cflags | user_agent | socket                | methods | +----+----</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> -------+--------+-----------------------------------------------+-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> -------------------------+------+---------------------+-------+---</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ------------------------------------------------+-------+---------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ------------+-------+--------+-----------------------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> +-----------------------+---------+</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> | 46 | 1001      |        | sip:1001@192.168.1.66:8887 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> 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;">>> 8b3cbf617b787578                                  |   105 | 2007-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> 08-28 11:27:53 |     0 |     64 | eyeBeam release 3004t stamp</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> 16741 | udp:116.193.69.4:5060 |    5951 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> | 47 | 1016      |        |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> sip:1016@192.168.1.202:5061;transport=udp |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> 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;">>> 0006d752-a91d0005-647e0f99-44142f0e@192.168.1.202 |   239 | 2007-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> 08-28 11:27:41 |     0 |     64 | Cisco-CP7960G/8.0</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>>   | udp:116.193.69.4:5060 |    NULL | | 48 | 841170047 |        |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> sip:841170047@192.168.1.66:5080;transport=UDP |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> 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;">>> f6b2e2ce36244ddd9f967b5efbc39b16                  | 47971 | 2007-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> 08-28 11:27:57 |     0 |     64 | RTC/1.0.2299</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>>   | udp:116.193.69.4:5060 |    5423 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> | 44 | 1005      |        | sip:1005@192.168.1.103:5060 |</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> 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;">>> zxjvYGlwjx2VbuGu@192.168.1.103                    | 22172 | 2007-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> 08-28 11:27:56 |     0 |     64 | PA168S</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>>   | udp:116.193.69.4:5060 |    NULL | +----+-----------+--------+-</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ----------------------------------------------+-------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> -------+------+---------------------+-------+---------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ------------------------------+-------+---------------------+-----</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> --+--------+-----------------------------------+------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> -----+---------+ 4 rows in set (0.00 sec)</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> mysql></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> Both tables have the information almost the same and snync BUT</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> When I use an UA1 registered to SIP1, calling UA2 register to</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> SIP2, it does not work. Nothing happens on UA2.</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> Please help me how to fix them</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> Thanks in advanced</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> Regards</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> TUng</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ------------------------------------------------------------------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> ------</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>></SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> _______________________________________________</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> Users mailing list</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> Users@openser.org</SPAN></div>
<div><SPAN style="font-size:10pt;color:maroon;">>> <a href="http://openser.org/cgi-bin/mailman/listinfo/users">http://openser.org/cgi-bin/mailman/listinfo/users</a></SPAN></div>
</body></html>