Re: [OpenSIPS-Users] (no subject)

2021-02-05 Thread Jeff Pyle
Elaine, You can use the avp_db_query() function to run queries to a database. This is to manually query a database table that OpenSIPS doesn't use automatically with one of its modules. The blacklist module loads its da

[OpenSIPS-Users] (no subject)

2021-02-04 Thread Elaine Huang
Hi all, I would like to make opensips load a MySQL table, make queries and behave differently based on returned results. I'm trying to understand how userblacklist module works, but I'm a bit lost. For example, I don't see how it query the 'userblacklist' table or the 'globalblacklist' table. Co

[OpenSIPS-Users] (no subject)

2019-12-02 Thread Alexey Kazantsev via Users
Hi list,   I’m using 2.4.6 in a full-sharing cluster. Everything is OK but the ‘seed_fallback_interval’ [1] parameter.   When I configure it as in the docs, OpenSIPS can not start and shows an error:   ERROR:core:set_mod_param_regex: parameter not found in module CRITICAL:core:yyerror: parse er

Re: [OpenSIPS-Users] (no subject)

2019-10-28 Thread Alexey Kazantsev via Users
Hey Liviu,   thank you for the informative answer!   By the way, I configured a full-sharing usrloc cluster and it seems to be what I need.   --- BR, Alexey http://alexeyka.zantsev.com/  ___ Users mailing list

Re: [OpenSIPS-Users] (no subject)

2019-10-26 Thread Liviu Chircu
On 21.10.2019 11:01, Alexey Kazantsev via Users wrote: But I’d like to add some extra high-availability for situations if there will be some problems with connectivity between nodes. At least to achieve the ability of each node to serve calls among those users who are registered directly on it.

[OpenSIPS-Users] (no subject)

2019-10-21 Thread Alexey Kazantsev via Users
Hi list I’m trying to find the best solution for setting federated user location cluster. Key notes: - geographically distributed OpenSIPS nodes - the same numbering plan for all devices (no strict ranges for Europe/Asia and so on) - ability to be in service (at least inside of each node) in cas

Re: [OpenSIPS-Users] (no subject)

2018-12-18 Thread Jon Abrams
You may need to change how you are pulling the contact header, so it grabs it from the reply. I use something like this: $var(contact) = $(hdr(Contact)); $avp(lrn_called) = $(var(contact){nameaddr.uri}{param.value,rn}); - Jon On Tue, Dec 18, 2018 at 4:43 AM Uday kumar wrote: > Hello Jon, > > H

Re: [OpenSIPS-Users] (no subject)

