[SR-Users] Setup webRTC via SDP Offer to setup a SIP call INVITE (without websockets)

2021-12-19 Thread Johnny Ritzer
IM trying to see if this can be done to connect to our Kamailio Cluster. setup a webRTC connection with SDP offer to include SIP to then point to a Kama Cluster to then process as a Sip. (if direct to kamailio then that would be aweome but I think I nneed a TURN/STUN middle box) If I need to il

Re: [SR-Users] sngrep nor tcpdump showing 5060 traffic but ngrep /kama logs show something ? (outbound call)

2020-09-11 Thread Johnny Ritzer
Thanks. That helps a lot. From: Daniel-Constantin Mierla Date: Thursday, September 10, 2020 at 10:38 PM To: Kamailio (SER) - Users Mailing List , Johnny Ritzer Subject: Re: [SR-Users] sngrep nor tcpdump showing 5060 traffic but ngrep /kama logs show something ? (outbound call) Hello, wss

Re: [SR-Users] sngrep nor tcpdump showing 5060 traffic but ngrep /kama logs show something ? (outbound call)

2020-09-10 Thread Johnny Ritzer
:// webrtc over to uac.reg and FW it off to PBX. So ill try and figure out where in kama.cfg to hopefully get it to fw to pbx and make call. From: Johnny Ritzer Date: Thursday, September 10, 2020 at 4:32 PM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] sngrep nor tcpdump

Re: [SR-Users] sngrep nor tcpdump showing 5060 traffic but ngrep /kama logs show something ? (outbound call)

2020-09-10 Thread Johnny Ritzer
p nor tcpdump showing 5060 traffic but ngrep /kama logs show something ? (outbound call) You sure you’re using 5060 on kamailio? On Fri, 11 Sep 2020 at 00:04, Johnny Ritzer mailto:sudor...@gmail.com>> wrote: No… or not that I know of This is a temp GCP (as im building a P

Re: [SR-Users] sngrep nor tcpdump showing 5060 traffic but ngrep /kama logs show something ? (outbound call)

2020-09-10 Thread Johnny Ritzer
traffic but ngrep /kama logs show something ? (outbound call) Are you using vlans? In the past I had issues with ngrep if the packets had vlan tags on them. On Thu, Sep 10, 2020 at 6:10 PM Johnny Ritzer mailto:sudor...@gmail.com>> wrote: I can see kama logs./ngrep when I try to call ou

[SR-Users] sngrep nor tcpdump showing 5060 traffic but ngrep /kama logs show something ? (outbound call)

2020-09-10 Thread Johnny Ritzer
I can see kama logs./ngrep when I try to call out (WSS -> ) . But I cant see anything in sngrep nor tcpdump. “ngrep -d any -qt -W byline port 5060” Im not sure how/why or it could be something simple but what puzzles me is I know im sending data but its not captured. Setup is pbx at 24.xx.xx.

Re: [SR-Users] Setup Push notifications from SIP-PBX to Linphone Android -

2020-08-25 Thread Johnny Ritzer
, Aug 23, 2020 at 7:56 AM Johnny Ritzer mailto:sudor...@gmail.com>> wrote: I have a setup where we wanted to just build a android app linphone to SIP-PBX. But come to find out upon further research due to potential battery drain/background app usage. The device isn’t registered all the ti

[SR-Users] Setup Push notifications from SIP-PBX to Linphone Android -

2020-08-22 Thread Johnny Ritzer
I have a setup where we wanted to just build a android app linphone to SIP-PBX. But come to find out upon further research due to potential battery drain/background app usage. The device isn’t registered all the time and need some sort of push notification to google firebase back to android app

[SR-Users] Do I need RTPEngine at every location onsite for webRTC

2020-08-17 Thread Johnny Ritzer
We have 100 customer locations and I was hoping to no deploy a kamabox at each location if traffic is mostly just local. But we are building a WEBRTC. and hoping our architecture can use kamailio in the cloud. Each location has a PBX onsite. We are deploying webRTC so need that webs

[SR-Users] What is a good strategy to build Kamailio <--> pbx

2020-08-16 Thread Johnny Ritzer
What are your thoughts on architecture build of the following scenarios. The PBX doesn’t support websockets and we want to use sip.js / jsSip. (use Kama as wss:// SIP proxy) PBX has direct PRI/sip Trunks/ DID control/ Voicemail. PBX hosts SIP extensions. UA --> Kamailio --> PBX

[SR-Users] Example config for webRTC-SIP kamailio.cfg for sip.js

2020-08-11 Thread Johnny Ritzer
Anyone know where to grab an example config for getting web socket-sip working. I tried this one but its failing on kamailio restart it might be some very small thing. https://github.com/havfo/WEBRTC-to-SIP/blob/master/etc/kamailio/kamailio.cfg wss://sip.kamailio-box.com:8080 Client = sip.js

[SR-Users] Use-case does Kamailio support PBX - webrtc (web sockets)

2020-08-05 Thread Johnny Ritzer
We have a PBX that doesn’t support websockets . But we want a PWA webaapp ctxSIP that uses sip.js to work . Due to its not SIP generic do we setup like this PBX <> Kamailio <>webapp Im looking for developers for android build via react native or ionic framework but not sure what solut