Re: [OpenSIPS-Users] Regarding installing cachedb_mangodb with opensips-1.11

2015-09-17 Thread Sasmita Panda
Thank you so much for the information . It solved my problem . *Thanks & Regards* *Sasmita Panda* *Network Testing and Software Engineer* *3CLogic , ph:07827611765* On Thu, Sep 17, 2015 at 5:51 PM, Răzvan Crainea wrote: > Hi, Sasmita! > > You have to create the /etc/ld.so.conf.d/mongo.conf fil

[OpenSIPS-Users] websocket to post failure issues

2015-09-17 Thread Tito Cumpen
Group, I am using opensips 2.2-dev git revision: 0faac6a and I am seeing issues when sending a request to second route for failover purpose(AS server) When the source is a WS client. I am using sipjs version 0.7.1 within this 2nd route i'm specifying (sip:ip:port) but opensips is sending this r

Re: [OpenSIPS-Users] No transaction found reinvite response

2015-09-17 Thread Tito Cumpen
Hey Razvan, I figured out the issue. Within my AS servlet(b2bua) I was using the initial request to answer to downstream (opensips) on the reinvite it seems like the tags were not current. This caused the failure in finding the transaction on the opensips. Sorry for the false alarm. Thanks Tito

Re: [OpenSIPS-Users] Cross Compile OpenSIPS ARMv7

2015-09-17 Thread Caio
Sorry. Fix Typo: Makefile.conf Opensips Version 2.2-devel Thank you Caio Pereira 2015-09-17 15:51 GMT-03:00 Caio : > Hello, > > I would like to cross compile the opensips to ARMv7 architecture > (Freescale IMX6). > I saw that there's some optimization in assembly to lock functions. > There's s

[OpenSIPS-Users] Cross Compile OpenSIPS ARMv7

2015-09-17 Thread Caio
Hello, I would like to cross compile the opensips to ARMv7 architecture (Freescale IMX6). I saw that there's some optimization in assembly to lock functions. There's some configuration in the Makeconfig.conf options that I need disable or enable to able the opensips run in my target architecutre?

Re: [OpenSIPS-Users] Table dialog remains empty even after calls. Some error in my config file? Others tables are good.

2015-09-17 Thread Rodrigo Pimenta Carvalho
Hi Razvan. I will check the log and let you know. To run dlg_list have I to use MI or is there an way of running it via the OpenSIPS config file? Thanks. RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9200 RAMAL 979 De: users-boun

[OpenSIPS-Users] Announcing the OpenSIPS Summit in Austin, TX on November 9th & 10th 2015

2015-09-17 Thread Alex Goulis
The OpenSIPS Project is happy to announce that this year's US summit will be held in Austin, TX on November 9th and 10th 2015! Come and help us "Keep Austin Wierd" at our eclectic venue, The Contemporary Austin Jones Center. "The Contemporary Austin reflects the spectrum of contemporary art".

[OpenSIPS-Users] Call to registered user -- Caller id search

2015-09-17 Thread John Nash
I am trying to test a use case in which I need to send call to a registered user based on its caller ID. User1 Username = 1001 Carrier id = 11 User2 Username = 1002 Carrier id = 2 Both are registered to my opensips. Now if User1 calls number 2 , I want opensips to try to

Re: [OpenSIPS-Users] Table dialog remains empty even after calls. Some error in my config file? Others tables are good.

2015-09-17 Thread Răzvan Crainea
Hi, Rodrigo! Are you seeing any errors in your logs related to sqlite not being able to insert dialogs in your database? Can you run a dlg_list while a call is on? Best regards, Răzvan Crainea OpenSIPS Solutions www.opensips-solutions.com On 09/17/2015 03:26 PM, Rodrigo Pimenta Carvalho wrot

Re: [OpenSIPS-Users] Table dialog remains empty even after calls. Some error in my config file? Others tables are good.

2015-09-17 Thread Rodrigo Pimenta Carvalho
Hi. Some days ago I got a help in this discussion list. According to that help, the table that has information about dialled calls is acc. So, I will read today about ACC and Dialog. I suspect that CDR information uses tables acc and dialog, due to the present fields (columns) in such table

Re: [OpenSIPS-Users] Regarding installing cachedb_mangodb with opensips-1.11

2015-09-17 Thread Răzvan Crainea
Hi, Sasmita! You have to create the /etc/ld.so.conf.d/mongo.conf file and write the path to the library (/usr/local/lib according to your info). Then simply run 'ldconfig' and you should be set. If you want to doublecheck if the library is found in the correct place, run 'ldd /usr/lib64/opensi

Re: [OpenSIPS-Users] Regarding installing cachedb_mangodb with opensips-1.11

2015-09-17 Thread Liviu Chircu
This problem was reported before. Please see the related thread [1] [1]: http://lists.opensips.org/pipermail/users/2014-October/030328.html Liviu Chircu OpenSIPS Developer http://www.opensips-solutions.com On 16.09.2015 19:46, Sasmita Panda wrote: Hi Liviu, Thank you so much for the reply .

Re: [OpenSIPS-Users] Segfault 1.11.5

2015-09-17 Thread Răzvan Crainea
Was there any core dump generated? Do you have debugging symbols installed? Best regards, Răzvan Crainea OpenSIPS Solutions www.opensips-solutions.com On 09/16/2015 07:34 PM, Kneeoh wrote: Any ideas on what this may be? I just had a segfault / crash of opensips. Looks like something in the TM

Re: [OpenSIPS-Users] Dynamic routing module handling Re-invite

2015-09-17 Thread Răzvan Crainea
Hi, Ping! Only the initial INVITE should be routed based on drouting. Sequential requests, such as RE-INVITE should be handled according to the Route/Record-Route mechanism. Best regards, Răzvan Crainea OpenSIPS Solutions www.opensips-solutions.com On 09/16/2015 04:42 PM, Ping Han wrote: H