2018-12-18 Thread Uday kumar
Hello Jon, Here is my code if (is_method("INVITE")) { route(RELAY_TO_LRN); } route[RELAY_TO_LRN] { $du = "sip:IP:PORT"; $T_fr_timeout=2; t_on_failure("lrn_reply"); t_relay(); } failure_route[lrn_reply] { if (t_check_status("302")) { $var(contact) = $hdr(Contact); x

Re: [OpenSIPS-Users] (no subject)

2018-12-14 Thread Jon Abrams
Uday, what do you currently have in your script for the LRN dip? What do you observe the script doing (or not doing) currently? - Jon On Fri, Dec 14, 2018 at 7:16 AM Uday kumar wrote: > Hello Everyone > > I have a system developed in opensips to make outbound calls. Now trying > to implement th

[OpenSIPS-Users] (no subject)

2018-12-14 Thread Uday kumar
Hello Everyone I have a system developed in opensips to make outbound calls. Now trying to implement the LRN thing using sip invite with provider IP because USA have different rate based on LRN. Customer Call => OpenSIPs => LRN server. Once received response 302 from LRN server then send call to

Re: [OpenSIPS-Users] (no subject)

2018-11-14 Thread Bogdan-Andrei Iancu
Hi Jehanzaib, For a profile to be shared via a noSQL db it must have the '/s' marker at the end (when you define it and when you use it). Regards, Bogdan Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com OpenSIPS Bootcamp 2018 http://opensips.org/traini

[OpenSIPS-Users] (no subject)

2018-11-04 Thread J E H A N Z A I B
Hi team, I used redis cache for dialog storage. I have 2 different servers both are sharing the same redis. Is the profile size shared in this case? here is the dialog config. loadmodule "dialog.so" modparam("dialog", "enable_stats", 1) modparam("dialog", "cachedb_url", "redis:mysip://mysipx.xx.

[OpenSIPS-Users] (no subject)

2018-02-08 Thread Dragomir Haralambiev
Hello, In my log I see : ERROR: non-ASCII escaped character in '%09004915213874522' @ 0 What I can do to remove all not digit simvols from dialing number? Thanks, Dragomir ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cg

[OpenSIPS-Users] (no subject)

2017-10-12 Thread Alexey K . via Users
As my friend (Kirill Galinurov, an active OpenSIPS user) told me just now,  - use 'allow_register' function with register.allow/register.deny files; - use 'check_address' function with 'address' table. Though I haven't tried yet. Regards, Alexey___ User

Re: [OpenSIPS-Users] (no subject)

2015-09-11 Thread Sasmita Panda
Thank you so much Răzvan . I was aware about this . But need your conformation . I will try this . In case, I will face any problem then I may need your help . Regards Sasmita *Thanks & Regards* *Sasmita Panda* *Network Testing and Software Engineer* *3CLogic , ph:07827611765* On Fri, Sep 11,

Re: [OpenSIPS-Users] (no subject)

2015-09-11 Thread Terrance Devor
Hello Sasmita, Just replace with the version that you are looking for. It's like magic! http://www.opensips.org/html/docs/modules/1.11.x/db_cachedb.html#id249655 ​Terrance ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-b

Re: [OpenSIPS-Users] (no subject)

2015-09-11 Thread Sasmita Panda
Hi Răzvan , I am in openisp-1.11 version . But the link provided by you is opensips-2.1 . So , openisps-1.11 also support cachedb_mangodb or not ? Please let me know so that I will proceed . Thanks Sasmita *Thanks & Regards* *Sasmita Panda* *Network Testing and Software Engineer* *3CLogic

Re: [OpenSIPS-Users] (no subject)

2015-09-11 Thread Răzvan Crainea
Hi, Sasmita! Unfortunately, the Redis backend is not compatible with the db_cachedb module. Currently it can only work with the cachedb_mongodb module. Check more info here[1]. [1] http://www.opensips.org/html/docs/modules/2.1.x/db_cachedb.html#id249655 Best regards, Răzvan Crainea OpenSIPS

[OpenSIPS-Users] (no subject)

2015-09-11 Thread Sasmita Panda
Now I am trying to compile opensips-1.11 with db_cachedb module and cachedb_redis module . As of now redis is working separately without this db_cachedb . When I am trying to combine both its throwing some error . Error while running opensips : NOTICE:db_cachedb:mod_init: initializing modu

[OpenSIPS-Users] (no subject)

2014-10-01 Thread Gary Nyquist
Hi,   I am using the "event_rabbitmq Module" to "raise_event". It works fine.   If "raise_event" is not used for a long time, perhaps the MQ socket is getting closed. The following message is appearing in the log: ERROR:event_rabbitmq:rmq_process: cannot send message   What is a good way

[OpenSIPS-Users] (no subject)

2014-03-14 Thread Mike Claudi Pedersen
-- Med venlig hilsen ipnordic A/S Mike Claudi Pedersen Tekniker Telefon: 79301033 www.ipnordic.dk ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] (no subject)

2014-02-05 Thread Ovidiu Sas
Please provide an example with a NULL field that doesn't work and I will take a look. Regards, Ovidiu Sas On Feb 5, 2014 1:52 AM, "Justin Zondagh" wrote: > I had a similar issue. > > When INSERTing a record to the registrant table don't leave any of your DB > fields NULL, rather use an empty str

Re: [OpenSIPS-Users] (no subject)

2014-02-05 Thread Bogdan-Andrei Iancu
Hello, Simply adding the info into database (via opensipsctl) does not make OpenSIPS aware of the info. If using a version older than 1.10, you need to restart (so OpenSIPS will reload). Starting with 1.10 you have the reg_reload MI command: http://www.opensips.org/html/docs/modules/1.10.x/ua

Re: [OpenSIPS-Users] (no subject)

2014-02-04 Thread Justin Zondagh
I had a similar issue. When INSERTing a record to the registrant table don't leave any of your DB fields NULL, rather use an empty string, i.e. '' E.g. INSERT INTO registrant (registrar, proxy, aor, third_party_registrant, username, password, binding_URI, binding_params, expiry, forced_socket) V

[OpenSIPS-Users] (no subject)

2014-02-04 Thread Alec Doran-Twyford
Hi All, I'm trying to get Opensips to act as a client to register and authenticate to other device. I found the uac_registrant & uac_auth and have added them into openips.cfg. I have also done a "opensipsctl registrant add " filling the parameters into connect to the registrar server. I have been

Re: [OpenSIPS-Users] (no subject)

2013-06-17 Thread Jorge Henrique Pinho
To: Jorge Henrique Pinho Cc: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] (no subject) Hello Jorge, I see your problem - the 2 BYEs have different Cseq numbers. Where do you trigger the terminate_call function ? in what context and from where exactly ? Best regards, Bogdan-Andrei

Re: [OpenSIPS-Users] (no subject)

2013-06-17 Thread Bogdan-Andrei Iancu
he extra messages? > > Kind regards! > > Jorge Pinho > > > > *From:*Bogdan-Andrei Iancu [mailto:bog...@opensips.org] > *Sent:* sexta-feira, 14 de Junho de 2013 11:31 > *To:* Jorge Henrique Pinho > *Cc:* OpenSIPS users mailling list > *Subject:* Re: [OpenSIPS-Users

Re: [OpenSIPS-Users] (no subject)

2013-06-14 Thread Jorge Henrique Pinho
Iancu [mailto:bog...@opensips.org] Sent: sexta-feira, 14 de Junho de 2013 11:31 To: Jorge Henrique Pinho Cc: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] (no subject) Ok, going back to b2b then. Why it is not supposed to send BYE to B ? if you do terminate_call, all legs will be

Re: [OpenSIPS-Users] (no subject)

2013-06-14 Thread Bogdan-Andrei Iancu
3 17:43 > *To:* Jorge Henrique Pinho > *Cc:* OpenSIPS users mailling list > *Subject:* Re: [OpenSIPS-Users] (no subject) > > > > Hello Jorge, > > For exactly those purposes you can use dialog module (topo hiding and > call termination), but in a lighter and simpler fashion

Re: [OpenSIPS-Users] (no subject)

2013-06-14 Thread Jorge Henrique Pinho
t: Re: [OpenSIPS-Users] (no subject) Hello Jorge, For exactly those purposes you can use dialog module (topo hiding and call termination), but in a lighter and simpler fashion. If you are keen to use the b2b, I can look into the problem. Regard, Bogdan-Andrei Iancu OpenSIPS Founder and Developer

Re: [OpenSIPS-Users] (no subject)

2013-06-13 Thread Bogdan-Andrei Iancu
ilto:bog...@opensips.org] > *Sent:* quarta-feira, 12 de Junho de 2013 18:26 > *To:* OpenSIPS users mailling list > *Cc:* Jorge Henrique Pinho > *Subject:* Re: [OpenSIPS-Users] (no subject) > > > > Hi Jorge, > > First of all, why do you want to use b2b support if you onl

