Re: [OpenSIPS-Users] OpenSIPS 2.2 YUM Installtion error.

2016-10-12 Thread Venkatesh Macha
Thank you Nick !! It's working now.

Venkatesh



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-2-2-YUM-Installation-error-tp7604583p7604599.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] OpenSIPS 2.2 YUM Installtion error.

2016-10-12 Thread Venkatesh Macha
Hi all,

   I am trying to install OPENSIPS 2.2 using YUM, I am using following link
to download the rpm.
http://yum.opensips.org/packages.php?v=2.2
  

I am able to install opensips.
yum install opensips

Here is the version of OpenSIPS.

opensips -V
version: opensips 2.2.1 (x86_64/linux)
flags: STATS: On, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, F_MALLOC,
FAST_LOCK-ADAPTIVE_WAIT
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16,
MAX_URI_SIZE 1024, BUF_SIZE 65535
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
main.c compiled on 00:00:44 Jul 21 2016 with gcc 4.8.5

When I try to install the opensips-mysql module it is asking opensips 1.10 

apt-get install opensips-mysql opensips-tlsops

Error: Package: opensips-mysql-1.10.5-3.el7.x86_64 (epel)
   Requires: opensips(x86-64) = 1.10.5-3.el7
   Installed: opensips-2.2.1-1.el7.x86_64 (@opensips)
   opensips(x86-64) = 2.2.1-1.el7
   Available: opensips-1.10.5-3.el7.x86_64 (epel)
   opensips(x86-64) = 1.10.5-3.el7
   Available: opensips-2.2.0-1.el7.x86_64 (opensips)
   opensips(x86-64) = 2.2.0-1.el7
Error: Package: opensips-tlsops-1.10.5-3.el7.x86_64 (epel)
   Requires: opensips(x86-64) = 1.10.5-3.el7

Thank you in Advance.

Venkatesh 



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-2-2-YUM-Installtion-error-tp7604583.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] how to Call center module Agent location update

2016-07-14 Thread Venkatesh Macha
Thanks, Bogdan, I will try to do it.

Venkatesh Macha.



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/how-to-automatically-update-Call-center-module-Agent-location-tp7603772p7603785.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] how to Call center module Agent location update

2016-07-13 Thread Venkatesh Macha
Hi all,

   I am using OpenSIPS Call Center module, I am able to configure it and It
is working fine. But I have one question.
Is there any way to automatically update the* cc_agents* table *location*
filed ?

Now I am manually adding the agent to the *cc_agents *table. It is working
as expected. But if the agent may log in from different devices, So it is
good idea to update this on the Registration message. 

I also tried using *cc_agent_login("agentX","1")*, But it is not updating
the location field. Yes agent is login is successful.

Is there any way to update the* cc_agents* table *location* field on the
registration ?

I am using OpenSIPS devel branch.

Thanks & Regards,
Venkatesh Macha.
 



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/how-to-Call-center-module-Agent-location-update-tp7603772.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] OpenSIPS 2.2 with wss and RTPEngine. SDP without DTLS fingerprint.

2016-04-07 Thread Venkatesh Macha
Hi all,
I am using following setup
OpenSIPS 2.2 devel with wss support.
sipjs 0.7 as websocket client
RTPEngine 4.4

I have two web users like 1000 and 2000. Both are registered to OpenSIPS
through the WSS. Whenever i made call between the 1000 to 2000 or vice
versa, i am getting error saying "** Failed to set remote offer sdp: Called
with SDP without DTLS fingerprint".**

I am using default opensips.cfg script. here is the url of the script
http://www.opensips.org/Documentation/Tutorials-WebSocket-2-1

Basically I am calling rtpengine_offer like this.
$var(rtpengine_flags) = "ICE=force-relay DTLS=passive";
rtpengine_offer("$var(rtpengine_flags)");
I am doing same for the rtpengine_answer also.

Interesting thing is I am not getting any errors, if i call the
rtpengine_offer and answer without any parameters. Call is connecting and i
am able to get two way video.

And also, If i try same thing with WS (i.e web clients registers to OpenSIPS
through WS) it is working fine with the parameters.

Here i am attaching the rtpengine log, calling end web client log, called
end web client log.

any help is greatly appreciated. Thank you in advance.
rtpengine_log.txt

  
opensips_and_rtpengine_comms.txt

  
calling_party_log.txt

  
receiving_end.txt

  




--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-2-2-with-wss-and-RTPEngine-SDP-without-DTLS-fingerprint-tp7602546.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Setting up TLS on 2.1

2015-07-21 Thread Venkatesh Macha
HI Sebastian,

Are you able to fix the above issue(*/cakey.pem #012Retry (2 left) (check
password case) ). I am also facing same problem.

