Re: [OpenSIPS-Users] Does someone has embedded OpenSIPS 2.2 in an ARM system?

2015-10-05 Thread Ovidiu Sas
If you provide some details about the issues that you are facing, maybe you will get some help. Regards, Ovidiu Sas On Oct 5, 2015 17:22, "Rodrigo Pimenta Carvalho" wrote: > > Dear OpenSIPS-Users, > > > Does someone has already embedded OpenSIPS 2.2 in an ARM system? > > Does someone has found

[OpenSIPS-Users] Does someone has embedded OpenSIPS 2.2 in an ARM system?

2015-10-05 Thread Rodrigo Pimenta Carvalho
Dear OpenSIPS-Users, Does someone has already embedded OpenSIPS 2.2 in an ARM system? Does someone has found complicated issues while trying to do it? We have to do it in our current project. Any hint or important observation? Best regards. RODRIGO PIMENTA CARVALHO Inatel Competence C

[OpenSIPS-Users] 500 command 'dr_gw_status' failed

2015-10-05 Thread Aqs Younas
Hi, I am using opensips 2.1 for drouting between different freeswitch servers. When i try to active a gateway with command I see this error. *./opensipsctl fifo dr_gw_status gw1 1Oct 5 13:27:07 debian ./opensips[3321]: ERROR:mi_fifo:mi_fifo_server: command (dr_gw_status) processing failed50

Re: [OpenSIPS-Users] topology hiding not accepting BYE before 200 OK

2015-10-05 Thread Stuart Marsden
; DBG:cachedb_mongodb:mongo_db_query_trans: (int) 0 >> DBG:cachedb_mongodb:mongo_db_query_trans: Fetched key syncMillis >> DBG:cachedb_mongodb:mongo_db_query_trans: (int) 0 >> DBG:cachedb_mongodb:mongo_db_query_trans: Fetched key writtenTo >> DBG:cachedb_mongodb:mo

Re: [OpenSIPS-Users] Message Compression Feedback

2015-10-05 Thread Ionut Ionita
Hi sevpal, First of all, thank you for your feedback. Tried to solve the issues with [0]. In the future, please open an issue on [1] for issues like this one. Regards, Ionut Ionita [0] https://github.com/OpenSIPS/opensips/commit/db25690d3b810bba9ecb1174a6a1ec4af7b9651f [1] https://gith

Re: [OpenSIPS-Users] Regarding chachedb_mongdb use .

2015-10-05 Thread Sasmita Panda
yes I am able to login through mongodb manually and able to run the version query too . Now I have just done some changes to mongodb . I am running it without auth:true. Now its gettiong connected to the db and giving some other error like bellow . INFO:cachedb_mongodb:mongo_new_connection: C

Re: [OpenSIPS-Users] Regarding chachedb_mongdb use .

2015-10-05 Thread Vlad Paiu
Hello, Looks like there is an error with your MongoDB sharding - the errors you are receiving from MongoDB look something like this : https://jira.mongodb.org/browse/SERVER-12899 Can you manually login to a MongoDB node and run the version query by hand ? Regards, Vlad Paiu OpenSIPS Develop

[OpenSIPS-Users] Regarding chachedb_mongdb use .

2015-10-05 Thread Sasmita Panda
Hi All , I an using the NoSql module cachedb_mongodb as database with db_cachedb . I have tested it running mongodb and opensips in a single instance . Now I am trying to run mongodb and opensips in different instances . I am facing some error in this case . What i have done : I have cre

Re: [OpenSIPS-Users] topology hiding not accepting BYE before 200 OK

2015-10-05 Thread Vlad Paiu
Hello Stuard, What is the full SIP scenario for this ? The callee cannot send a BYE before the 200OK is sent ( from SIP point of view ). Can you please post a SIP trace for this ? A full debug OpenSIPS log would also help. Regards, Vlad Paiu OpenSIPS Developer On 05.10.2015 11:46, Stuart Ma

[OpenSIPS-Users] topology hiding not accepting BYE before 200 OK

2015-10-05 Thread Stuart Marsden
Hi we are experimenting with topology hiding on 2.1 I think we see the same issue once a call is set up if UAC and UAS both send BYE at “the same time” we cannot reproduce at will because of the small timing window required to receive the 2 BYEs Stuart