Re: [OpenSIPS-Users] ACC module with JSON events

2018-02-23 Thread Jarrod Baumann
s should provide the gist for using aqmp or any other method you want once you deserialize the json object. You can catch this in a worker and serialize it to json using any language you want. On Friday, February 23, 2018, SamyGo <govoi...@gmail.com> wrote: > Thanks Razvan, will open a f

Re: [OpenSIPS-Users] ACC module with JSON events

2018-02-23 Thread Jarrod Baumann
I build the JSON data with cdr and convert to a string for throwing events. Then whatever collects your CDR can serialize it again. This works well and is probably similar to what XML is doing. On Thu, Feb 22, 2018 at 10:14 PM SamyGo wrote: > Hi, > > I'm using ACC module to

Re: [OpenSIPS-Users] Using Dispatcher with redis

2017-06-26 Thread jarrod
OpenSIPS loads the entire dispatcher structure into memory from the underlying (typically SQL) database so it is not querying a database for every look up. Does that alleviate your concern for using redis for dispatcher? Jarrod > On Jun 26, 2017, at 10:39 AM, Royee Tichauer via Us

Re: [OpenSIPS-Users] How to save avp-values to singal attribute name in cache_store?

2016-09-21 Thread jarrod
You could probably also built a JSON array from looping through the avp and store that as the value in the cache store. > On Sep 21, 2016, at 8:18 AM, xiaofeng wrote: > > > On Wed, Sep 21, 2016 at 9:02 PM, Bogdan-Andrei Iancu

Re: [OpenSIPS-Users] ACC failover solution

2016-07-02 Thread Jarrod Baumann
accounting FAILOVER") modparam("db_virtual", "db_urls", "mysql://opensips:opensipsrw@host1/testa") modparam("db_virtual", "db_urls", "mysql://opensips:opensipsrw@host2/testa") Your acc db url would look something like this: modpara

Re: [OpenSIPS-Users] rabbit event not passing params 2.2

2016-03-21 Thread jarrod
Tito, I think I was having the same issue as you… have you recompiled since this pull request (~7 days ago) https://github.com/OpenSIPS/opensips/pull/827 Jarrod > On Mar 21, 2016, at 11:16 AM, Tito Cumpen <t...@xsvoce.com> wrote: > > Razvan, > > > any updates on t

Re: [OpenSIPS-Users] presence xpidf

2016-01-26 Thread jarrod
supported by OpenSIPS’ presence_dialoginfo module. Jarrod > On Jan 26, 2016, at 9:59 AM, Newlin, Ben <ben.new...@inin.com> wrote: > > I know I have used presence extensively with Polycom phones using pidf+xml. I > know they support it. Maybe there is some setting in your model specif

Re: [OpenSIPS-Users] presence xpidf

2016-01-26 Thread jarrod
module. Jarrod > On Jan 26, 2016, at 9:59 AM, Newlin, Ben <ben.new...@inin.com> wrote: > > I know I have used presence extensively with Polycom phones using pidf+xml. I > know they support it. Maybe there is some setting in your model specifying > the remote server type? If tha

Re: [OpenSIPS-Users] AVP_DB_Querry transformation question

2016-01-25 Thread jarrod
try $(fU{s.escape.common}) > On Jan 25, 2016, at 4:09 PM, Travis Manson-Drake > wrote: > > Hello everyone, > > I can’t seem to find any documentation on how to format my Query while using > the {s.escape.common} transformation. > > I tried setting it up as follows:

Re: [OpenSIPS-Users] Cache design

2016-01-12 Thread jarrod
the portal which causes the system to delete the stale key/value from the cachedb store. This may or may not address your concern, but I hope it helps. Jarrod > On Jan 12, 2016, at 1:54 PM, John Nash <john.nash...@gmail.com> wrote: > > I am using local cache db module in order

Re: [OpenSIPS-Users] Sip proxy source ip question

