Hi Chris and All, I tried your suggestion several times by changing this line port="127.0.0.1:6001/tcp <http://176.34.249.176:6001/tcp>"
to port="176.34.249.176:6001/tcp" where 176.34.249.176 <http://176.34.249.176:6001/tcp>is our ip address also we use Amazon EC2 instance port 8023 & 6001 is alresdy opened on our server also there is no any typo in the file SIPconfig.xml i used the default SIPconfig.xml file coming with koha instead of our SIPconfig.xml file to be sure that there's no typo only i changed port="127.0.0.1:6001/tcp <http://176.34.249.176:6001/tcp>" to port="176.34.249.176:6001/tcp" it gives us the same result that couldn't connect to the server by using telnet 176.34.249.176 <http://176.34.249.176:6001/tcp> 8023 or telnet 127.0.0.1 <http://176.34.249.176:6001/tcp> 8023 or telnet localhost 8023 the result is Trying ::1... Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused and sometimes it gives us Trying ::1... Connected to localhost. Escape character is '^]'. Connection closed by foreign host. is there any modifications in perl modules or other any files thanks <http://176.34.249.176:6001/tcp> On Mon, Sep 8, 2014 at 5:47 AM, Chris Cormack <[email protected]> wrote: > * Abdulsalam Yousef ([email protected]) wrote: > > hi Chris > > I mean i've changed this line > > > > port="127.0.0.01:6001/tcp" > > > > to > > > > port="123.456.7.89:6001/tcp" > > That's not a real ip number, you need to set it to your actual ip number > > Chris > > > > > in my SIPConfig.xml (or in my case SIPServer.xml) > > as you suggested. > > thanks > > _______________________________________________ > > Koha mailing list http://koha-community.org > > [email protected] > > http://lists.katipo.co.nz/mailman/listinfo/koha > > -- > Chris Cormack > Catalyst IT Ltd. > +64 4 803 2238 > PO Box 11-053, Manners St, Wellington 6142, New Zealand > _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

