[OpenSIPS-Users] topology hiding not accepting BYE before 200 OK
Stuart Marsden
stuart at myphones.com
Tue Oct 6 21:03:26 CEST 2015
Hi
it was legacy application logic for legacy phones causing the issue
Topology hiding on 2.1 working well now ( we have jumped from opensips 1.6 .3 - just with mods to our own custom module)
thanks guys
Stuart
> On 5 Oct 2015, at 22:22, users-request at lists.opensips.org wrote:
>
> Send Users mailing list submissions to
> users at lists.opensips.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
> users-request at lists.opensips.org
>
> You can reach the person managing the list at
> users-owner at lists.opensips.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Users digest..."
>
>
> Today's Topics:
>
> 1. Re: Message Compression Feedback (Ionut Ionita)
> 2. Re: topology hiding not accepting BYE before 200 OK
> (Stuart Marsden)
> 3. 500 command 'dr_gw_status' failed (Aqs Younas)
> 4. Does someone has embedded OpenSIPS 2.2 in an ARM system?
> (Rodrigo Pimenta Carvalho)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 05 Oct 2015 16:39:54 +0300
> From: Ionut Ionita <ionutionita at opensips.org>
> Subject: Re: [OpenSIPS-Users] Message Compression Feedback
> To: sevpal <sevpal at aol.com>, OpenSIPS users mailling list
> <users at lists.opensips.org>
> Message-ID: <56127DAA.8060401 at opensips.org>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
>
> 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://github.com/opensips/opensips/issues
>
> On 02.10.2015 18:14, sevpal wrote:
>> Hi, in testing the compression module, these below messages appear in
>> the log when using mc_compress(?1?,bhs,). However, it works
>> (compress/decompress) when the second param is ?bhe?.
>> ERROR:compression:check_zlib_rc: not enough room in output buffer
>> ERROR:compression:mc_compress_cb: Compression failed
>> ERROR:compression:wrap_tm_func: compression failed
>> ERROR:compression:check_zlib_rc: not enough room in output buffer
>> ERROR:compression:mc_compress_cb: Compression failed
>> ERROR:compression:wrap_msg_func: compression failed. Probably not
>> requested message
>> ERROR:core:run_raw_processing_cb: failed to run callback
>> When using mc_compress(?0?,bhs,) there is no error message, but on the
>> receiving proxy this error is displayed.
>> ERROR:compression:check_zlib_rc: input data incomplete or corrupted
>> ERROR:compression:mc_decompress: decompression failed
>>
>>
>> _______________________________________________
>> Users mailing list
>> Users at lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 5 Oct 2015 17:50:11 +0100
> From: Stuart Marsden <stuart at myphones.com>
> Subject: Re: [OpenSIPS-Users] topology hiding not accepting BYE before
> 200 OK
> To: users at lists.opensips.org
> Message-ID: <3FD56467-EEBC-4170-904B-C0173ED5A318 at myphones.com>
> Content-Type: text/plain; charset=utf-8
>
>
>> On 5 Oct 2015, at 17:47, Stuart Marsden <drsmarsden at me.com> wrote:
>>
>> Our actual case is
>>
>> phone A-> opensips -> our soft switch -> same opensips -> phone B
>>
>> INVITE ?????????????????????>
>> <?????????????????????????RINGING
>> 200 ??????????????????????? >
>> <????????????????????????? ACK
>>
>>
>> <????????????????????????? BYE
>> BYE ???????????????? 483
>> 200 ??????????????????????? >
>>
>> this only happens when both phones send a BYE at the same time
>>
>> Opensips cannot process the 2nd BYE the 2nd time it sees it
>>
>> so has been impossible to reproduce in the lab
>>
>> wireshark sent via email
>>
>> thanks
>>
>> Stuart
>>
>>
>>
>>> On 5 Oct 2015, at 13:46, users-request at lists.opensips.org wrote:
>>>
>>> Send Users mailing list submissions to
>>> users at lists.opensips.org
>>>
>>> To subscribe or unsubscribe via the World Wide Web, visit
>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>> or, via email, send a message with subject or body 'help' to
>>> users-request at lists.opensips.org
>>>
>>> You can reach the person managing the list at
>>> users-owner at lists.opensips.org
>>>
>>> When replying, please edit your Subject line so it is more specific
>>> than "Re: Contents of Users digest..."
>>>
>>>
>>> Today's Topics:
>>>
>>> 1. Re: topology hiding not accepting BYE before 200 OK (Vlad Paiu)
>>> 2. Regarding chachedb_mongdb use . (Sasmita Panda)
>>> 3. Re: Regarding chachedb_mongdb use . (Vlad Paiu)
>>> 4. Re: Regarding chachedb_mongdb use . (Sasmita Panda)
>>>
>>>
>>> ----------------------------------------------------------------------
>>>
>>> Message: 1
>>> Date: Mon, 05 Oct 2015 14:51:47 +0300
>>> From: Vlad Paiu <vladpaiu at opensips.org>
>>> Subject: Re: [OpenSIPS-Users] topology hiding not accepting BYE before
>>> 200 OK
>>> To: users at lists.opensips.org
>>> Message-ID: <56126453.2050208 at opensips.org>
>>> Content-Type: text/plain; charset=utf-8; format=flowed
>>>
>>> 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 Marsden wrote:
>>>> 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
>>>> _______________________________________________
>>>> Users mailing list
>>>> Users at lists.opensips.org
>>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>>
>>>
>>>
>>>
>>> ------------------------------
>>>
>>> Message: 2
>>> Date: Mon, 5 Oct 2015 17:28:51 +0530
>>> From: Sasmita Panda <spanda at 3clogic.com>
>>> Subject: [OpenSIPS-Users] Regarding chachedb_mongdb use .
>>> To: OpenSIPS users mailling list <users at lists.opensips.org>
>>> Message-ID:
>>> <CALf-Q464cRFRcS=QUmSjuDjUoFQwWE=_8PLYm=yd=AcY1P+w4Q at mail.gmail.com>
>>> Content-Type: text/plain; charset="utf-8"
>>>
>>> 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 created a db with name opensips read/write permission. I am also
>>> created the version table with name "my_version_table" inside that db .Now
>>> I am trying to connect to that DB from my opensips server . But its giving
>>> following error :
>>>
>>> DBG:core:db_bind_mod: using db bind api for db_cachedb
>>> DBG:db_cachedb:db_cachedb_bind_api: BINDING API for :
>>> cachedb://mongodb:instance1
>>> DBG:db_cachedb:db_cachedb_init: Found matching URL :
>>> [mongodb:instance1://mongodb:mongodbserver@x.x.x.x:27017/db.opensips]
>>> DBG:core:cachedb_bind_mod: Binded to mod mongodb
>>> DBG:core:parse_cachedb_url: parsing
>>> [mongodb:instance1://mongodb:mongodbserver@x.x.x.x:27017/db.opensips]
>>> DBG:core:parse_cachedb_url: in host - :
>>> DBG:core:cachedb_do_init: opening new connection
>>> DBG:cachedb_mongodb:mongo_new_connection: Set timeout to 3000 millis
>>> INFO:cachedb_mongodb:mongo_new_connection: Connected at server x.x.x.x
>>> with version 3.0.6 , to db db.opensips
>>> DBG:db_cachedb:db_cachedb_init: Succesfully initiated connection to
>>> [mongodb:instance1]
>>> DBG:cachedb_mongodb:mongo_db_query_trans: Running raw mongo query on table
>>> db.my_version_table
>>> ERROR:cachedb_mongodb:mongo_db_query_trans: Failed to run query. Err = 0,
>>> 0 , 0
>>> DBG:cachedb_mongodb:mongo_db_query_trans: Fetched key connectionId
>>> DBG:cachedb_mongodb:mongo_db_query_trans: (int) 12
>>> DBG:cachedb_mongodb:mongo_db_query_trans: Fetched key n
>>> 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:mongo_db_query_trans: (unknown type 10)
>>> DBG:cachedb_mongodb:mongo_db_query_trans: Fetched key err
>>> DBG:cachedb_mongodb:mongo_db_query_trans: (unknown type 10)
>>> DBG:cachedb_mongodb:mongo_db_query_trans: Fetched key ok
>>> DBG:cachedb_mongodb:mongo_db_query_trans: (double) 1.000000e+00
>>> ERROR:core:db_table_version: error in db_query
>>> ERROR:core:db_check_table_version: querying version for table silo
>>> ERROR:msilo:mod_init: error during table version check.
>>> ERROR:core:init_mod: failed to initialize module msilo
>>> ERROR:core:main: error while initializing modules
>>>
>>>
>>> Please help me to solve this error .
>>>
>>> *Thanks & Regards*
>>> *Sasmita Panda*
>>> *Network Testing and Software Engineer*
>>> *3CLogic , ph:07827611765*
>>> -------------- next part --------------
>>> An HTML attachment was scrubbed...
>>> URL: <http://lists.opensips.org/pipermail/users/attachments/20151005/ac8eb3ba/attachment-0001.htm>
>>>
>>> ------------------------------
>>>
>>> Message: 3
>>> Date: Mon, 05 Oct 2015 15:31:54 +0300
>>> From: Vlad Paiu <vladpaiu at opensips.org>
>>> Subject: Re: [OpenSIPS-Users] Regarding chachedb_mongdb use .
>>> To: users at lists.opensips.org
>>> Message-ID: <56126DBA.3050106 at opensips.org>
>>> Content-Type: text/plain; charset="windows-1252"; Format="flowed"
>>>
>>> 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 Developer
>>>
>>> On 05.10.2015 14:58, Sasmita Panda wrote:
>>>> 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 created a db with name opensips read/write permission. I am
>>>> also created the version table with name "my_version_table" inside
>>>> that db .Now I am trying to connect to that DB from my opensips
>>>> server . But its giving following error :
>>>>
>>>> DBG:core:db_bind_mod: using db bind api for db_cachedb
>>>> DBG:db_cachedb:db_cachedb_bind_api: BINDING API for :
>>>> cachedb://mongodb:instance1
>>>> DBG:db_cachedb:db_cachedb_init: Found matching URL :
>>>> [mongodb:instance1://mongodb:mongodbserver@x.x.x.x:27017/db.opensips]
>>>> DBG:core:cachedb_bind_mod: Binded to mod mongodb
>>>> DBG:core:parse_cachedb_url: parsing
>>>> [mongodb:instance1://mongodb:mongodbserver@x.x.x.x:27017/db.opensips]
>>>> DBG:core:parse_cachedb_url: in host - :
>>>> DBG:core:cachedb_do_init: opening new connection
>>>> DBG:cachedb_mongodb:mongo_new_connection: Set timeout to 3000 millis
>>>> INFO:cachedb_mongodb:mongo_new_connection: Connected at server
>>>> x.x.x.x with version 3.0.6 , to db db.opensips
>>>> DBG:db_cachedb:db_cachedb_init: Succesfully initiated connection to
>>>> [mongodb:instance1]
>>>> DBG:cachedb_mongodb:mongo_db_query_trans: Running raw mongo query on
>>>> table db.my_version_table
>>>> ERROR:cachedb_mongodb:mongo_db_query_trans: Failed to run query. Err
>>>> = 0, 0 , 0
>>>> DBG:cachedb_mongodb:mongo_db_query_trans: Fetched key connectionId
>>>> DBG:cachedb_mongodb:mongo_db_query_trans: (int) 12
>>>> DBG:cachedb_mongodb:mongo_db_query_trans: Fetched key n
>>>> 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:mongo_db_query_trans: (unknown type 10)
>>>> DBG:cachedb_mongodb:mongo_db_query_trans: Fetched key err
>>>> DBG:cachedb_mongodb:mongo_db_query_trans: (unknown type 10)
>>>> DBG:cachedb_mongodb:mongo_db_query_trans: Fetched key ok
>>>> DBG:cachedb_mongodb:mongo_db_query_trans: (double) 1.000000e+00
>>>> ERROR:core:db_table_version: error in db_query
>>>> ERROR:core:db_check_table_version: querying version for table silo
>>>> ERROR:msilo:mod_init: error during table version check.
>>>> ERROR:core:init_mod: failed to initialize module msilo
>>>> ERROR:core:main: error while initializing modules
>>>>
>>>>
>>>> Please help me to solve this error .
>>>>
>>>> */Thanks & Regards/*
>>>> /Sasmita Panda/
>>>> /Network Testing and Software Engineer/
>>>> /3CLogic , ph:07827611765/
>>>>
>>>>
>>>> _______________________________________________
>>>> Users mailing list
>>>> Users at lists.opensips.org
>>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>>
>>> -------------- next part --------------
>>> An HTML attachment was scrubbed...
>>> URL: <http://lists.opensips.org/pipermail/users/attachments/20151005/4909113b/attachment-0001.htm>
>>>
>>> ------------------------------
>>>
>>> Message: 4
>>> Date: Mon, 5 Oct 2015 18:16:24 +0530
>>> From: Sasmita Panda <spanda at 3clogic.com>
>>> Subject: Re: [OpenSIPS-Users] Regarding chachedb_mongdb use .
>>> To: OpenSIPS users mailling list <users at lists.opensips.org>
>>> Message-ID:
>>> <CALf-Q46ni4rirAuSw=sm8JKMZdqt1shF+MGTSmrUYg5ejLiRsg at mail.gmail.com>
>>> Content-Type: text/plain; charset="utf-8"
>>>
>>> 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: Connected at server x.x.x.x
>>> with version 3.0.6 , to db db.opensips
>>> ERROR:core:db_check_table_version: invalid version 0 for table silo found,
>>> expected 6
>>> ERROR:msilo:mod_init: error during table version check.
>>> ERROR:core:init_mod: failed to initialize module msilo
>>> ERROR:core:main: error while initializing modules
>>> INFO:core:cleanup: cleanup
>>>
>>> rather I have added a "my_version_table" collection and inserted the entry
>>> for silo table like bellow .
>>>
>>> db.my_version_table.insert({table_version : NumberInt(6), table_name :
>>> "silo"})
>>>
>>> But still its giving the above error .
>>>
>>>
>>> *Thanks & Regards*
>>> *Sasmita Panda*
>>> *Network Testing and Software Engineer*
>>> *3CLogic , ph:07827611765*
>>>
>>> On Mon, Oct 5, 2015 at 6:01 PM, Vlad Paiu <vladpaiu at opensips.org> wrote:
>>>
>>>> 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 Developer
>>>>
>>>> On 05.10.2015 14:58, Sasmita Panda wrote:
>>>>
>>>> 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 created a db with name opensips read/write permission. I am also
>>>> created the version table with name "my_version_table" inside that db .Now
>>>> I am trying to connect to that DB from my opensips server . But its giving
>>>> following error :
>>>>
>>>> DBG:core:db_bind_mod: using db bind api for db_cachedb
>>>> DBG:db_cachedb:db_cachedb_bind_api: BINDING API for :
>>>> cachedb://mongodb:instance1
>>>> DBG:db_cachedb:db_cachedb_init: Found matching URL : [
>>>> mongodb:instance1://mongodb:mongodbserver@x.x.x.x:27017/db.opensips]
>>>> DBG:core:cachedb_bind_mod: Binded to mod mongodb
>>>> DBG:core:parse_cachedb_url: parsing [
>>>> mongodb:instance1://mongodb:mongodbserver@x.x.x.x:27017/db.opensips]
>>>> DBG:core:parse_cachedb_url: in host - :
>>>> DBG:core:cachedb_do_init: opening new connection
>>>> DBG:cachedb_mongodb:mongo_new_connection: Set timeout to 3000 millis
>>>> INFO:cachedb_mongodb:mongo_new_connection: Connected at server x.x.x.x
>>>> with version 3.0.6 , to db db.opensips
>>>> DBG:db_cachedb:db_cachedb_init: Succesfully initiated connection to
>>>> [mongodb:instance1]
>>>> DBG:cachedb_mongodb:mongo_db_query_trans: Running raw mongo query on
>>>> table db.my_version_table
>>>> ERROR:cachedb_mongodb:mongo_db_query_trans: Failed to run query. Err = 0,
>>>> 0 , 0
>>>> DBG:cachedb_mongodb:mongo_db_query_trans: Fetched key connectionId
>>>> DBG:cachedb_mongodb:mongo_db_query_trans: (int) 12
>>>> DBG:cachedb_mongodb:mongo_db_query_trans: Fetched key n
>>>> 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:mongo_db_query_trans: (unknown type 10)
>>>> DBG:cachedb_mongodb:mongo_db_query_trans: Fetched key err
>>>> DBG:cachedb_mongodb:mongo_db_query_trans: (unknown type 10)
>>>> DBG:cachedb_mongodb:mongo_db_query_trans: Fetched key ok
>>>> DBG:cachedb_mongodb:mongo_db_query_trans: (double) 1.000000e+00
>>>> ERROR:core:db_table_version: error in db_query
>>>> ERROR:core:db_check_table_version: querying version for table silo
>>>> ERROR:msilo:mod_init: error during table version check.
>>>> ERROR:core:init_mod: failed to initialize module msilo
>>>> ERROR:core:main: error while initializing modules
>>>>
>>>>
>>>> Please help me to solve this error .
>>>>
>>>> *Thanks & Regards*
>>>> *Sasmita Panda*
>>>> *Network Testing and Software Engineer*
>>>> *3CLogic , ph:07827611765*
>>>>
>>>>
>>>> _______________________________________________
>>>> Users mailing listUsers at lists.opensips.orghttp://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Users mailing list
>>>> Users at lists.opensips.org
>>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>>>
>>>>
>>> -------------- next part --------------
>>> An HTML attachment was scrubbed...
>>> URL: <http://lists.opensips.org/pipermail/users/attachments/20151005/d8ae26f9/attachment.htm>
>>>
>>> ------------------------------
>>>
>>> _______________________________________________
>>> Users mailing list
>>> Users at lists.opensips.org
>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>>
>>>
>>> End of Users Digest, Vol 87, Issue 11
>>> *************************************
>>>
>>
>
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 5 Oct 2015 22:40:03 +0500
> From: Aqs Younas <aqsyounas at gmail.com>
> Subject: [OpenSIPS-Users] 500 command 'dr_gw_status' failed
> To: OpenSIPS users mailling list <users at lists.opensips.org>
> Message-ID:
> <CAGVOjVVRbaSa6wNzTBou9GCitYmaUE-fT_iWJg7N1vHHZnrmDg at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> 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 failed500 command 'dr_gw_status' failed*
> This error started to appear after updating to 2.1 from 1.11. Also there is
> mysql query warning in syslog.
>
> Oct 5 13:29:12 debian ./opensips[3324]: WARNING:db_mysql:log_expiry:
> threshold exceeded : mysql query took too long - 82419 us.Source : update
> dr_gateways set state=2 where gwid='gw1'
>
> Regards.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.opensips.org/pipermail/users/attachments/20151005/90ea8107/attachment-0001.htm>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 5 Oct 2015 21:22:03 +0000
> From: Rodrigo Pimenta Carvalho <pimenta at inatel.br>
> Subject: [OpenSIPS-Users] Does someone has embedded OpenSIPS 2.2 in an
> ARM system?
> To: "users at lists.opensips.org" <users at lists.opensips.org>
> Message-ID:
> <BLUPR02MB168323FCF3AEB63BB881D4EAB5480 at BLUPR02MB1683.namprd02.prod.outlook.com>
>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
> 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 Center
> Software
> Ph: +55 35 3471 9200 RAMAL 979
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.opensips.org/pipermail/users/attachments/20151005/66b642f6/attachment.htm>
>
> ------------------------------
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
> End of Users Digest, Vol 87, Issue 12
> *************************************
>
More information about the Users
mailing list