Re: [SR-Users] SCA fails to update appearance

2015-03-03 Thread Jorj Bauer
> One thing I can see is that neither of the devices send a SUBSCRIBE with > line-seize Event. They rather just subscribe to the call-info event, and > in the oubound INVITE, they don't send a Call-Info header either. Is > this mandatory for the SCA module to work? It sounds like they're not confi

Re: [SR-Users] SCA fails to update appearance

2015-03-02 Thread Jorj Bauer
> User pho...@domain.org is registered on two devices A and B > kamcmd> sca.all_subscriptions > phone1 10.15.20.174:5100 call-info 2697 active If you're only seeing one subscription with sca.all_subscriptions, then something is amiss. > If pho...@domain.org on device A does a call, I get this i

Re: [SR-Users] Accounting: syslog vs db_flatfile

2014-12-03 Thread Jorj Bauer
Syslog allows you to configure syslogd to deliver data to a remote host, which can then perform billing and analysis functions without affecting the CPU and disk I/O patterns on the production box. My druthers is always syslog over locally developed mechanisms. Sent from my iPhone > On Dec 3

Re: [SR-Users] [sr-dev] RFC: infrastructure upgrade - git, tracker, ...

2014-11-05 Thread Jorj Bauer
>> as most of you know, we have a rather distributed infrastructure, with >> servers provided from different companies or persons. > > One thing is certain - move git and bugtracker to github. +1 ___ SIP Express Router (SER) and Kamailio (OpenSER) - s

Re: [SR-Users] [sr-dev] New: max branches configurable via parameter

2014-10-17 Thread Jorj Bauer
> On Oct 17, 2014, at 5:39 AM, Daniel-Constantin Mierla > wrote: > > 1) the 31 upper limit comes from tm cancelled branches bitmask, which > now is stored in an integer. Should be easy to get it to 63 (planned > after some testing that proves the concept used now is ok). Would it be > a need fo

Re: [SR-Users] SCA module - sca_call_info_update() function for 180 responses

2014-08-01 Thread Jorj Bauer
;> now he seems to have other responsibilities. It looks like you are offering >> to step in for him. Can you officially inquire about picking up SCA support? >> >> Thanks, >> Bob >> >> >> On Mon, Jul 14, 2014 at 10:28 AM, Jorj Bauer wrote: &

Re: [SR-Users] SCA and PRESENCE

2014-07-15 Thread Jorj Bauer
Forgive me if this is daft - but what is your need for the Presence module? It sounds like you're trying to enable two different technologies that do the same thing, since SCA already handles busy-lamps. I presume I'm just missing something. -- Jorj On Jul 14, 2014, at 3:57 PM, Joel White w

Re: [SR-Users] SCA module - sca_call_info_update() function for 180 responses

2014-07-14 Thread Jorj Bauer
through to 183's case. -- Jorj On Jul 14, 2014, at 10:28 AM, Jorj Bauer wrote: > I'm asking my team to regression test this in our lab - we've seen the same > with 4.0.6 (and I've been talking with Polycom about it). > > Andrew Mortensen, who has been maintai

Re: [SR-Users] SCA module - sca_call_info_update() function for 180 responses

2014-07-14 Thread Jorj Bauer
I'm asking my team to regression test this in our lab - we've seen the same with 4.0.6 (and I've been talking with Polycom about it). Andrew Mortensen, who has been maintaining this module, left Penn some months ago. Perhaps I can pick up maintenance of this module for him. -- Jorj ___

Re: [SR-Users] How to remove attribute from SDP ?

2014-05-14 Thread Jorj Bauer
UREFWD] { if (method=="INVITE") { subst("/^m=audio(.+)RTP\/SAVP/m=audio\1RTP\/GARBAGIO/"); } route(FORWARD); } -- Jorj -- Jorj Bauer Manager of Engineering, Research and Development Information Sy

Re: [SR-Users] 500 Forking capacity exceeded (12/SL)

2014-03-07 Thread Jorj Bauer
bit, so 32 > bit number is a max of 32 branches? > And you recommend to use value 30, leaving 2 bit reserved? > > Regards, > > Camila > > > -Mensaje original- > De: sr-users-boun...@lists.sip-router.org > [mailto:sr-users-boun...@lists.sip-router.org] E

Re: [SR-Users] 500 Forking capacity exceeded (12/SL)

2014-03-07 Thread Jorj Bauer
Sadly, the branches are tracked in a 32-bit number, so you can't make it to 40. (We use 30 at Penn, having found a couple bits reserved.) We've done some preliminary work trying to migrate this to a 64-bit, but it's not complete, and we're not actively working on it any longer. -- Jorj On Mar