Jump to content

Recommended Posts

Posted
 
Hello, I installed kazoo via centos according to the documentation and everything worked well for me. I need to use konami for call transfer but when I give kazoo-applications status I don't get konami in the WhApps. I install konami manually from the kazoo repository and I run the command sup kapps_controller running_apps konami and I get that it is running but the transfer does not work and when I restart the server it disappears again
  • Administrators
Posted

When the Erlang VM starts up, it catalogues what code is present. It sounds like you added Konami to the file system after the VM was started, so the VM has no way of knowing about Konami.

You can add the file path to Konami in the VM or you can restart the VM and Konami should be included in the file paths searched by the VM when a module is used.

  • Administrators
Posted

As stated, you can investigate Erlang's 'code' module for the add_patha/1 function or you can restart the VM and the path should be included automatically.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...