Jump to content

tomas_

Members
  • Posts

    785
  • Joined

  • Last visited

  • Days Won

    20

8 Followers

Recent Profile Visitors

2,592 profile views
  1. Hi @MattForrest! We have a PHP script which is setup to run as preflow on the account, invoked by Pivot (made in Callflows app). This script can for intance handle presences (connected to calendar services, with a voice saying that a user is in a meeting and when he/she will be back, etc). I guess it would not be that hard to add functionality to check if any of the user's devices is in use and then disconnect the call with a busy tone / response. More info here: https://docs.2600hz.com/dev/applications/callflow/doc/preflow/ https://docs.2600hz.com/dev/applications/pivot/doc/ https://docs.2600hz.com/dev/applications/pivot/doc/kazoo/hangups/
  2. I see, thanks for your answer. Guess we'll embed this into the preflow script we already use.
  3. Hi, did you found out anything about disabling call waiting in the backend? Br - Tomas
  4. I have never seen this before. Where is it located? And which version of Kazoo / MonsterUI? Br Tomas
  5. Late reply, again. Stumbled upon this issue when trying to connect to WSS websocket in another subject. Turned out that I've been trying to use the wrong certificate files, at least this time. Note to self (and others with same issue); Use the correct certs, and make the haproxy.pem like this if you're using Let's Encrypt / Certbot: cat fullchain.pem privkey.pem | tee haproxy.pem This time I got it working with the config from Kazoo docs, don't know if your settings will work also, @RuhNet (it probably will); https://docs.2600hz.com/supported/applications/blackhole/doc/#wss-considerations
  6. Yes, I'm quite sure I added both FS servers before making the change in System Config CouchDB
  7. Hi! I've just set up a new cluster with Kazoo 4.3 and encountered this issue also. I noticed that the /tmp folder of Freeswitch server was filling up with a lot of call recordings (mp3 files), and found the "Received HTTP error 0 trying to save" error in Freeswitch logs. Also "Error Storing File" in Kazoo console log. Also the recordings isn't found when trying to get them from recordings API. It started when adding another Kazoo / Ecallmgr server, before that there was no issue at all. And it's only when Freeswitch tries to save the media to the new, second Kazoo / Ecallmgr server, it works perfect to the first one. Somehow I noticed the "proxy_store_acls" setting in system_config/media (Bigcouch /_utils/document.html?system_config/media), and when adding the IP addresses for both Freeswitch servers there it seems that the problem is gone! Needs some more testing to be sure, but all it seems like every recording is saved properly. I haven't seen this in any docs or guides anywhere. Br - Tomas
  8. Can you ping the realm and get the IP address to the server? However it seems like the phone tries to register to sip:user_vZEW43@192.168.2.17 in the kamailio log ... I think it should be the realm instead of the IP address.
  9. You are setting the realm when creating the account: You can see the realm when editing a device, as in my previous post. In the phone you set username to user_XXXXX@realm - like user_oqienein@realm.yourdomain.com Of course the realm must use a proper DNS to point to your server.
  10. Ok, but are you using the correct realm in the registration? The logs say sip:user_vZEW43@192.168.2.17 Is 192.168.2.17 the realm in Kazoo?
  11. Is the realm on the account 192.168.2.17? You need to use the realm on the account in the registration. If the realm is customer1.yourdomain.com you need to use user_vZEW43@customer1.yourdomain.com
  12. Thanks. But it didn't solve my problem :(
  13. Hi! Did you got this sorted? I think I have the same problem (https://forums.2600hz.com/forums/topic/13148-ringback-p-early-media-rfc-5009) Br Tomas
×
×
  • Create New...