back to the ToC

KPhoneIS User Manual: The Commandline

To get help, write kpsi -h

kfl@papa:~> kpsi -h

-u <user> user identification in database

-a <host> dissipate-host

-p <port> port number you listen on

-t UA point to point (i.e. dissipate-host=host part of sip URI of the UA)

-l loose route

-s strict route

Explanation:

  1. <user> is not the user part of the SIP-URI („SIP-Phone number“), but the user's ID in the database (kphonesirc)

  2. <host> the interface used by the phone. If this parameter is not set, KPhoneIS scans the interface table. Th user is ask to make the choice.

  3. <port> The listen-to port. It is used to address the UA from outside .The default is 5060. If the parameter is not set, KPhoneIS finds an even port >= 5060 and sets it.

  4. -t is one possible method to start point to point sessions without involving a proxy. The registration is switched off and the SIP-URI takes the form sip:port@dissipate-host:port. Also see the chapter  "How to start a point to point call".

  5. -l and -s are kphone (V4.2) heritages. The have no effect!

back to the ToC