[OpenSIPS-Users] [PATCHes] support for text message billing with callcontrol

2012-10-13 Thread Paul Wise
Hi all, At my last job we developed text messaging via SIP and OpenSIPS, including billing with callcontrol. The company is now defunct and my ex-boss has asked that I contribute these patches to OpenSIPS and callcontrol. I've updated our patches so they apply to OpenSIPS SVN trunk and callcontrol

Re: [OpenSIPS-Users] SIP REGISTER to other servers with OpenSIPS 2.0?

2011-03-15 Thread Paul Wise
On Tue, 2011-03-15 at 12:30 -0400, Ovidiu Sas wrote: > This kind of scenarios are handled by the nat_traversal module: > http://www.opensips.org/html/docs/modules/devel/nat_traversal.html#id292913 > Is there something that you are missing from the nat_traversal module? No, this is a completely di

Re: [OpenSIPS-Users] SIP REGISTER to other servers with OpenSIPS 2.0?

2011-03-15 Thread Paul Wise
On Tue, 2011-03-15 at 09:14 -0400, Ovidiu Sas wrote: > For now, the module doesn't do that. If a registrant account is > defined, it will automatically start to register at startup. > On registration timeout, the module will re-try by itself (there's no > need for script commands for this). Righ

Re: [OpenSIPS-Users] SIP REGISTER to other servers with OpenSIPS 2.0?

