/etc/kazoo/kamailio/local.cfg
I use 8433 (ssl) on the kamailo server. This is necessary for SSL sites to prevent browser issues when accessing non-SSL content. The default unsecured port is 8080.
Both are set in:
On Monday, September 15, 2014 3:38:57 PM UTC-5, Dayton Turner wrote:
--
You received this message because you are subscribed to a topic in the Google Groups "2600hz-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/2600hz-dev/r0KgyxzRl8g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 2600hz-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
What are you using for the websockets url for Kazoo installations?
On Tuesday, 9 September 2014 14:13:23 UTC-7, Blake wrote:
--
You received this message because you are subscribed to a topic in the Google Groups "2600hz-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/2600hz-dev/r0KgyxzRl8g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 2600hz-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
How do you configure the websocket URL?
log from Kamailio
Nov 19 20:08:31 kazoo1 kamailio[1485]: INFO: <script>: 7cd2fo1c8qs92ov2vgce96|start|recieved UDP request REGISTER sip:sip.kazoo.com
Nov 19 20:08:31 kazoo1 kamailio[1485]: INFO: <script>: 7cd2fo1c8qs92ov2vgce96|log|source 95.83.253.115:47242
Nov 19 20:08:31 kazoo1 kamailio[1485]: INFO: <script>: 7cd2fo1c8qs92ov2vgce96|log|from sip:user...@sip.kazoo.com
Nov 19 20:08:31 kazoo1 kamailio[1485]: INFO: <script>: 7cd2fo1c8qs92ov2vgce96|log|to sip:user...@sip.kazoo.com
Nov 19 20:08:31 kazoo1 kamailio[1485]: INFO: <script>: 7cd2fo1c8qs92ov2vgce96|log|originated from external sources
Nov 19 20:08:31 kazoo1 kamailio[1485]: INFO: <script>: 7cd2fo1c8qs92ov2vgce96|log|this is a websocket request
Nov 19 20:08:31 kazoo1 kamailio[1485]: INFO: <script>: 7cd2fo1c8qs92ov2vgce96|log|correcting NATed contact in registration
Nov 19 20:08:31 kazoo1 kamailio[1485]: INFO: <script>: 7cd2fo1c8qs92ov2vgce96|end|issued new auth challenge to new registration attempt
Nov 19 20:08:31 kazoo1 kamailio[1485]: INFO: <script>: 7cd2fo1c8qs92ov2vgce96|start|recieved UDP request REGISTER sip:sip.kazoo.com
Nov 19 20:08:31 kazoo1 kamailio[1485]: INFO: <script>: 7cd2fo1c8qs92ov2vgce96|log|source 95.83.253.115:47242
Nov 19 20:08:31 kazoo1 kamailio[1485]: INFO: <script>: 7cd2fo1c8qs92ov2vgce96|log|from sip:user...@sip.kazoo.com
Nov 19 20:08:31 kazoo1 kamailio[1485]: INFO: <script>: 7cd2fo1c8qs92ov2vgce96|log|to sip:user...@sip.kazoo.com
Nov 19 20:08:31 kazoo1 kamailio[1485]: INFO: <script>: 7cd2fo1c8qs92ov2vgce96|log|originated from external sources
Nov 19 20:08:31 kazoo1 kamailio[1485]: INFO: <script>: 7cd2fo1c8qs92ov2vgce96|log|this is a websocket request
Nov 19 20:08:31 kazoo1 kamailio[1485]: INFO: <script>: 7cd2fo1c8qs92ov2vgce96|log|correcting NATed contact in registration
Nov 19 20:08:31 kazoo1 kamailio[1485]: INFO: db_kazoo [dbase.c:664]: db_kazoo_query(): query table=subscriber
Nov 19 20:08:31 kazoo1 kamailio[1485]: ERROR: db_kazoo [dbase.c:259]: dbk_creds_build_result(): Json-c error - failed to extract password [{"Defer-Response":"true","Server-ID":"","Node":"whistl...@kazoo1.sip.com","Msg-ID":"3e5228403e14cd17-1485@ip_address","App-Version":"0.4.2","App-Name":"registrar","Event-Name":"authn_err","Event-Category":"directory"}]
Nov 19 20:08:31 kazoo kamailio[1485]: INFO: <script>: 7cd2fo1c8qs92ov2vgce96|end|failed registration attempt from 95.83.253.115:47242 for user...@sip.kazoo.com
Sam, do you have any thoughts on my browserphone inbound call issue? Does your setup work with inbound?
Nov 19 20:08:31 kazoo1 kamailio[1485]: ERROR: db_kazoo [dbase.c:259]: dbk_creds_build_result(): Json-c error - failed to extract password [{"Defer-Response":"true","Server-ID":"","Node":"whistl...@kazoo1.sip.com","Msg-ID":"3e5228403e14cd17-1485@ip_address","App-Version":"0.4.2","App-Name":"registrar","Event-Name":"authn_err","Event-Category":"directory"}]
Nov 19 20:08:31 kazoo kamailio[1485]: INFO: <script>: 7cd2fo1c8qs92ov2vgce96|end|failed registration attempt from 95.83.253.115:47242 for user...@sip.kazoo.com
--
You received this message because you are subscribed to the Google Groups "2600hz-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 2600hz-dev+...@googlegroups.com.
I works under user account but not as admin
--
You received this message because you are subscribed to a topic in the Google Groups "2600hz-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/2600hz-dev/r0KgyxzRl8g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 2600hz-dev+...@googlegroups.com.
I wrote an open source web sip client. It is based on SIP.js and I have it working on my Kazoo installation. It is designed to be a component in a larger web application.I just posted it on GitHub and it is open source (MIT license).Project:https://github.com/collecttix/ctxSipDemo:Features:
- Audio only (SIP.js is video capable, but I don't need it. It should be trivial to implement.)
- Hold / Resume, Mute, multiple call support.
- No plugins required, Works with WebSocket / WebRTC enabled browsers. (Firefox & Chrome, for now Safari 8 when it is released.)
- Intuitive interface
- Call log is saved to localStorage.
- Easy to configure and integrate into your project. (jQuery, Bootstrap)
I am am sure it is rough around the edges. I would love some input. Pull requests welcome.
--
You received this message because you are subscribed to a topic in the Google Groups "2600hz-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/2600hz-dev/r0KgyxzRl8g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 2600hz-dev+...@googlegroups.com.