Re: [SR-Users] Websocket with Kamailio 3.2.2 release

2012-11-22 Thread Raj Roy Ghandhi
Hi, Thanks for the reply. Can I use OverSIP or any other web socket server for the web-socket layer until Kamailio 3.4 comes. I need to make the web-phone to communicate with my Kamailio version 3.3. Best Regards, Roy. On Wed, Nov 21, 2012 at 10:28 PM, Jesús Pérez Rubio wrote: > Hi, Websockets m

Re: [SR-Users] [sr-dev] Next IRC devel meeting

2012-11-22 Thread Daniel-Constantin Mierla
Hello, quick reminder that the devel IRC meeting is today, at 15:00GMT (in about 5h30m). Join #sip-router channel on irc.freenode.net to take part in the discussions. Cheers, Daniel On 11/20/12 4:04 PM, Daniel-Constantin Mierla wrote: Hello, we should do the last call for either Thursday

Re: [SR-Users] Websocket with Kamailio 3.2.2 release

2012-11-22 Thread Peter Dunkley
Yes. But make sure the WS server supports the Path extension (OverSIP does) and you enable Path support in the Kamailio registrar module. Alternatively, you could just build and use Kamailio 3.4. On Thu, 2012-11-22 at 14:19 +0530, Raj Roy Ghandhi wrote: > Hi, > > Thanks for the reply. > Can I

Re: [SR-Users] problem with $time Pseudo-Variables on 3.3.2

2012-11-22 Thread Uri Shacked
OK, made some copy paste and installed the latest from GIT the $time() variables looks OK now. Thanks. On Thu, Nov 22, 2012 at 9:53 AM, Uri Shacked wrote: > I install from source and not git. how do i download it? (there is only > 3.3.2 source that i already installed) > > > On Wed, Nov 21,

Re: [SR-Users] Websocket with Kamailio 3.2.2 release

2012-11-22 Thread Jesús Pérez Rubio
http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-devel-from-git :) 2012/11/22 Raj Roy Ghandhi > Hi, > Thanks for the info. Highly appreciated. > I like to stay with Kamailio. > > Could you please provide me valid URL to download Kamailio 3.4. I could > not find it. > > Best Regards,

[SR-Users] How does SIP transfer work?

2012-11-22 Thread Grant Bagdasarian
Hello, I've been searching the internet to find an explanation on how SIP transfer works using Re-INVITE and/or UPDATE, but I can't seem to find a good source. >From what I understand(and this is the way we do it), the following happens: Bob=Caller Alice=Called John=Transfer party 1)Bob c

Re: [SR-Users] How does SIP transfer work?

2012-11-22 Thread Dmytro Bogovych
REFER http://tools.ietf.org/html/rfc3515 On Thu, Nov 22, 2012 at 3:55 PM, Grant Bagdasarian wrote: > Hello, > > > > I’ve been searching the internet to find an explanation on how SIP transfer > works using Re-INVITE and/or UPDATE, but I can’t seem to find a good source. > > > > From what I under

Re: [SR-Users] Kamailio crash

2012-11-22 Thread Ricardo Martinez
Hi Daniel. This is the output : Core was generated by `/usr/local/sbin/kamailio -m 1024'. Program terminated with signal 11, Segmentation fault. #0 core_hash (cmd_tree=, param=) at ../../lib/kcore/hash_func.h:56 56 v=(*p<<24)+(p[1]<<16)+(p[2]<<8)+p[3]; Missing separate d

Re: [SR-Users] How does SIP transfer work?

2012-11-22 Thread Gaston Draque
http://www.vocal.com/sip-1/call-transferring/ On Thu, Nov 22, 2012 at 10:58 AM, Dmytro Bogovych wrote: > REFER > http://tools.ietf.org/html/rfc3515 > > > On Thu, Nov 22, 2012 at 3:55 PM, Grant Bagdasarian wrote: > > Hello, > > > > > > > > I’ve been searching the internet to find an explanatio

Re: [SR-Users] [sr-dev] Next IRC devel meeting

2012-11-22 Thread Daniel-Constantin Mierla
Last reminder, about 5min to start - #sip-router channel on irc.freenode.net More details at: * http://www.kamailio.org/wiki/devel/irc-meetings/2012b Cheers, Daniel On 11/22/12 10:27 AM, Daniel-Constantin Mierla wrote: Hello, quick reminder that the devel IRC meeting is today, at 15:00GMT (in

Re: [SR-Users] Kamailio crash

2012-11-22 Thread Daniel-Constantin Mierla
Hello, ahh, my mistake - the frame number is 1, do: frame 1 p callid p *callid Cheers, Daniel On 11/22/12 3:06 PM, Ricardo Martinez wrote: Hi Daniel. This is the output : Core was generated by `/usr/local/sbin/kamailio -m 1024'. Program terminated with signal 11, Segmentation fault. #0 c

Re: [SR-Users] Kamailio crash

2012-11-22 Thread Ricardo Martinez
Daniel. The information : Core was generated by `/usr/local/sbin/kamailio -m 1024'. Program terminated with signal 11, Segmentation fault. #0 core_hash (cmd_tree=, param=) at ../../lib/kcore/hash_func.h:56 56 v=(*p<<24)+(p[1]<<16)+(p[2]<<8)+p[3]; Missing separate debug

Re: [SR-Users] Websocket with Kamailio 3.2.2 release

2012-11-22 Thread Raj Roy Ghandhi
Hi, Thanks a lot for the support. Now I am on track. :-) Will update you if I fall into trouble. Best Regards, Roy On Thu, Nov 22, 2012 at 3:39 PM, Jesús Pérez Rubio wrote: > http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-devel-from-git:) > > > > 2012/11/22 Raj Roy Ghandhi > >> Hi,

[SR-Users] Using uac_req_send function

2012-11-22 Thread Freddy C
Hello, I'm using uac_req_send () to send a request generated in Kamailio (eg Example 1.21. UAC module) $ uac_req (method) = "OPTIONS"; $ uac_req (ruri) = "sip: kamailio.org"; $ uac_req (furi) = "sip: kamailio.org"; $ uac_req (turi) = "sip: kamailio.org"; uac_req_send (); However, I need to captu

Re: [SR-Users] Using uac_req_send function

2012-11-22 Thread Alex Balashov
Simply put, no. Freddy C wrote: >Hello, > >I'm using uac_req_send () to send a request generated in Kamailio (eg >Example 1.21. UAC module) > >$ uac_req (method) = "OPTIONS"; >$ uac_req (ruri) = "sip: kamailio.org"; >$ uac_req (furi) = "sip: kamailio.org"; >$ uac_req (turi) = "sip: kamailio.org

[SR-Users] Difficulties with with loose_route() when trying to handle non-compliant ACK

2012-11-22 Thread Richard Brady
Hi guys I have a multihomed Kamailio proxy sitting between two B2BUAs on separate networks and record-routing all dialogs. The problem I have is that when one of these devices receives a 200 OK, it does not populate the RURI of the ACK correctly. Instead of taking it from the Contact header on th

[SR-Users] cost script

2012-11-22 Thread Ruben Mejia
IPTEL We needhelp or cost for the development a script for kamailio which can do the following: Register kamailio to another gateway using UAC modules. route all traffic coming towards a private ip 10.x.x.x We will use a postgres database We have installed kamailio 3.1 with postgres suppo