Re: [OpenSIPS-Users] (no subject)

2013-06-13 Thread Jorge Henrique Pinho
to B instead of one. What could be causing this behavior? Kind regards, Jorge Pinho From: Bogdan-Andrei Iancu [mailto:bog...@opensips.org] Sent: quarta-feira, 12 de Junho de 2013 18:26 To: OpenSIPS users mailling list Cc: Jorge Henrique Pinho Subject: Re: [OpenSIPS-Users] (no subject) Hi Jorge

Re: [OpenSIPS-Users] (no subject)

2013-06-12 Thread Bogdan-Andrei Iancu
Hi Jorge, First of all, why do you want to use b2b support if you only need topo hiding and to terminate a call ? For these you can simply use the dialog module, which is a much lighter approach (with less probability for complications). Have you consider to use the dialog module, with topology_h

Re: [OpenSIPS-Users] (no subject)

2013-05-27 Thread Bogdan-Andrei Iancu
Hello Dani, As OpenSIPS is event driven (where most of the events are related to packages), it is a bit difficult to insert an 183 after an 180 from script level. (like sending a reply from a reply route and inserting a delay). An easier option is to do the sending from outside of opensips using

[OpenSIPS-Users] (no subject)

2013-05-24 Thread Dani Popa
Hi again, Can how can insert from opensips, without any other pbx, b2b ..., 183 Progress with sdp. The ideea is, that sometime i need to insert in media stream at begining, some audio, using rtpproxy and for this i should have sdp and rtpproxy already used in call. As application, for example i

