[Serusers] t_replicate can't call to registered endpoint

Raymond Chen rchen at cityabove.net
Mon Apr 4 08:48:26 CEST 2005


Dear all

 

We have setup two SER servers which replicates endpoint registration info to
the second server as follow:

 

Server A:

                if (method=="REGISTER") {

                

                        #if (src_ip=="xxx.xxx.xxx.xxx") {

                        #        save("location");

                        #       break;

                        #};

        

                        if (!www_authorize("", "subscriber")) {

                                www_challenge("", "1");

                                break;

                        };

        

                        if (!src_ip==xxx.xxx.xxx.xxx) {

                                t_replicate("xxx.xxx.xxx.xxx", "5060");

                        };

        

                        save("location");

                        break;

                };

 

Server B:

            

            save_noreply("location");

 

 

registration process went fine.  But when we use Server B to call the
replicated endpoint, endpoint does not response to the INVITE message.  Port
and IP both are correct in the INVITE message.  

 

What could be the problem?

 

Regards

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20050404/a76f5d38/attachment.htm>


More information about the sr-users mailing list