Thanks,
Venkatesh Macha.



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/Setting-up-TLS-on-2-1-tp7597997p7598019.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Setting up TLS on 2.1

2015-07-21 Thread Venkatesh Macha
Hi Podrigal,

I solved the issue, I was using wrong private key file. Now it is
working fine. Thank you for your reply.

Thanksregards,
Venkatesh Macha. 



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/Setting-up-TLS-on-2-1-tp7597997p7598021.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] SIP/2.0 477 Send failed (477/TM) - Route

2015-03-22 Thread Venkatesh Macha
Hi Leo,

Actually 477 is transport error. The failure route is triggered only when
there is a SIP failure. 

So if you want to handle the 477 send failed situation, Just use 0x02 flag
with t_relay().

Here is the sample script.

if (!t_relay(3)) 
{
   #0x02 option will make t_relay() to return failure to script instead
of sending the 477 out
   #0x01 skips 100 trying message..
   # So i am using 3, i.e 0x01 and 0x02..
   # so now we can send call to voice mail etc,,
 
   # If you want to remove the user from location table remove it now ,
So that we can get 477 for next requests.
   
if (!remove(location, $ru))
sl_reply_error();   
else
xlog(L_INFO,AOR of $rU is Removed from DB); 

if((is_method(INVITE)))
{
# send to voice mail or do what you want to do.
}

}

Cheers,
Venkatesh Macha,
VOIP Engineer.




--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/SIP-2-0-477-Send-failed-477-TM-Route-tp7595929p7596067.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Opensips + TLS Error

2014-11-18 Thread Venkatesh Macha
Hi Liviu Chircu,
 
  Thank you for quick reply,  i added tls_certificate, i
also try to connect opensips with CSIPSIMPLE client. I got same error in
Logs. 
I saw one post on mailing list about tls_accept they are saying it is ssl
library problem. is that true. i have l*ibssl0.9.8 and libssl-dev* installed
on my PC.
do you know any other sip softphones to that supports tls  to test with
opensips.

Thank you

Venkatesh macha.




--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/Opensips-TLS-Error-tp7594479p7594483.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] Opensips + TLS Error

2014-11-17 Thread Venkatesh Macha
Hi list,
 
   I am trying to Implement opensips with TLS Support. I followed  this
https://github.com/antonraharja/book-opensips-101/blob/master/content/3.2.%20SIP%20TLS%20Secure%20Calling.mediawiki
  
tutorial.  I am able compile and install the Opensips.every hting is fine.

but when i try to connect with opensips using linphone client.. i am getting
Following Erorrs.

*ERROR:core:tls_accept: New TLS connection from 192.168.1.167:42696 failed
to accept
/usr/sbin/opensips[23793]: ERROR:core:tls_accept: TLS error: (ret=-1, err=5,
errno=104/Connection reset by peer):*

here is the parameter i added Opensips.cfg files 

disable_tls = no
listen = tls:192.168.1.100:5061
tls_verify_server = 1 
tls_verify_client = 1
tls_require_client_certificate = 0
#tls_method = TLSv1
tls_method = SSLv23 
tls_certificate = /usr/etc/opensips/tls/server/server-cert.pem
tls_private_key = /usr/etc/opensips/tls/server/server-privkey.pem
tls_ca_list = /usr/etc/opensips/tls/server/server-calist.pem

#--- TLS Specific Parameters End's Here--

I can see few packets are transmitting through 5061 port. and all packets
are Encrypted.

What is that error, Is it problem with that linphone client. or Opensips
server??

Thank you in Advance.

Venkatesh Macha,
Junior VOIP Engineer.



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/Opensips-TLS-Error-tp7594479.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] Problem with CDRTool and ubuntu 14.04 and apache 2.4.7

2014-10-30 Thread Venkatesh Macha
Hi,

I am trying to install *CDRTool on Ubuntu 14.0*4, i have *apache
2.4.7* is installed on it.  I installed CDRTool from Debian package from
ag-projects repository. Created New database everything is OK,. But when i
move to next section that is* PHP and Apache setu*p i am facing these
problem.
*I am unable to setup a Virtual host for cdrtool, 403 Forbidden*. i got this
error in apache error log :

* Cannot serve directory /var/www/CDRTool/: No matching DirectoryIndex
(index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm) found, 
and server-generated directory index forbidden by Options directive,
referer: http://*.*.*.*:8080/*

Then i realized apache is unable to identify the .pthml files(as our CDRTool
have .phtml file). then i added* .phtml to DIrectoryIndex* of apache. 
Now 403 forbidden error is gone. But it is showing a text file Instead of
CDRTool Login Page here is the partial part of that page.