2015-11-18 Thread Jarrod Baumann
You may want to look into using 3xx redirect responses to the UAC from OpenSIPS if the PBX requires the actual source IP address to be the UAC. > On Nov 18, 2015, at 9:52 AM, Travis Manson-Drake > wrote: > > Hello all, > > Is there any way I can have Opensips use the

Re: [OpenSIPS-Users] OpenSIPS searches for wrong SRV record

2015-07-06 Thread Jarrod Baumann
Nabeel, You may find this issue useful: https://github.com/OpenSIPS/opensips/issues/420 https://github.com/OpenSIPS/opensips/issues/420 Jarrod On Jul 6, 2015, at 7:49 AM, Nabeel nabeelshik...@gmail.com wrote: The URI it seems to be resolving is sip:mydomain.com http://mydomain.com/ (from

Re: [OpenSIPS-Users] $var(NAME) = NULL; what is the value ?

2015-07-02 Thread Jarrod Baumann
= { _str_null_hlp, 6 }; The default used to by PV_VAL_INT I guess which always initialized to 0… however this may have posed a problem along the way when actually needing to represent a NULL value returned from a database or something else. Jarrod On Jul 2, 2015, at 9:20 PM, Podrigal, Aron ar

Re: [OpenSIPS-Users] remove contact from location

2015-06-11 Thread Jarrod Baumann
Just referencing the documentation here, http://www.opensips.org/html/docs/modules/devel/registrar.html#id294262, you may want to specify the following: remove(location, “sip:b...@test.com); On Jun 11, 2015, at 2:22 AM, seanchann zhouxiaoqiang.mst...@gmail.com wrote: Hi All: I want

Re: [OpenSIPS-Users] siptarce enable/disable without restart service

2015-06-02 Thread Jarrod Baumann
mailto:satish@gmail.com wrote: But siptrace() has no connection with cache store (memory, etc)... it is just raw sip messages store in database or send to Homer (HEP) On Tue, Jun 2, 2015 at 11:53 AM, Jarrod Baumann jar...@unixc.org mailto:jar...@unixc.org wrote: You could wrap

Re: [OpenSIPS-Users] siptarce enable/disable without restart service

2015-06-02 Thread Jarrod Baumann
You could wrap it in an if statement that checked a cache store (memory, etc) value if that didn’t pose too great a performance issue? I haven’t tried it, just thinking outloud. On Jun 2, 2015, at 10:45 AM, Satish Patel satish@gmail.com wrote: We have opensips 2.1, is there anyway we

Re: [OpenSIPS-Users] pua_dialoginfo for BLF presence (event: dialog) with multi-domain support

2011-11-08 Thread Jarrod Baumann
even after all calls have been terminated and there is no way to clear that status without rebooting the phone. Are there any relevant settings to deal with this issue? Thanks for any help, Jarrod On Sat, Nov 5, 2011 at 10:44 AM, Jarrod Baumann jarro...@gmail.com wrote: On Nov 5, 2011, at 10

Re: [OpenSIPS-Users] pua_dialoginfo for BLF presence (event: dialog) with multi-domain support

2011-11-05 Thread Jarrod Baumann
No I am doing it after create_dialog, I will try placing it before. Thanks! Sent from my iPhone On Nov 5, 2011, at 10:21 AM, Anca Vamanu anca.vam...@gmail.com wrote: Hi Jarrod, Are you also calling dialoginfo_set() before create_dialog() for those initial Invites? Regards, Anca

[OpenSIPS-Users] pua_dialoginfo for BLF presence (event: dialog) with multi-domain support

2011-11-04 Thread Jarrod Baumann
I am attempting to setup presence with OpenSIPS using the presence/presence_dialoginfo/pua/pua_dialoginfo/dialog info with OpenSIPS-1.7.0-tls STABLE release. I have all of the modules loaded, and SUBSCRIBE messages are received and stored in the 'active_watchers' tables, showing the proper