Re: [OpenSIPS-Users] (no subject)

2013-01-28 Thread p prakash
thanx a lot Muhammad Shahzad On Mon, Jan 28, 2013 at 2:27 AM, Muhammad Shahzad wrote: > Check if you have configured mi_xmlrpc module correctly. Make sure the > port you set is available and open in firewall (if you have a > firewall). For debugging make sure to set log_file module parameter and

Re: [OpenSIPS-Users] (no subject)

2013-01-28 Thread Muhammad Shahzad
Check if you have configured mi_xmlrpc module correctly. Make sure the port you set is available and open in firewall (if you have a firewall). For debugging make sure to set log_file module parameter and run tail command on file to see xmlrpc module actually receives the request and how it respond

Re: [OpenSIPS-Users] (no subject)

2013-01-27 Thread p prakash
"*Cannot connect to OpenSIPS Server via Management Interface* *... * *and in monit * 192.168.0.1:2812can't conect. plz help me to solve this problem. On Sat, Jan 26, 2013 at 10:03 AM, p prakash wrote: > Thanx Daniel Goepp ... > > > On Fri, Jan 25, 2013 at 8:42 AM, Daniel Goepp wrote: > >> Ther

Re: [OpenSIPS-Users] (no subject)

2013-01-25 Thread p prakash
Thanx Daniel Goepp ... On Fri, Jan 25, 2013 at 8:42 AM, Daniel Goepp wrote: > There are a few options, but one is XMLRPC > > http://www.opensips.org/html/docs/modules/1.8.x/mi_xmlrpc.html > > And for more information on MI: > > http://www.opensips.org/Resources/DocsCoreMi > > We use XML RPC, an

Re: [OpenSIPS-Users] (no subject)

2013-01-25 Thread Daniel Goepp
There are a few options, but one is XMLRPC http://www.opensips.org/html/docs/modules/1.8.x/mi_xmlrpc.html And for more information on MI: http://www.opensips.org/Resources/DocsCoreMi We use XML RPC, and you can use whatever HTTP client you want (cURL would be another, but we use Zend), but for

[OpenSIPS-Users] (no subject)

2013-01-25 Thread p prakash
hello how can we add a new user in opensip using php api cal. help me please. -- * * * * * * ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] (no subject)

2012-11-14 Thread Muhammad Shahzad
Sure, however, if they are not OpenSIPs related then contact me off list. Thank you. On Wed, Nov 14, 2012 at 2:35 PM, Friend_14309 wrote: > It solved my problem. :) > Though there are some more. If you could also help me with those. > > Thank you. > > > On Tue, Nov 13, 2012 at 3:35 PM, Muhamma