2011-03-15 Thread Paul Wise
On Tue, 2011-03-15 at 09:03 -0400, Ovidiu Sas wrote: > Script commands are triggered by received SIP requests. > With the registrant module, REGISTERs are sent out and replies to > REGISTER are received. Yes, I need to trigger the REGISTER requests based on certain SIP requests/replies (in partic

Re: [OpenSIPS-Users] SIP REGISTER to other servers with OpenSIPS 2.0?

2011-03-14 Thread Paul Wise
On Thu, 2011-03-10 at 09:15 -0500, Ovidiu Sas wrote: > On Wed, Mar 9, 2011 at 11:27 PM, Paul Wise wrote: > > Script functions and mi commands to make a contact go online/offline, > > add/remove contacts and reload the list of registrations. > > MI commands are ok for this

Re: [OpenSIPS-Users] SIP REGISTER to other servers with OpenSIPS 2.0?

2011-03-09 Thread Paul Wise
Great news about the registrant module, unfortunately it isn't as full-featured as I would have hoped. If you need some ideas about things to add to it, these are the features I would need: Script functions and mi commands to make a contact go online/offline, add/remove contacts and reload the lis

[OpenSIPS-Users] SIP REGISTER to other servers with OpenSIPS 2.0?

2011-03-08 Thread Paul Wise
Hi all, Will OpenSIPS 2.0 be able to SIP REGISTER to other servers? I would need to be able to trigger the registrations and deregistrations from both routes and MI commands. If not what might be a good SIP library to implement a server that does the registrations on behalf of OpenSIPS? I would n

[OpenSIPS-Users] registration timeout events?

2011-03-02 Thread Paul Wise
Hi all, Is it possible to hook into registration removal events? I'd like to notify an external server when a user goes off-line, including when they don't deregister properly. I can call an external program in the route handling REGISTER requests but can't find any way to handle the case where a

[OpenSIPS-Users] registration to other SIP proxies?

2010-12-01 Thread Paul Wise
Hi all, Is it possible for OpenSIPS to register to other SIP proxies? Or if not has anyone found a way to do this indirectly? -- bye, pabs http://bonedaddy.net/pabs3/ signature.asc Description: This is a digitally signed message part ___ Users maili

[OpenSIPS-Users] OpenSIPS & Apple Push Notifications Service

2010-09-29 Thread Paul Wise
Hi all, We would like to implement support in our server for Apple's Push Notifications Service (APNS). The way this will work is that when a call comes into OpenSIPS for one user (from another user or another domain) and that user is not registered/online, we wake up (or launch) our SIP app on th

[OpenSIPS-Users] spam on OpenXCAP site

2010-06-15 Thread Paul Wise
There is one link that is spam on this page: http://openxcap.org/wiki/XcapBestPractices -- bye, pabs http://bonedaddy.net/pabs3/ signature.asc Description: This is a digitally signed message part ___ Users mailing list Users@lists.opensips.org http:

[OpenSIPS-Users] cdrtool rating computation problem

2010-04-29 Thread Paul Wise
I'm having this problem: http://opensips.wordpress.com/2009/06/26/cdrtool-rating-computation-problem/ Looking at the code, it seems to be caused by rating.php line 6443: if (!preg_match("/^0/",$CDR->CanonicalURINormalized)) { Should I be working around this line of code by prefixing

[OpenSIPS-Users] spam on callcontrol website

2010-04-29 Thread Paul Wise
Hi all, I found some more spam, this time on the callcontrol website. The front page (one essay link), Installation page (two essay links) and the tickets (three german spams). -- bye, pabs http://bonedaddy.net/pabs3/ signature.asc Description: This is a digitally signed message part

Re: [OpenSIPS-Users] cdrtool: looking in the wrong location for radacct table when mysql on the same IP address?

2010-04-28 Thread Paul Wise
On Wed, 2010-04-28 at 08:47 +0200, Adrian Georgescu wrote: > It could be that the php mysql library on your system has a bug and is > confusing the connection. What system and version libraries are you > using? I'm using the 5.0.4/lenny release of Debian GNU/Linux with these: php5 5.2.6 php5

Re: [OpenSIPS-Users] cdrtool: looking in the wrong location for radacct table when mysql on the same IP address?

2010-04-27 Thread Paul Wise
On Tue, 2010-04-27 at 10:41 +0200, Adrian Georgescu wrote: > I have no clue how you arrive at this situation. I maintain many > installations and I have not seen or being able to reproduce this > behaviour so far. H, I'm wondering if it is caused by using an older version of PHP, MySQL

Re: [OpenSIPS-Users] cdrtool: looking in the wrong location for radacct table when mysql on the same IP address?

2010-04-27 Thread Paul Wise
On Tue, 2010-04-27 at 10:22 +0200, Saúl Ibarra Corretgé wrote: > Can you paste you global.inc file? (strip sensible information) Pretty much the sample global.inc with names, IP addresses, database user/passwords etc changed. I've attached it to this mail. -- bye, pabs http://bonedaddy.net/pab

[OpenSIPS-Users] cdrtool: looking in the wrong location for radacct table when mysql on the same IP address?

2010-04-27 Thread Paul Wise
[Please CC me on reply] I'm getting this error from cdrtool 7.7.1: MySQL error: 1146 (Table 'opensips.radacct201004' doesn't exist) Table 'opensips.radacct201004' doesn't exist cdrtool seems to be looking at the opensips database instead of the radius database for the radacct tables. I found

Re: [OpenSIPS-Users] CDRTool & OpenSIPS 1.6?

2010-04-22 Thread Paul Wise
On Thu, 2010-04-22 at 15:53 +0800, Paul Wise wrote: > Also the install instructions have a few mistakes, Another one related to OpenSIPS 1.6: The acc module no longer accepts the radius_* configuration parameters. It seems that the aaa_radius module needs to be loaded, some aaa_* parameters

Re: [OpenSIPS-Users] CDRTool & OpenSIPS 1.6?

2010-04-22 Thread Paul Wise
On Thu, 2010-04-22 at 09:28 +0200, Saúl Ibarra Corretgé wrote: > You need to create a MySQL view to 'emulate' the trusted table: Yes, I already applied that workaround. I might be good to document it and any other workarounds needed on the Install wiki page. I also get this: MySQL error: 1146 (

[OpenSIPS-Users] CDRTool & OpenSIPS 1.6?

2010-04-22 Thread Paul Wise
Hi all, I'm setting up CDRTool & OpenSIPS but it looks like the latest version of CDRTool depends the database structure of OpenSIPS 1.4 rather than the latest version of OpenSIPS (1.6). Does anyone know if CDRTool is being updated to support OpenSIPS 1.6 or if there are any patches to fix the iss