*CDRTool_Session, auth = CDRTool_Auth, perm = CDRTool_Perm) );
$loginname=$auth-auth[uname]; $title=Legal notice; $db = new
DB_CDRTool(); $query=sprintf(select * from settings where billing_party =
'%s' and var_module= 'login' and var_name =
'I_agree_with_license',addslashes($loginname)); if ($db-query($query)) {
if ($db-num_rows()) { $refreshURL='callsearch.phtml'; $refreshTime=0; } }
if (is_readable(/etc/cdrtool/local/header.phtml)) {
include_once(/etc/cdrtool/local/header.phtml); } else {
include_once(header.phtml); } $layout = new pageLayoutLocal();
$layout-showHeader(); $layout-showLegalNotice(); $layout-showFooter();
page_close(); } else { $Setup = new SETUP (); $Setup-showIntro(); } class
SETUP { function showIntro() { print 
*

I thinks apache2 is unable to render PHP files. if not,  what is the
problem, why i am getting text page instead of Log-in page.

I also made few changes like added .conf at the end of virtual host file
name.
*cdrtool.com to cdrtool.com.conf*

also added *Require all granted* in directory section of virtual host file.

Can anyone help me. Thank you in Advance.

Venkatesh macha,
Junior VOIP Engineer,
@C Programming http://sillycodes.com  


 



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/Problem-with-CDRTool-and-ubuntu-14-04-and-apache-2-4-7-tp7594275.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Problem with CDRTool and ubuntu 14.04 and apache 2.4.7 and PHP 5.5

2014-10-30 Thread Venkatesh Macha
I think problem with *PHP*. I am using php 5.5,   Is CDRTool  is compatible
with PHP 5.5 ??

I saw one post on this topic it was few months back one you can see here -
http://lists.opensips.org/pipermail/users/2013-February/024453.html
http://lists.opensips.org/pipermail/users/2013-February/024453.html  

If i use php 5.3 it is working fine on ubuntu 12.04 but it is not working
with ubuntu* 14.04 and php 5.5.*

is CDRTool is Compatible with PHP 5.5 ???

Venkatesh macha,
Junior VOIP Engineer,
@ C programming http://sillycodes.com  



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/Problem-with-CDRTool-and-ubuntu-14-04-and-apache-2-4-7-tp7594275p7594280.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Is it possible to change the Body of Message Method ???

2014-10-09 Thread Venkatesh Macha
Hi,

Thanks you Bogdan-Andrei Iancu , i will try it now..

Venkatesh Macha,
Junior VOIP Engineer.



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/Is-it-possible-to-change-the-Body-of-Message-Method-tp7593914p7593932.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] callcontrol 2.1.0

2014-09-29 Thread Venkatesh Macha
Hi pavel,

  Are you setting prepaid_account_flag in opensips.cfg, i think
callcontrol is always treating your call as postpaid. so try to set
prepaid_account_flag.

Venkatesh Macha,
Junior VOIP Engineer,
@ sillycodes http://sillycodes.com  




--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/callcontrol-2-1-0-tp7593660p7593663.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] 483 Too manyHops

2014-09-26 Thread Venkatesh Macha
Hi Prasanna,

   I think you commented lookup(location) in opensips.cfg
file.. so opensips not able to find the destination address. you're
performing t_relay() without changing the request URI. This causes the
server to send the message to itself. 
 


Venkatesh Macha,
Junior VOIP Engineer,
Hitech city, Hyderabad.
@ Sillycodes http://sillycodes.com  



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/483-Too-manyHops-tp7593630p7593642.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] CDRTool Allowing(Showing) Negative Balance??

2014-09-12 Thread Venkatesh Macha
Hello List,

 I am using CDRTool for prepaid engine with opensips. it is
working fine. but few(2 or 3) of my prepaid users are have Negative balance.
Why my users have Negative Balance ??? 
What are the possibilities for CDRTool to reach Negative balance???. Anyway
it is not allowing negative balance user to make new calls.

Thank you in Advance..

Venkatesh Macha,
Junior VOIP Engineer,
@ sillycodes4u http://sillycodes4u.blogspot.in  



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/CDRTool-Allowing-Showing-Negative-Balance-tp7593451.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] CDRTool Prepaid Billing configuration question

2014-08-18 Thread Venkatesh Macha
Hi Sathish,

   I hope you have CDRTool runnig on your server. you can
connect it by using *your_server_ip/CDRTool* 
you can add prepaid user by using *prepaid* section in CDRTool Web page.
http://opensips-open-sip-server.1449251.n2.nabble.com/file/n7592939/CDRTool_Menu.png
 

Then you can add users like this

http://opensips-open-sip-server.1449251.n2.nabble.com/file/n7592939/prepaid_Account.png
 

here 1...@something.com is your prepaid user and 9. is prepaid User
Balance.

Venkatesh Macha,
Junior Voip Engineer,
Learn Programming http://sillycodes4u.blogspot.in  



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/CDRTool-Prepaid-Billing-configuration-question-tp7592935p7592939.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] How to enable rest_client module ??