Re: [OpenSIPS-Users] (no subject)

2012-11-14 Thread Friend_14309
It solved my problem. :) Though there are some more. If you could also help me with those. Thank you. On Tue, Nov 13, 2012 at 3:35 PM, Muhammad Shahzad < shaherya...@googlemail.com> wrote: > Its very simple. Look below link for detailed discussion, > > http://www.debianadmin.com/manage-linux-ini

Re: [OpenSIPS-Users] (no subject)

2012-11-13 Thread Muhammad Shahzad
Its very simple. Look below link for detailed discussion, http://www.debianadmin.com/manage-linux-init-or-startup-scripts.html Thank you. On Mon, Nov 12, 2012 at 8:52 PM, Friend_14309 wrote: > Hi > > I am running Opensips on Debian 6. I've got it installed and all is > well--except that it

[OpenSIPS-Users] (no subject)

2012-11-12 Thread Friend_14309
Hi I am running Opensips on Debian 6. I've got it installed and all is well--except that it won't start at boot because it requires MySQL to run, and for some reason, it is being launched BEFORE MySQLd during init. What I'd like to do is modify the boot order of my process (/etc/init.d/opensips)

[OpenSIPS-Users] (no subject)

2012-03-13 Thread Jorge Ortea
Hi, I have OpenSIPS 1.6.4-tls with tls configuration in my opensips.cfg, it is working correctly with my Cisco SIP phones. /* uncomment the following lines to enable TLS support (default off) */ disable_tls = no listen = tls:192.168.1.1:1234 tls_verify_server = 1 tls_verify_client = 0 tls_req

Re: [OpenSIPS-Users] (no subject)

2012-01-03 Thread goup2010
Now all is OK! Thanks! 2012/1/3 Razvan Crainea > Hi, Plamen! > > I have just committed a fix for this. Please update your sources and try > again. > > Regards, > Răzvan Crainea > > On 01/03/2012 06:47 PM, goup2010 wrote: > > I use svnrevision: 2:8632M. When try to compile revision 8639 get foll

Re: [OpenSIPS-Users] (no subject)

