Search results

  1. T

    fs_cli empty response on list_users

    Thanks, yes I know about "show registrations". What I was looking for now, was to list all extensions for a domain and check which ones was not registered by using "show registrations". It would have been convenient to use cli for both but I guess I have to look up the extensions in the...
  2. T

    fs_cli empty response on list_users

    Thanks whut, I am new at freeswitch/fusionpbx and was thinking that the fs_cli would work as normal with fusionpbx. But maybe not so.. It seems that some fs_cli commands actually do lookups in the fusionpbx database. After activating query logging, when I run the domain_exists, there are...
  3. T

    fs_cli empty response on list_users

    Hi, no matter what I try I cannot get any results from list_users. Response is always like userid|context|domain|group|contact|callgroup|effective_caller_id_name|effective_caller_id_number +OK I can do eg fs_cli -x "domain_exists mydomain.com" and get "true" in return. But fs_cli -x...
  4. T

    profile question (SIP)

    Hi, sorry the late reply. Thanks for your input But voicemail is disabled on extension B ("Voicemail enabled" is set to False). And these calls actually work, does not go to voicemail. It starts ringing on B and when B pickes up, we have two-way audio and video from A to B (though in the...
  5. T

    profile question (SIP)

    Hello, Adrian. B is registered OK. I am not so familiar with the FS log yet, can you help check what happens in the attached log file?
  6. T

    profile question (SIP)

    Hello, after doing some tests on a newly installed freeswitch, I find the behaviour on internal calls a little strange. When calling from A to B, freeswitch responds to A with "Trying" and then an immediate "200 OK", before passing the INVITE to B. Is this the default behaviour or is there...