[SR-Users] JSSIP with Kamalio with SIP end points

2014-05-31 Thread Steve Ng
Hi, My users are from a web application using JSSIP. They each have a sip trunk account, which could be from any provider. JSSIP would connect to Kamailio's websocket server passing the SIP trunk credential information and Kamailio will relay it to that specific sip trunk provider? Is there anyw

Re: [SR-Users] JSSIP with Kamalio with SIP end points

2014-05-31 Thread Carlos Ruiz Díaz
Just proxy the authentication to their SIP providers, and let kamailio put itself in the path so it can bridge between UDP (probably) and WS transport. You can use dispatcher, carrierroute, whatever module you want. The only non-ordinary thing here are the UA's communicating via websockets, and th

Re: [SR-Users] JSSIP with Kamalio with SIP end points

2014-05-31 Thread Steve Ng
Hi, I've managed to set up WS, users with JSSIP can connect to Kamailio after reading up on the websocket module documentation. However, the proxying part of authentication to SIP provider through Kamailio is something that I need advice on (how to set in the config how). Do you have any config

[SR-Users] new ngcp-rtpengine release?

2014-05-31 Thread Juha Heinanen
i noticed that there is new entry in ngcp-rtpengine changelog: ngcp-rtpengine (3.3.0.0+0~mr3.4.0.0) unstable; urgency=low does that mean that there is new stable release 3.3? what does ~mr3.4.0.0 mean? -- juha ___ SIP Express Router (SER) and Kamail

Re: [SR-Users] JSSIP with Kamalio with SIP end points

2014-05-31 Thread Carlos Ruiz Díaz
On Sat, May 31, 2014 at 9:45 AM, Steve Ng wrote: > Hi, > > I've managed to set up WS, users with JSSIP can connect to Kamailio after > reading up on the websocket module documentation. > > However, the proxying part of authentication to SIP provider through > Kamailio is something that I need adv