2012-01-03 Thread Razvan Crainea
Hi, Plamen! I have just committed a fix for this. Please update your sources and try again. Regards, Ra(zvan Crainea On 01/03/2012 06:47 PM, goup2010 wrote: I use svnrevision: 2:8632M. When try to compile revision 8639 get follow error: flatstore.c: In function 'flat_db_insert': flatstore.c

[OpenSIPS-Users] (no subject)

2012-01-03 Thread goup2010
I use svnrevision: 2:8632M. When try to compile revision 8639 get follow error: flatstore.c: In function ‘flat_db_insert’: flatstore.c:307: error: ‘DB_BIGINT’ undeclared (first use in this function) flatstore.c:307: error: (Each undeclared identifier is reported only once flatstore.c:307: error: f

Re: [OpenSIPS-Users] (no subject)

2011-11-10 Thread Maysoon Aaziz Alduwais
___ From: users-boun...@lists.opensips.org [users-boun...@lists.opensips.org] On Behalf Of prasad kelkar [durga...@gmail.com] Sent: Thursday, November 10, 2011 8:19 AM To: users@lists.opensips.org Subject: [OpenSIPS-Users] (no subject) thanks for that UAS : sipp -sn uas UAC : sipp -sn uac -

[OpenSIPS-Users] (no subject)

2011-11-09 Thread prasad kelkar
thanks for that UAS : sipp -sn uas UAC : sipp -sn uac -rsa OPENSIPS_IP UAS_IP but still i would like to know in more detail how to run sipp and where to type those commands i am new to all this things pleas ___ Users mailing list Users@lists.ope

Re: [OpenSIPS-Users] (no subject)

2011-09-30 Thread Faisal Rehman
ot; Sent: Friday, September 30, 2011 12:56 PM Subject: Re: [OpenSIPS-Users] (no subject) Hi Faisal, This block is in main route block. If in your configuration file haven't it, you can add manual. I think that, when your softphone send ACK to opensips, opensips cannot route it to Free-Swit

Re: [OpenSIPS-Users] (no subject)

2011-09-30 Thread nguyen khue
n I insert command t_relay(), opensips work normal. Best regards Khue Nguyen. From: Faisal Rehman To: nguyen khue ; "users@lists.opensips.org" Sent: Friday, September 30, 2011 2:47 PM Subject: Re: [OpenSIPS-Users] (no subject) Hi Khue, What will

Re: [OpenSIPS-Users] (no subject)

2011-09-30 Thread Faisal Rehman
From: Faisal Rehman To: nguyen khue ; "users@lists.opensips.org" Sent: Friday, September 30, 2011 2:01 PM Subject: Re: [OpenSIPS-Users] (no subject) Hi Khue, Please find the necessary configuration that I have done for Load Balancing work, the calls are going and L

Re: [OpenSIPS-Users] (no subject)

2011-09-30 Thread Sam Govind
hat controls such status? > > With Best Regards, > > * > * > *Faisal Rehman* > -- > *From:* Sam Govind > *To:* OpenSIPS users mailling list > *Sent:* Friday, September 30, 2011 10:12 AM > *Subject:* Re: [OpenSIPS-Users] (no subject) > &

Re: [OpenSIPS-Users] (no subject)

2011-09-30 Thread nguyen khue
isal Rehman To: nguyen khue ; "users@lists.opensips.org" Sent: Friday, September 30, 2011 2:01 PM Subject: Re: [OpenSIPS-Users] (no subject) Hi Khue, Please find the necessary configuration that I have done for Load Balancing work, the calls are going and Load balance is also working b

Re: [OpenSIPS-Users] (no subject)

2011-09-30 Thread Faisal Rehman
AM Subject: Re: [OpenSIPS-Users] (no subject) Hi Faisal, I assume from your last posts that you are using load_balancer module reduce the probe interval. Also I'm sure I saw a param in FS that controls the gateway status checks frequency. Also Like Danish said, post some SIP traces and rel

Re: [OpenSIPS-Users] (no subject)

2011-09-30 Thread Faisal Rehman
AM Subject: Re: [OpenSIPS-Users] (no subject) Hi Faisal, I assume from your last posts that you are using load_balancer module reduce the probe interval. Also I'm sure I saw a param in FS that controls the gateway status checks frequency. Also Like Danish said, post some SIP traces and rel

Re: [OpenSIPS-Users] (no subject)

2011-09-30 Thread Faisal Rehman
Hi Okay Sir I will send the complete information in the future.   Warmest Regards, Faisal Rehman From: Muhammad Danish Moosa To: OpenSIPS users mailling list Sent: Thursday, September 29, 2011 9:43 PM Subject: Re: [OpenSIPS-Users] (no subject) Hi

Re: [OpenSIPS-Users] (no subject)

2011-09-30 Thread Faisal Rehman
_ From: nguyen khue To: Faisal Rehman ; "users@lists.opensips.org" Sent: Thursday, September 29, 2011 7:56 PM Subject: Re: [OpenSIPS-Users] (no subject) Hi Faisal, Please post your config file. Best regards, Khue Nguyen. ________________

Re: [OpenSIPS-Users] (no subject)

2011-09-29 Thread Sam Govind
;> Khue Nguyen. >> >> -- >> *From:* Faisal Rehman >> *To:* "users@lists.opensips.org" >> >> *Sent:* Thursday, September 29, 2011 8:39 PM >> *Subject:* [OpenSIPS-Users] (no subject) >> >>*Hi Everyone,

Re: [OpenSIPS-Users] (no subject)

2011-09-29 Thread Muhammad Danish Moosa
i Faisal, > > Please post your config file. > > Best regards, > Khue Nguyen. > > -- > *From:* Faisal Rehman > *To:* "users@lists.opensips.org" > > *Sent:* Thursday, September 29, 2011 8:39 PM > *Subject:* [OpenSIPS-Use

Re: [OpenSIPS-Users] (no subject)

2011-09-29 Thread Max Mühlbronner
ase post your config file. Best regards, Khue Nguyen. *From:* Faisal Rehman *To:* "users@lists.opensips.org" *Sent:* Thursday, September 29, 2011 8:39 PM *Subject:* [OpenSIPS-Users] (no subject) *Hi Everyone

Re: [OpenSIPS-Users] (no subject)

2011-09-29 Thread nguyen khue
Hi Faisal, Please post your config file. Best regards, Khue Nguyen. From: Faisal Rehman To: "users@lists.opensips.org" Sent: Thursday, September 29, 2011 8:39 PM Subject: [OpenSIPS-Users] (no subject) Hi Everyone, I am just testing calls from O

[OpenSIPS-Users] (no subject)

2011-09-29 Thread Faisal Rehman
Hi Everyone, I am just testing calls from OpenSIPS to Free-Switch but I am facing a problem that too many ACK & 200OK packets are being generated by OpenSIPS, so how can I remove this problem.   With Best Regards, Faisal Rehman ___ Users mailing lis

Re: [OpenSIPS-Users] (no subject)

2011-08-02 Thread Ovidiu Sas
Opensips 1.4 does not generate REGISTER requests (it can only forward them). Regards, Ovidiu Sas PS: Please send e-mail to the mailing list. On Mon, Aug 1, 2011 at 9:23 AM, wrote: > Hi > I have installed openiips-1.4.4-tls successfully in debian linux .Now i > want to know how i can send regis

Re: [OpenSIPS-Users] (no subject)

2011-07-14 Thread Razvan Crainea
Hi Akib, My first question was about the Linux distribution. Regards, Razvan Crainea OpenSIPS Developer On 14.07.2011 13:52, Akib Sayyed wrote: here is output of command i can see there is no libxmlrpc_xmlparse.so but i have a look at this too [root@localhost lib]# ls libxmlrpc_xml* lib

Re: [OpenSIPS-Users] (no subject)

2011-07-14 Thread Akib Sayyed
here is output of command i can see there is no libxmlrpc_xmlparse.so but i have a look at this too [root@localhost lib]# ls libxmlrpc_xml* libxmlrpc_xmlparse.a libxmlrpc_xmlparse.so.3.16 libxmlrpc_xmltok.so.3 libxmlrpc_xmlparse.solibxmlrpc_xmltok.a libxmlrpc_xmltok.so.3.16 libxmlrpc_

Re: [OpenSIPS-Users] (no subject)

2011-07-14 Thread Razvan Crainea
Hi Akib, What Linux distribution are you using? Also please send us the output of the following command: *ldconfig -v | grep xmlrpc* Regards, Razvan Crainea OpenSIPS Developer On 14.07.2011 08:49, Akib Sayyed wrote: yes i have installed to latest version On Wed, Jul 13, 2011 at 11:48 PM,

Re: [OpenSIPS-Users] (no subject)

2011-07-13 Thread Akib Sayyed
yes i have installed to latest version On Wed, Jul 13, 2011 at 11:48 PM, Mike Tesliuk wrote: > did you have the libxmlrpc installed on your system ? > > 2011/7/13 Akib Sayyed > >> having this error how to solve >> >> i have libxml_rpc_xmlparse.so.3 in my /usr/local/lib >> >> Jul 13 16:29:58 loc

Re: [OpenSIPS-Users] (no subject)

2011-07-13 Thread Mike Tesliuk
did you have the libxmlrpc installed on your system ? 2011/7/13 Akib Sayyed > having this error how to solve > > i have libxml_rpc_xmlparse.so.3 in my /usr/local/lib > > Jul 13 16:29:58 localhost opensips: ERROR:core:sr_load_module: could not > open module : > libxmlrpc_xmlparse.so.3: cannot ope

[OpenSIPS-Users] (no subject)

2011-07-13 Thread Akib Sayyed
having this error how to solve i have libxml_rpc_xmlparse.so.3 in my /usr/local/lib Jul 13 16:29:58 localhost opensips: ERROR:core:sr_load_module: could not open module : libxmlrpc_xmlparse.so.3: cannot open shared object file: No such file or directory Jul 13 16:29:58 localhost opensips: CRITICA

[OpenSIPS-Users] (no subject)

2010-10-13 Thread Marcella
KINGSSQUEEN ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] (no subject)

2009-10-19 Thread Saúl Ibarra
Sure you can. Just call fix_nated_contact in an onreply route. On Fri, Oct 16, 2009 at 10:13 AM, Sanjeev BA wrote: > Is it possible to use fix_nated_contact() in 200 OK response received from > the client. > > Could someone please post a cfg section that would do this? > > > > Regards > > Sanjee

[OpenSIPS-Users] (no subject)

2009-10-16 Thread Sanjeev BA
Is it possible to use fix_nated_contact() in 200 OK response received from the client. Could someone please post a cfg section that would do this? Regards Sanjeev ___ Users mailing list Use

[OpenSIPS-Users] (no subject)

2009-08-06 Thread Srikanth Rajagopalan
> Hi, >  > I need some help from you guys to enable openxcap. >  > I have an Opensips server with Presence enabled but with no Xcap > capability, which I want to add now. > I followed the example in the documentation to change the config file. As I > saw that mi_xmlrpc module is also being loade

[OpenSIPS-Users] (no subject)

2009-04-08 Thread opensips
hi all, i have some problems with the configuration from opensips for the openxcap. the route from the file opensips.cfg must be configure my problem is with the "main request routing logic" I paste my main from the opensips.cfg now i must configure it with this help "http://openxcap.org/wiki/Inst

Re: [OpenSIPS-Users] (no subject)

2009-02-01 Thread stefanoIT
The correct way is this... UAC Proxy UAS |INVITE | | |--->| | |100 Trying | | |<---| INVITE | |

Re: [OpenSIPS-Users] (no subject)

2009-01-28 Thread brett
That should come from the uac, not opensips Sent from my Verizon Wireless BlackBerry -Original Message- From: Alex R.S.M Date: Wed, 28 Jan 2009 13:00:39 To: opensips Subject: [OpenSIPS-Users] (no subject) Hi, Can openSIPS reply with an ACK to 200OK response for INVITE request? If

[OpenSIPS-Users] (no subject)

2009-01-28 Thread Alex R . S . M
Hi, Can openSIPS reply with an ACK to 200OK response for INVITE request? If it can, what function can generate ACK message? Apparently both t_reply() and sl_send_reply() functions generate response message and not an ACK. UAC Proxy

Re: [OpenSIPS-Users] (no subject)

2009-01-15 Thread Ginés Gómez
Hi Matteo, after "make modules=modules/seas modules" you'll find the file "seas.so" in the directory "modules/seas". Justo copy it in the directory where you have the rest of the modules (for instance /usr/ local/openser/modules". This directory is declared in the openser.cfg file w

[OpenSIPS-Users] (no subject)

2009-01-15 Thread mmarzuola
Hi all. I have a question; to add a module not previously builded is it sufficient to execute this commands? make modules=modules/seas modules make install include_modules="seas" modules Thanks in advance. Matteo Marzuola ---

[OpenSIPS-Users] (no subject)

2008-11-26 Thread mmarzuola
Thanks for the help. Now the opensips-cp opens.In CDRViewer tool I can display information only in certain areas of the columns in the table cdrs. I have noticed that some fields such as Username Source, Domain Source and Destination does not exist between the columns of cdrs. My cdrs table has