I haven't checked the syntax of your config file, but telnet runs on port 23 by default -- when you say "telnet is blocked" that really just means that port 23 has been firewalled. Since you're using 8023 instead, you should be fine. Best to try it and see :-)
--Barton On Tue, Jun 16, 2015 at 2:21 AM, arun a <[email protected]> wrote: > Hello Chris, > > Thank you. > > Please let me know if its enough to just change the below part. Will this > work even if telnet is blocked? > > <service > port="8023/tcp" > * transport="RAW"* > protocol="SIP/2.00" > timeout="60" /> > > Thanks & Regards, > Arun Anand > > > On 15 June 2015 at 03:30, Chris Cormack <[email protected]> wrote: > > > > > > > On 10 June 2015 at 23:25, arun a <[email protected]> wrote: > > > >> Hello Team, > >> > >> Could anyone please let me know if there is a provision in koha to use > any > >> other TCP port for initial handshake of SIP rather than telnet? > >> > > > > Hi > > > > Yep, you can configure raw, or telnet based and what port all in the > config > > > > Maybe read here > > http://wiki.koha-community.org/wiki/Koha_SIP2_server_setup > > and here > > http://wiki.koha-community.org/wiki/Koha_SIP2_Server_Capabilities > > > > For more details > > > > Chris > > > > > _______________________________________________ > Koha mailing list http://koha-community.org > [email protected] > https://lists.katipo.co.nz/mailman/listinfo/koha > _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha

