As an alternative to Sipek telephony, you can install and configure MicroSIP.

Before you start installing and configuring the SIP client, check your equipment. You will need a PBX to work: make sure everything is set up in advance, as you will need the login and password of the telephony user.

Setting up MicroSIP

Launch MicroSIP on your computer. To do this:

  1. Download the portable version of MicroSIP from the official website
  2. Run the file microsip.exe
  3. Set up a MicroSIP connection to your telephony provider. To do this, in the MicroSIP window, click the down button and select Add Account
  4. Fill in the fields. The data can be obtained from the sip-telephony provider:
    • SIP Server and Domain — specify the domain of the sip-telephony provider
    • Username and Login — enter your telephony login
    • Password — enter your telephony password
  5. Save the changes by clicking the Save button
  6. If everything is set up correctly, a green icon with the inscription Online will appear in the lower left corner of the client. If the icon does not appear, check the connection settings
  7. Check that your audio codec is included in the list of enabled ones. To do this, in the MicroSIP window, click the down button and select Settings
  8. Check the Enabled Codecs list. If your codec is not there, find it in the Available Codecs column, select it and click the left button  to move it to the Enabled Codecs column.
  9. Save the changes by clicking the Save button.

Done, the client is running and configured.

Setting up integration with r_k Delivery

In order for the establishment's interface to automatically open a page with a new order when a phone call is received, additional settings must be made:

  1. Close the MicroSIP program. Make sure the client is turned off, otherwise further settings will not be applied
  2. Go to the folder with the client. Usually its path looks like this: ...\AppData\Local\Temp\[folder with the SIP client]
  3. Create a file with the .bat extension, for example cmd.bat.
    In the name, use only Latin letters without spaces and special characters
  4. Open the file in notepad and enter the link to the establishment's interface:

    rundll32 url.dll,FileProtocolHandler https://delivery.ucs.ru/manager/guests/%1

    Save changes

  5. Open the file microsip.ini. It is located in the same folder
  6. Add the following line to the [Settings] block:

    cmdCallAnswerl=full_path to bat file\name_of_created_file.bat           ;; triggered when the manager responds

    or

    cmdIncomingCall=full_path to bat file\name_of_created_file.bat          ;; triggered when a call is received, before the phone is picked up

    Example:


  7. Save changes.

Done, MicroSIP client is installed and configured.

Now, depending on the settings, when a call is received or a manager answers, a new order card will open:

  • If the client is new, then only the phone number will be filled in.
  • If the client has already ordered from your establishment, then all the basic information about him will be filled in automatically.