2014-07-29 Thread Venkatesh Macha
Hi everyone,

I am trying to use opensips rest_client module. Now i have 
*opensips 1.11.2-notls (x86_64/linux)* installed from Debian package on
ubuntu. My question is how can i enable rest_client??? i mean if we want to
use mysql we are going to install* opensips-mysql-module* like this which
module is having rest_client??  I can't see rest_client.so in module folder
also..  I know that if we installed opensips from source we can easily
enable it by make menuselect then add-ons.. But i want to do the same in
Debian package.

any help is appreciated.

Thank you,
Venkatesh Macha,
@ sillycodes4u http://sillycodes4u.blogspot.in  



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/How-to-enable-rest-client-module-tp7592668.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] How to enable rest_client module ??

2014-07-29 Thread Venkatesh Macha
Thank you for your reply Pasan,

 your right it is not available now. but it is available if
we install from source.Anyway i installed opensips from source
it is working fine. once again thank you for your Input.

Venkatesh Macha,




--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/How-to-enable-rest-client-module-tp7592668p7592678.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Is Freeradius-xs agproject package is Available for Ubuntu X86 Architecture ???

2014-05-27 Thread Venkatesh Macha
Hi Tijmen,

   Thanks a lot Tijmen..  I will Try it now.. 

Venkatesh Macha,
@ Cprogramming http://www.sillycodes4u.blogspot.in   



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/Is-Freeradius-xs-agproject-package-is-Available-for-Ubuntu-X86-Architecture-tp7591355p7591579.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Is Freeradius-xs agproject package is Available for Ubuntu X86 Architecture ???

2014-05-25 Thread Venkatesh Macha
Hi Tijmen de Mes,

Thanks for your reply and sorry for late reply.. Here is
my system architecture 
Distributor ID :Ubuntu
Description:Ubuntu 12.04.4 LTS
Release:12.04
Codename:   precise

and my architecture is *x86_64 (64-bit).*

And i am able to install freeradius-xs in my 32-bit ubuntu it is working
fine for Prepaid billing i am able to see CDR's in database and from Web
Interface also. But for 64bit ubuntu i am experiencing these problem.

I also have another doubt(or Confused)  Tijmen, *What is the main Difference
between freeradius and freeradius-xs ?? *After reading our CDRTool
Installation guide i got this thing 
*Freeradius server is not able to cope with FAILED packets. The server must
be patched and recompiled if you wish to support accounting for failed SIP
sessions.*

is this only difference between freeradius and freeradius-xs??
please Correct me if anything went wrong..
Thank you in advance. 

Venkatesh Macha,
@ sillycodes4u http://www.sillycodes4u.blogspot.in  



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/Is-Freeradius-xs-agproject-package-is-Available-for-Ubuntu-X86-Architecture-tp7591355p7591566.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] Is Freeradius-xs agproject package is Available for Ubuntu X86 Architecture ???

2014-05-14 Thread Venkatesh Macha
Hello,
i need some information about freeradius-xs. My question is..  Freeradius-xs
packages are available for x86 architecture ubuntu ??
I know that Freeradius-xs is available for i386 architecture.. i searched
for it in mailing list and i found one conversation but it is 2 years back
message you can see  here
http://opensips-open-sip-server.1449251.n2.nabble.com/AG-Projects-freeradius-xs-td7583715.html#a7583721
  

I also got similar errors while try to installing Freeradius-xs from source
below is the error message..

 freeradius-xs : Depends: libperl5.10 (= 5.10.1) but it is not installable
 Depends: libpython2.6 (= 2.6) but it is not installable
 Recommends: freeradius-xs-utils but it is not going to be
installed
E: Unable to correct problems, you have held broken packages.

can anyone help me...

Thanks,
Venkatesh Macha
@ sillycodes4u http://sillycodes4u.blogspot.in/  



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/Is-Freeradius-xs-agproject-package-is-Available-for-Ubuntu-X86-Architecture-tp7591355.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] How to enable extra modules in opensips Package

2014-05-10 Thread Venkatesh Macha
Hello list,

I installed opensips from debian package,. Now I want to include an extra
module like Freeradius, how can I include an extra module for Opensips
package..
I know that if we installed from source we can enable any module by editing
Makefile or by using Make menuconfig...
But i really don't have any idea about how to enable Extra modules for
Debian package..
can anyone help me.
Thanks in Advance..

Venkatesh Macha.
blog :  Learn Programming http://sillycodes4u.blogspot.in/  



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/How-to-enable-extra-modules-in-opensips-Package-tp7591322.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Uninstall opensips

2014-03-20 Thread Venkatesh Macha
It is Working.. I am able uninstall it Thanks...



___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users