[OpenSIPS-Users] Installing openSIPS

2016-02-26 Thread Francjos
Hi,
Sorry for my english.I'm instaling opensips, i've used the following
commands to copy the software from the repository:
"apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5F2FBB7C
echo "deb http://apt.opensips.org trusty 2.1-releases"
>>/etc/apt/sources.list "

I've just installed the packages and i would like to ask what i'm gonna do
know in order to install the software itself and in which file i can prform
the installation.

Thakns



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/Installing-openSIPS-tp7601719.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] Installing OpenSIPS 2.1.0 gives error

2015-03-06 Thread SamyGo
Thanks again worked this time. (Y)

On Fri, Mar 6, 2015 at 7:21 PM, SamyGo govoi...@gmail.com wrote:

 Thanks for the fix, will test it now.

 On Fri, Mar 6, 2015 at 5:39 PM, Liviu Chircu li...@opensips.org wrote:

  Hello Samy,

 I moved some allocator-specific global variables in their own file,
 however the cfg.y file was referencing them regardless of the allocator you
 compile with. Fixed, and thanks for reporting!

 Cheers,

 Liviu Chircu
 OpenSIPS Developerhttp://www.opensips-solutions.com

 On 06.03.2015 23:04, SamyGo wrote:

 Hi All,

  Im trying to install new OpenSIPS 2.1.0 from git. Im getting
 compilation errors; something like this.

  Compiling net/proto_tcp/proto_tcp.c
 Compiling net/proto_udp/proto_udp.c
 Compiling lex.yy.c
 lex.yy.c:4142:12: warning: redundant redeclaration of ‘isatty’
 [-Wredundant-decls]
 /usr/include/unistd.h:802:12: note: previous declaration of ‘isatty’ was
 here
 Compiling cfg.tab.c
 Linking opensips
 cfg.tab.o: In function `yyparse':
 /usr/src/opensips/cfg.y:648: undefined reference to
 `mem_warming_percentage'
 /usr/src/opensips/cfg.y:646: undefined reference to
 `mem_warming_pattern_file'
 /usr/src/opensips/cfg.y:644: undefined reference to `mem_warming_enabled'
 collect2: ld returned 1 exit status
 make: *** [opensips] Error 1


  I've downloaded it from git
 git clone https://github.com/OpenSIPS/opensips.git -b 2.1.0

  Am I missing something, or need some external package installed to have
 this resolved ?


  Thanks,
 Sammy


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



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



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


[OpenSIPS-Users] Installing OpenSIPS 2.1.0 gives error

2015-03-06 Thread SamyGo
Hi All,

Im trying to install new OpenSIPS 2.1.0 from git. Im getting compilation
errors; something like this.

Compiling net/proto_tcp/proto_tcp.c
Compiling net/proto_udp/proto_udp.c
Compiling lex.yy.c
lex.yy.c:4142:12: warning: redundant redeclaration of ‘isatty’
[-Wredundant-decls]
/usr/include/unistd.h:802:12: note: previous declaration of ‘isatty’ was
here
Compiling cfg.tab.c
Linking opensips
cfg.tab.o: In function `yyparse':
/usr/src/opensips/cfg.y:648: undefined reference to `mem_warming_percentage'
/usr/src/opensips/cfg.y:646: undefined reference to
`mem_warming_pattern_file'
/usr/src/opensips/cfg.y:644: undefined reference to `mem_warming_enabled'
collect2: ld returned 1 exit status
make: *** [opensips] Error 1


I've downloaded it from git
git clone https://github.com/OpenSIPS/opensips.git -b 2.1.0

Am I missing something, or need some external package installed to have
this resolved ?


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


Re: [OpenSIPS-Users] installing opensips on Debian / Ubuntu

2014-03-05 Thread Bogdan-Andrei Iancu

Hi Tomasz,

Let me escalate this with the person taking care of the deb repository 
for OpenSIPS.


Best regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 25.02.2014 15:07, Tomasz Chmielewski wrote:

I'm trying to install opensips on Debian or Ubuntu.

However, the provided deb packages seem to have wrong dependencies which 
prevent the installation:

# apt-get install opensips opensips-console opensips-http-modules 
opensips-mysql-module opensips-identity-module
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  opensips-mysql-module : Depends: libmysqlclient16 (= 5.1.21-1) but it is not 
installable
E: Unable to correct problems, you have held broken packages.



I've tried using from deb http://apt.opensips.org/ stable110 main 
http://apt.opensips.org/ on Debian 7 and Ubuntu 12.04.4 LTS.
Both have similarly broken dependencies.


How to best install on Ubuntu or Debian?




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


Re: [OpenSIPS-Users] installing opensips on Debian / Ubuntu

2014-02-26 Thread Tomasz Chmielewski
Yes, I know that it's possible to compile from source - the instruction
provided in that blog could be improved in some places - i.e. you can
do make deb to create .deb packages, instead of make all ; make
install, which will install (untracked/unpackaged) files all over your
system.


To rephrase my question - why uninstallable (on the latest
stable Debian/Ubuntu) packages are provided on
http://apt.opensips.org/? They may install on older/unsupported
Ubuntu/Debian versions, but that should be documented on that very page.


-- 
Tomasz Chmielewski
http://wpkg.org


On Wed, 26 Feb 2014 11:55:49 +0500
qasimak...@gmail.com qasimak...@gmail.com wrote:

 Hi,
 
 Please follow this tutorial line by line.
 
 http://saevolgo.blogspot.com/2012/05/installing-opensips-on-ubuntu-server.html
 
 Regards,
 Qasim
 
 
 On Tue, Feb 25, 2014 at 6:07 PM, Tomasz Chmielewski man...@wpkg.org
 wrote:
 
  I'm trying to install opensips on Debian or Ubuntu.
 
  However, the provided deb packages seem to have wrong dependencies
  which prevent the installation:
 
  # apt-get install opensips opensips-console opensips-http-modules
  opensips-mysql-module opensips-identity-module
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:
 
  The following packages have unmet dependencies:
   opensips-mysql-module : Depends: libmysqlclient16 (= 5.1.21-1)
  but it is not installable
  E: Unable to correct problems, you have held broken packages.
 
 
 
  I've tried using from deb http://apt.opensips.org/ stable110 main
  http://apt.opensips.org/ on Debian 7 and Ubuntu 12.04.4 LTS.
  Both have similarly broken dependencies.
 
 
  How to best install on Ubuntu or Debian?
 
  --
  Tomasz Chmielewski
  http://wpkg.org
 
 
 
  ___
  Users mailing list
  Users@lists.opensips.org
  http://lists.opensips.org/cgi-bin/mailman/listinfo/users
 



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


[OpenSIPS-Users] installing opensips on Debian / Ubuntu

2014-02-25 Thread Tomasz Chmielewski
I'm trying to install opensips on Debian or Ubuntu.

However, the provided deb packages seem to have wrong dependencies which 
prevent the installation:

# apt-get install opensips opensips-console opensips-http-modules 
opensips-mysql-module opensips-identity-module
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 opensips-mysql-module : Depends: libmysqlclient16 (= 5.1.21-1) but it is not 
installable
E: Unable to correct problems, you have held broken packages.



I've tried using from deb http://apt.opensips.org/ stable110 main 
http://apt.opensips.org/ on Debian 7 and Ubuntu 12.04.4 LTS.
Both have similarly broken dependencies.


How to best install on Ubuntu or Debian?

-- 
Tomasz Chmielewski
http://wpkg.org



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


Re: [OpenSIPS-Users] installing opensips on Debian / Ubuntu

2014-02-25 Thread qasimak...@gmail.com
Hi,

Please follow this tutorial line by line.

http://saevolgo.blogspot.com/2012/05/installing-opensips-on-ubuntu-server.html

Regards,
Qasim


On Tue, Feb 25, 2014 at 6:07 PM, Tomasz Chmielewski man...@wpkg.org wrote:

 I'm trying to install opensips on Debian or Ubuntu.

 However, the provided deb packages seem to have wrong dependencies which
 prevent the installation:

 # apt-get install opensips opensips-console opensips-http-modules
 opensips-mysql-module opensips-identity-module
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 The following information may help to resolve the situation:

 The following packages have unmet dependencies:
  opensips-mysql-module : Depends: libmysqlclient16 (= 5.1.21-1) but it is
 not installable
 E: Unable to correct problems, you have held broken packages.



 I've tried using from deb http://apt.opensips.org/ stable110 main
 http://apt.opensips.org/ on Debian 7 and Ubuntu 12.04.4 LTS.
 Both have similarly broken dependencies.


 How to best install on Ubuntu or Debian?

 --
 Tomasz Chmielewski
 http://wpkg.org



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

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


[OpenSIPS-Users] installing OpenSIPS on Centos 5.8

2012-11-22 Thread Carlos Cruz
 

I really don't know why it needs to be so difficult to install a piece of
software? 

 

I'm trying to install OpenSIPS on CentOS 5.8 below are the errors I get:

 

I've done quite a bit research, I've tried the suggestions described in the
mailing list under the subject Re: libmysqlclient-dev for CentOS? but I
still can't get off the ground. I would appreciate any suggestions or tips!!

 

I am willing to pay someone to assist me with this and to also help with
getting me started with basic integration with Asterisk. If you're
interested I can pay you via PayPal. I can give you temporary access to a
VM. If you're interested or know someone who could be, let me know.

 

 

 

[root@localhost opensips-1.8.2-tls]# make menuconfig
bison -d -b cfg cfg.y
cfg.y: conflicts: 1 shift/reduce
flex cfg.lex
cd menuconfig; make ; cd ..
make[1]: Entering directory
`/usr/src/opensips/opensips-1.8.2-tls/menuconfig'
gcc -g -Wall -DMENUCONFIG_CFG_PATH=\menuconfig/configs/\
-DMENUCONFIG_GEN_PATH=\etc/\ -DMENUCONFIG_HAVE_SOURCES=1   -c -o cfg.o
cfg.c
In file included from main.h:33,
 from cfg.c:30:
curses.h:31:19: error: curses.h: No such file or directory
In file included from cfg.c:30:
main.h:35: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'*' token
main.h:40: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'*' token
make[1]: *** [cfg.o] Error 1
make[1]: Leaving directory `/usr/src/opensips/opensips-1.8.2-tls/menuconfig'
./menuconfig/configure --local
make: ./menuconfig/configure: Command not found
make: *** [menuconfig] Error 127

 

 

 

 

 

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


Re: [OpenSIPS-Users] installing OpenSIPS on Centos 5.8

2012-11-22 Thread Laszlo
you need to install the ncurses-devel package via yum

-Laszlo

2012/11/22 Carlos Cruz car...@nbtbizcapital.com:


 I really don't know why it needs to be so difficult to install a piece of
 software?



 I'm trying to install OpenSIPS on CentOS 5.8 below are the errors I get:



 I've done quite a bit research, I've tried the suggestions described in the
 mailing list under the subject Re: libmysqlclient-dev for CentOS? but I
 still can't get off the ground. I would appreciate any suggestions or tips!!



 I am willing to pay someone to assist me with this and to also help with
 getting me started with basic integration with Asterisk. If you're
 interested I can pay you via PayPal. I can give you temporary access to a
 VM. If you're interested or know someone who could be, let me know.







 [root@localhost opensips-1.8.2-tls]# make menuconfig
 bison -d -b cfg cfg.y
 cfg.y: conflicts: 1 shift/reduce
 flex cfg.lex
 cd menuconfig; make ; cd ..
 make[1]: Entering directory
 `/usr/src/opensips/opensips-1.8.2-tls/menuconfig'
 gcc -g -Wall -DMENUCONFIG_CFG_PATH=\menuconfig/configs/\
 -DMENUCONFIG_GEN_PATH=\etc/\ -DMENUCONFIG_HAVE_SOURCES=1   -c -o cfg.o
 cfg.c
 In file included from main.h:33,
  from cfg.c:30:
 curses.h:31:19: error: curses.h: No such file or directory
 In file included from cfg.c:30:
 main.h:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before
 ‘*’ token
 main.h:40: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before
 ‘*’ token
 make[1]: *** [cfg.o] Error 1
 make[1]: Leaving directory `/usr/src/opensips/opensips-1.8.2-tls/menuconfig'
 ./menuconfig/configure --local
 make: ./menuconfig/configure: Command not found
 make: *** [menuconfig] Error 127












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


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


Re: [OpenSIPS-Users] Installing OpenSIPS on Red Hat

2011-02-02 Thread Bogdan-Andrei Iancu

Hi Guys,

Just to clarify a bit here  - from OpenSIPS perspective, all LINUX 
distro are fully supported (like compiling and runing) and most of 
UNIX-like OS (BSD, SOLARIS, etc).


There is no difference is running OpenSIPS on Debian or RedHat - you 
just need to take care of the dependencies (packaging is different on 
the 2 distros) and the init script. Otherwise it is the same.


Again, OpenSIPS is not Debian-only supported/focused.

Regards,
Bogdan

Jeff Pyle wrote:

Toyima,

Adrian is right.  We started on a CentOS infrastructure with Opensips. 
 It works, but it's a pain.  We're migrating to a complete Debian 
infrastructure.  We started with Debian because of Opensips, 
Mediaproxy and CDRtool.  But now that we understand it we find it to 
be much more lightweight, configurable and just easier than CentOS 
and the other RedHat derivatives.


Is Debian better than CentOS?  Not the question, and not the point. 
 I can say in our experience it is far easier to manage Opensips-based 
systems in Debian than in CentOS.  Xen is a lot more flexible, too, 
and we've made great use of that with Opensips.



- Jeff

From: Adrian Georgescu a...@ag-projects.com mailto:a...@ag-projects.com
Reply-To: OpenSIPS users mailling list users@lists.opensips.org 
mailto:users@lists.opensips.org

Date: Mon, 31 Jan 2011 11:35:13 -0500
To: OpenSIPS users mailling list users@lists.opensips.org 
mailto:users@lists.opensips.org

Subject: Re: [OpenSIPS-Users] Installing OpenSIPS on Red Hat

You should use Debian in production as the software is developed on 
Debian. If you use Redhat you will always be behind new developments 
or any bug fixes as there might be nobody porting them to Redhat.


Adrian

On Jan 31, 2011, at 5:28 PM, Toyima Dias wrote:


Hello,
 
I've seen many information on how to install OpenSIPS in DEBIAN, but 
in my case i need to install it on Red Hat, i've found some 
information but not very well supported, i would like to have a very 
clean and stable installation for a very large and stable production 
server, is there any recommendations please?


Regards


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




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



--
Bogdan-Andrei Iancu
OpenSIPS Event - expo, conf, social, bootcamp
2 - 4 February 2011, ITExpo, Miami,  USA
OpenSIPS solutions and know-how


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


Re: [OpenSIPS-Users] Installing OpenSIPS on Red Hat

2011-02-02 Thread Bogdan-Andrei Iancu

Hi John,

Can I list you here:
   http://www.opensips.org/Resources/Downloads#osipmi

Thanks and regards,
Bogdan

John Khvatov wrote:

Hello.

I maintain OpenSIPS package in fedora/epel.

Of course, let me know if you have issues with OpenSIPS rpm package from 
official fedora/epel repos.

On 31.01.2011, at 20:03, Adrian Georgescu wrote:

  

Would the maintainers of those packages please step forward so that people who 
need support know exactly who to ask when in need?

This would help everyone to better understand who is maintaing what so that 
there is no fear uncertainty and doubts but only sure things.

Adrian



  



--
Bogdan-Andrei Iancu
OpenSIPS Event - expo, conf, social, bootcamp
2 - 4 February 2011, ITExpo, Miami,  USA
OpenSIPS solutions and know-how


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


Re: [OpenSIPS-Users] Installing OpenSIPS on Red Hat

2011-02-02 Thread John Khvatov
Hi Bogdan.

On 02.02.2011, at 15:45, Bogdan-Andrei Iancu wrote:
 Hi John,
 
 Can I list you here:
   http://www.opensips.org/Resources/Downloads#osipmi

Sure.

Also, you can update 'Fedora' (link: 'http://fedoraproject.org', latest version 
of OpenSIPS available in all currently supported Fedora branches) and add 
'EPEL' with link: http://fedoraproject.org/wiki/EPEL.


 John Khvatov wrote:
 Hello.
 
 I maintain OpenSIPS package in fedora/epel.
 
 Of course, let me know if you have issues with OpenSIPS rpm package from 
 official fedora/epel repos.

-- 
WBR, John Khvatov


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


Re: [OpenSIPS-Users] Installing OpenSIPS on Red Hat

2011-02-02 Thread Adrian Georgescu
Anyone doing Fedora RPMs for MediaProxy?

I have only a CentOS link here:

http://mediaproxy-ng.org/wiki/InstallationGuide

Adrian


On Feb 2, 2011, at 8:52 AM, John Khvatov wrote:

 Hi Bogdan.
 
 On 02.02.2011, at 15:45, Bogdan-Andrei Iancu wrote:
 Hi John,
 
 Can I list you here:
  http://www.opensips.org/Resources/Downloads#osipmi
 
 Sure.
 
 Also, you can update 'Fedora' (link: 'http://fedoraproject.org', latest 
 version of OpenSIPS available in all currently supported Fedora branches) and 
 add 'EPEL' with link: http://fedoraproject.org/wiki/EPEL.
 
 
 John Khvatov wrote:
 Hello.
 
 I maintain OpenSIPS package in fedora/epel.
 
 Of course, let me know if you have issues with OpenSIPS rpm package from 
 official fedora/epel repos.
 
 -- 
 WBR, John Khvatov
 
 
 ___
 Users mailing list
 Users@lists.opensips.org
 http://lists.opensips.org/cgi-bin/mailman/listinfo/users
 


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


Re: [OpenSIPS-Users] Installing OpenSIPS on Red Hat

2011-02-01 Thread John Khvatov
Hello.

I maintain OpenSIPS package in fedora/epel.

Of course, let me know if you have issues with OpenSIPS rpm package from 
official fedora/epel repos.

On 31.01.2011, at 20:03, Adrian Georgescu wrote:

 Would the maintainers of those packages please step forward so that people 
 who need support know exactly who to ask when in need?
 
 This would help everyone to better understand who is maintaing what so that 
 there is no fear uncertainty and doubts but only sure things.
 
 Adrian

-- 
WBR, John Khvatov


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


Re: [OpenSIPS-Users] Installing OpenSIPS on Red Hat

2011-02-01 Thread Toyima Dias
2011/1/31 Dave Singer dave.sin...@wideideas.com

 Toyima,

 I posted in the list last week on the thread multiple
 use_media_proxy() calls my notes on getting media proxy installed on
 centos 5.5.


Many thanks Dave...


 To compile opensips just do the yum installs mentioned in that thread,
 get the opensips source, unpack, compile and install according to docs
 on install from source.
 what I do after the yum installs and updates:

 cd /usr/local/src/
 wget 
 http://opensips.org/pub/opensips/latest/src/opensips-1.6.4-tls_src.tar.gz;
 tar -xzf opensips-1.6.?-tls_src.tar.gz
 cd opensips-1.6.?-tls
 # note: the -jnumber is the number of threads the compile can use. I
 usually use one less than number of cores.
 TLS=1 make -j3 prefix=/opt/opensips doc-prefix=/usr/local
 man-prefix=/usr/local include_modules=db_mysql db_postgres install


Cool, now i have my OpenSIPS up and running...


 A few months ago I also posted an init.d script for centos that does
 double checking for problems (runs opensips with -c and runs it full
 on localhost:2021 or some port) because -c only does syntax checking
 and I got tired of restarting and it would fail when starting back up.
 It also is set to use monit if it is installed and configured.



This looks interesting...I'm using the init.d that opensips brings by
default (/opensips/package/fedora/init.d)


 Dave

 On Mon, Jan 31, 2011 at 11:23 AM, Brett Nemeroff br...@nemeroff.com
 wrote:
  On Mon, Jan 31, 2011 at 10:28 AM, Toyima Dias toyim...@gmail.com
 wrote:
 
  Hello,
 
  I've seen many information on how to install OpenSIPS in DEBIAN, but in
 my
  case i need to install it on Red Hat, i've found some information but
 not
  very well supported, i would like to have a very clean and stable
  installation for a very large and stable production server, is there any
  recommendations please?
 
  Regards
 
  Toyima,
  If you are trying to install mediaproxy, then yes, Debian is the way to
 go.
  With it's dependencies you'll be fighting to make it work for a while.
  However, if you are just trying to get Opensips to run on Redhat.. Can't
 you
  just compile from source? It's really not so advanced. Maybe I'm missing
  something?
  -Brett
 
   ___
  Users mailing list
  Users@lists.opensips.org
  http://lists.opensips.org/cgi-bin/mailman/listinfo/users
 
 

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

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


Re: [OpenSIPS-Users] Installing OpenSIPS on Red Hat

2011-02-01 Thread Nicholas Papadakos
I don't have anything against Debian but I think Centos or RH would be more
suitable to the task if they were properly supported.

 

 

I don't know but I always have a feeling of being safer using those
platforms for my mission critical applications J

 

And opensips certainly falls into that category.

 

I do believe there should be more attention to those flavors as they are
more often found on corporate datacenters than debian and sysadmins are more
confortable supporting them.

 

 

Regards,

 

Nicholas Papadakos

 

 

From: users-boun...@lists.opensips.org
[mailto:users-boun...@lists.opensips.org] On Behalf Of Skyler
Sent: Monday, January 31, 2011 9:14 PM
To: OpenSIPS users mailling list
Subject: Re: [OpenSIPS-Users] Installing OpenSIPS on Red Hat

 

Hi Adrian,

 

 Not sure if this is what yer after though I am a CentOS x86_64 admin and
this is what I did. I don't have trouble with 'translation' (CentOS/Debian)
so much, its the dependencies that were and are always a huge pain. Once
those were figured out, all was well and working. I found all the info I
needed from searching the list archive.

 

I started with...

 

 

vi /etc/yum.repos.d/epel-repository

 

## Copy and paste the below

[epel]

name=Extra Packages for Enterprise Linux 5 - $basearch

#baseurl=http://download.fedoraproject.org/pub/epel/5/$basearch

mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5
http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5arch=$basearch
arch=$basearch

failovermethod=priority

enabled=1

gpgcheck=1

gpgkey=http://mirror.its.dal.ca/pub/epel/RPM-GPG-KEY-EPEL

 

 

# get a complete list of all packages so you can pick/choose

yum search opensips

 

# Install what you need

yum install opensips opensips-mysql ... etc.

 

 

These might be older than the current debian packages (not sure), though
I've had no issues and if anything these are stable versions. I wish
opensips and the commonly sought after tools
(mediaproxy/cdrtool/rtpproxy/sems..etc) were better RH supported, though
dependencies are more the problem than the opensips packaging itself. I
suppose I can't complain...if it were THAT important to me I would build my
own updated rpm's and have them to share with you.

 

 Come to think of it...if I were to create a software and give it out for
free...I would only support what I created in the first place. With the
tools I used. If you want it differently, create it.

 

 

All the best.

 

Skyler.

 

 

 

On Mon, Jan 31, 2011 at 8:28 AM, Toyima Dias toyim...@gmail.com wrote:

Hello,

 

I've seen many information on how to install OpenSIPS in DEBIAN, but in my
case i need to install it on Red Hat, i've found some information but not
very well supported, i would like to have a very clean and stable
installation for a very large and stable production server, is there any
recommendations please?

Regards

 


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

 

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


[OpenSIPS-Users] Installing OpenSIPS on Red Hat

2011-01-31 Thread Toyima Dias
Hello,

I've seen many information on how to install OpenSIPS in DEBIAN, but in my
case i need to install it on Red Hat, i've found some information but not
very well supported, i would like to have a very clean and stable
installation for a very large and stable production server, is there any
recommendations please?

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


Re: [OpenSIPS-Users] Installing OpenSIPS on Red Hat

2011-01-31 Thread Adrian Georgescu
You should use Debian in production as the software is developed on Debian. If 
you use Redhat you will always be behind new developments or any bug fixes as 
there might be nobody porting them to Redhat.

Adrian

On Jan 31, 2011, at 5:28 PM, Toyima Dias wrote:

 Hello,
  
 I've seen many information on how to install OpenSIPS in DEBIAN, but in my 
 case i need to install it on Red Hat, i've found some information but not 
 very well supported, i would like to have a very clean and stable 
 installation for a very large and stable production server, is there any 
 recommendations please?
 Regards
 
 
 ___
 Users mailing list
 Users@lists.opensips.org
 http://lists.opensips.org/cgi-bin/mailman/listinfo/users

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


Re: [OpenSIPS-Users] Installing OpenSIPS on Red Hat

2011-01-31 Thread Jeff Pyle
Toyima,

Adrian is right.  We started on a CentOS infrastructure with Opensips.  It 
works, but it's a pain.  We're migrating to a complete Debian infrastructure.  
We started with Debian because of Opensips, Mediaproxy and CDRtool.  But now 
that we understand it we find it to be much more lightweight, configurable and 
just easier than CentOS and the other RedHat derivatives.

Is Debian better than CentOS?  Not the question, and not the point.  I can 
say in our experience it is far easier to manage Opensips-based systems in 
Debian than in CentOS.  Xen is a lot more flexible, too, and we've made great 
use of that with Opensips.


- Jeff

From: Adrian Georgescu a...@ag-projects.commailto:a...@ag-projects.com
Reply-To: OpenSIPS users mailling list 
users@lists.opensips.orgmailto:users@lists.opensips.org
Date: Mon, 31 Jan 2011 11:35:13 -0500
To: OpenSIPS users mailling list 
users@lists.opensips.orgmailto:users@lists.opensips.org
Subject: Re: [OpenSIPS-Users] Installing OpenSIPS on Red Hat

You should use Debian in production as the software is developed on Debian. If 
you use Redhat you will always be behind new developments or any bug fixes as 
there might be nobody porting them to Redhat.

Adrian

On Jan 31, 2011, at 5:28 PM, Toyima Dias wrote:

Hello,

I've seen many information on how to install OpenSIPS in DEBIAN, but in my case 
i need to install it on Red Hat, i've found some information but not very well 
supported, i would like to have a very clean and stable installation for a very 
large and stable production server, is there any recommendations please?

Regards

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

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


Re: [OpenSIPS-Users] Installing OpenSIPS on Red Hat

2011-01-31 Thread Toyima Dias
Yes i understand,

But the customer NEEDS to make this implementation on Red-Hat, don´t know
why :S customer things...like always :S


2011/1/31 Jeff Pyle jp...@fidelityvoice.com

  Toyima,

 Adrian is right.  We started on a CentOS infrastructure with Opensips.  It
 works, but it's a pain.  We're migrating to a complete Debian
 infrastructure.  We started with Debian because of Opensips, Mediaproxy and
 CDRtool.  But now that we understand it we find it to be much more
 lightweight, configurable and just easier than CentOS and the other RedHat
 derivatives.

 Is Debian better than CentOS?  Not the question, and not the point.  I
 can say in our experience it is far easier to manage Opensips-based systems
 in Debian than in CentOS.  Xen is a lot more flexible, too, and we've made
 great use of that with Opensips.


 - Jeff

 From: Adrian Georgescu a...@ag-projects.com
 Reply-To: OpenSIPS users mailling list users@lists.opensips.org
 Date: Mon, 31 Jan 2011 11:35:13 -0500
 To: OpenSIPS users mailling list users@lists.opensips.org
 Subject: Re: [OpenSIPS-Users] Installing OpenSIPS on Red Hat

  You should use Debian in production as the software is developed on
 Debian. If you use Redhat you will always be behind new developments or any
 bug fixes as there might be nobody porting them to Redhat.

 Adrian

  On Jan 31, 2011, at 5:28 PM, Toyima Dias wrote:

  Hello,

 I've seen many information on how to install OpenSIPS in DEBIAN, but in my
 case i need to install it on Red Hat, i've found some information but not
 very well supported, i would like to have a very clean and stable
 installation for a very large and stable production server, is there any
 recommendations please?

 Regards

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



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


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


Re: [OpenSIPS-Users] Installing OpenSIPS on Red Hat

2011-01-31 Thread Peter Lemenkov
2011/1/31 Toyima Dias toyim...@gmail.com:
 Thanks Peter,

 Could you provide more information please?

http://fedoraproject.org/wiki/EPEL


-- 
With best regards, Peter Lemenkov.

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


Re: [OpenSIPS-Users] Installing OpenSIPS on Red Hat

2011-01-31 Thread Skyler
Hi Adrian,

 Not sure if this is what yer after though I am a CentOS x86_64 admin and
this is what I did. I don't have trouble with 'translation' (CentOS/Debian)
so much, its the dependencies that were and are always a huge pain. Once
those were figured out, all was well and working. I found all the info I
needed from searching the list archive.

I started with...


vi /etc/yum.repos.d/epel-repository

## Copy and paste the below
[epel]
name=Extra Packages for Enterprise Linux 5 - $basearch
#baseurl=http://download.fedoraproject.org/pub/epel/5/$basearch
mirrorlist=
http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5arch=$basearch
failovermethod=priority
enabled=1
gpgcheck=1
gpgkey=http://mirror.its.dal.ca/pub/epel/RPM-GPG-KEY-EPEL


# get a complete list of all packages so you can pick/choose
yum search opensips

# Install what you need
yum install opensips opensips-mysql ... etc.


These might be older than the current debian packages (not sure), though
I've had no issues and if anything these are stable versions. I wish
opensips and the commonly sought after tools
(mediaproxy/cdrtool/rtpproxy/sems..etc) were better RH supported, though
dependencies are more the problem than the opensips packaging itself. I
suppose I can't complain...if it were THAT important to me I would build my
own updated rpm's and have them to share with you.

 Come to think of it...if I were to create a software and give it out for
free...I would only support what I created in the first place. With the
tools I used. If you want it differently, create it.


All the best.

Skyler.



On Mon, Jan 31, 2011 at 8:28 AM, Toyima Dias toyim...@gmail.com wrote:

 Hello,

 I've seen many information on how to install OpenSIPS in DEBIAN, but in my
 case i need to install it on Red Hat, i've found some information but not
 very well supported, i would like to have a very clean and stable
 installation for a very large and stable production server, is there any
 recommendations please?

 Regards


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


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


Re: [OpenSIPS-Users] Installing OpenSIPS on Red Hat

2011-01-31 Thread Brett Nemeroff
On Mon, Jan 31, 2011 at 10:28 AM, Toyima Dias toyim...@gmail.com wrote:

 Hello,

 I've seen many information on how to install OpenSIPS in DEBIAN, but in my
 case i need to install it on Red Hat, i've found some information but not
 very well supported, i would like to have a very clean and stable
 installation for a very large and stable production server, is there any
 recommendations please?

 Regards


Toyima,
If you are trying to install mediaproxy, then yes, Debian is the way to go.
With it's dependencies you'll be fighting to make it work for a while.

However, if you are just trying to get Opensips to run on Redhat.. Can't you
just compile from source? It's really not so advanced. Maybe I'm missing
something?

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


Re: [OpenSIPS-Users] Installing OpenSIPS on Red Hat

2011-01-31 Thread Dave Singer
Toyima,

I posted in the list last week on the thread multiple
use_media_proxy() calls my notes on getting media proxy installed on
centos 5.5.

To compile opensips just do the yum installs mentioned in that thread,
get the opensips source, unpack, compile and install according to docs
on install from source.
what I do after the yum installs and updates:

cd /usr/local/src/
wget http://opensips.org/pub/opensips/latest/src/opensips-1.6.4-tls_src.tar.gz;
tar -xzf opensips-1.6.?-tls_src.tar.gz
cd opensips-1.6.?-tls
# note: the -jnumber is the number of threads the compile can use. I
usually use one less than number of cores.
TLS=1 make -j3 prefix=/opt/opensips doc-prefix=/usr/local
man-prefix=/usr/local include_modules=db_mysql db_postgres install

A few months ago I also posted an init.d script for centos that does
double checking for problems (runs opensips with -c and runs it full
on localhost:2021 or some port) because -c only does syntax checking
and I got tired of restarting and it would fail when starting back up.
It also is set to use monit if it is installed and configured.

Dave

On Mon, Jan 31, 2011 at 11:23 AM, Brett Nemeroff br...@nemeroff.com wrote:
 On Mon, Jan 31, 2011 at 10:28 AM, Toyima Dias toyim...@gmail.com wrote:

 Hello,

 I've seen many information on how to install OpenSIPS in DEBIAN, but in my
 case i need to install it on Red Hat, i've found some information but not
 very well supported, i would like to have a very clean and stable
 installation for a very large and stable production server, is there any
 recommendations please?

 Regards

 Toyima,
 If you are trying to install mediaproxy, then yes, Debian is the way to go.
 With it's dependencies you'll be fighting to make it work for a while.
 However, if you are just trying to get Opensips to run on Redhat.. Can't you
 just compile from source? It's really not so advanced. Maybe I'm missing
 something?
 -Brett

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



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


[OpenSIPS-Users] Installing OpenSipS on CentOS

2010-07-05 Thread Dovid Bender
Hi all,

I have installed OpenSipS with quite ease on Debian servers. I used the book 
Building Telephony Systems with OpenSIPS 1.6 for help on installing it. There 
were clear instructions for how to set it up on Debian. When setting it up on 
CentOS it was a different story. There are a lot of issues with the packages 
needed for specific modules (which may be more of a CentOS issue), init scripts 
etc.

I would like to get together with some other users that have installed OpenSipS 
on CentOS so we can put all of our knowledge together and maybe adding it to 
the wiki. I was also thinking of creating a repo for packages that are needed 
for both OpenSipS and for it's modules.

What are your thoughts ?

Thanks.

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


Re: [OpenSIPS-Users] Installing OpenSipS on CentOS

2010-07-05 Thread Nick Brown
I don't think a separate repo is really necessary, if the dependencies can't be 
found in the CentOS Base repo, then they were available on Dag (Which, 
amusingly is offline at the moment). Replicating the packages is just going to 
result in data going stale.

Agreed though that it would be nice to see someone maintain OpenSIPS RPM's. We 
also faced some problems with the version of libconfuse we ran up, however I 
believe this was more so related to 32 vs 64 Bit issues.

Nick.


From: users-boun...@lists.opensips.org 
[mailto:users-boun...@lists.opensips.org] On Behalf Of Dovid Bender
Sent: Tuesday, 6 July 2010 9:28 AM
To: users@lists.opensips.org
Subject: [OpenSIPS-Users] Installing OpenSipS on CentOS

Hi all,

I have installed OpenSipS with quite ease on Debian servers. I used the book 
Building Telephony Systems with OpenSIPS 1.6 for help on installing it. There 
were clear instructions for how to set it up on Debian. When setting it up on 
CentOS it was a different story. There are a lot of issues with the packages 
needed for specific modules (which may be more of a CentOS issue), init scripts 
etc.

I would like to get together with some other users that have installed OpenSipS 
on CentOS so we can put all of our knowledge together and maybe adding it to 
the wiki. I was also thinking of creating a repo for packages that are needed 
for both OpenSipS and for it's modules.

What are your thoughts ?

Thanks.

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


Re: [OpenSIPS-Users] Installing OpenSipS on CentOS

2010-07-05 Thread Dovid Bender
Nick,

There are a few issues off the bat that I can think of.
1) For me at least the init scripts didn't work too well. I think they were 
more created and create better for Debian
2) Running around trying to figure out what the package translates to in CentOS 
or RHEL will make you go mad. The issue is not so much if it is in the CentOS 
repo or not (which is an issue in its self) but more what Perl calls xmlrpc-3 
what does CentOS cal it ?
3) The documentation over all is poor.

I was installing on a 32 bit systems and there were still issues. I did notice 
that there is: http://www.opensips.org/Resources/DocsTutRedhat5. which covers 
the basics but focus's on a specific design. It would be helpful if it were to 
be expanded and written out in detail (e.g. For all modules, issues that others 
using CentOS have faced etc.)

Dovid

  - Original Message - 
  From: Nick Brown 
  To: 'OpenSIPS users mailling list' 
  Sent: Tuesday, July 06, 2010 02:43
  Subject: Re: [OpenSIPS-Users] Installing OpenSipS on CentOS


  I don't think a separate repo is really necessary, if the dependencies can't 
be found in the CentOS Base repo, then they were available on Dag (Which, 
amusingly is offline at the moment). Replicating the packages is just going to 
result in data going stale.

   

  Agreed though that it would be nice to see someone maintain OpenSIPS RPM's. 
We also faced some problems with the version of libconfuse we ran up, however I 
believe this was more so related to 32 vs 64 Bit issues.

   

  Nick.

   

   

  From: users-boun...@lists.opensips.org 
[mailto:users-boun...@lists.opensips.org] On Behalf Of Dovid Bender
  Sent: Tuesday, 6 July 2010 9:28 AM
  To: users@lists.opensips.org
  Subject: [OpenSIPS-Users] Installing OpenSipS on CentOS

   

  Hi all,

   

  I have installed OpenSipS with quite ease on Debian servers. I used the book 
Building Telephony Systems with OpenSIPS 1.6 for help on installing it. There 
were clear instructions for how to set it up on Debian. When setting it up on 
CentOS it was a different story. There are a lot of issues with the packages 
needed for specific modules (which may be more of a CentOS issue), init scripts 
etc.

   

  I would like to get together with some other users that have installed 
OpenSipS on CentOS so we can put all of our knowledge together and maybe adding 
it to the wiki. I was also thinking of creating a repo for packages that are 
needed for both OpenSipS and for it's modules.

   

  What are your thoughts ?

   

  Thanks.

   

  Dovid



--


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


Re: [OpenSIPS-Users] installing opensips on Fedora 10 64bits

2010-04-01 Thread Bogdan-Andrei Iancu
Hi Franck,

I guess the xmlrpc library changed and this is why is not compiling 
anymore

I personally tried up to version 1.06.27 and still works.

So, you have 2 options:
1) use an rpm, but not newer than 1.06.27
2) compile from sources 0.9.10

Regards,
Bogdan

Madovsky wrote:
 well I tried first to install from yum
 version 1.14.8-2.fc10
 but the same, mi_xmlrpc doesn't compile
 maybe someone can clarify this problem ?
 Or maybe I can ignore mi_xmlrpc to make Opensips works as LB ?

 Thanks

 Franck

 - Original Message - 
 From: Andrew Pogrebennyk andrew.pogreben...@portaone.com
 To: OpenSIPS users mailling list users@lists.opensips.org
 Sent: Wednesday, March 31, 2010 3:42 PM
 Subject: Re: [OpenSIPS-Users] installing opensips on Fedora 10 64bits


   
 On 31.03.2010 22:39, Madovsky wrote:
 
 i found on rpmfind.net
 the 0.9.10 packages (xinian)
 as it doesn't exist for Fedora anymore
   
 0.9.10 may not work well with your environment (gcc version or 
 something). Try to install fresh version such as 1.06.31 from source; it 
 worked for me. However I couldn't get mi_xmlrpc to work with abyss 
 library supplied with the module. That's just my experience.

 -- 
 Sincerely,
 Andrew Pogrebennyk

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

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

   


-- 
Bogdan-Andrei Iancu
www.voice-system.ro


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


Re: [OpenSIPS-Users] installing opensips on Fedora 10 64bits

2010-04-01 Thread Madovsky
Ok Bogdan,

I will try it

Regards

Franck

- Original Message - 
From: Bogdan-Andrei Iancu bog...@voice-system.ro
To: OpenSIPS users mailling list users@lists.opensips.org
Sent: Thursday, April 01, 2010 7:21 AM
Subject: Re: [OpenSIPS-Users] installing opensips on Fedora 10 64bits


 Hi Franck,

 I guess the xmlrpc library changed and this is why is not compiling
 anymore

 I personally tried up to version 1.06.27 and still works.

 So, you have 2 options:
1) use an rpm, but not newer than 1.06.27
2) compile from sources 0.9.10

 Regards,
 Bogdan

 Madovsky wrote:
 well I tried first to install from yum
 version 1.14.8-2.fc10
 but the same, mi_xmlrpc doesn't compile
 maybe someone can clarify this problem ?
 Or maybe I can ignore mi_xmlrpc to make Opensips works as LB ?

 Thanks

 Franck

 - Original Message - 
 From: Andrew Pogrebennyk andrew.pogreben...@portaone.com
 To: OpenSIPS users mailling list users@lists.opensips.org
 Sent: Wednesday, March 31, 2010 3:42 PM
 Subject: Re: [OpenSIPS-Users] installing opensips on Fedora 10 64bits



 On 31.03.2010 22:39, Madovsky wrote:

 i found on rpmfind.net
 the 0.9.10 packages (xinian)
 as it doesn't exist for Fedora anymore

 0.9.10 may not work well with your environment (gcc version or
 something). Try to install fresh version such as 1.06.31 from source; it
 worked for me. However I couldn't get mi_xmlrpc to work with abyss
 library supplied with the module. That's just my experience.

 -- 
 Sincerely,
 Andrew Pogrebennyk

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


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




 -- 
 Bogdan-Andrei Iancu
 www.voice-system.ro


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


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


Re: [OpenSIPS-Users] installing opensips on Fedora 10 64bits

2010-04-01 Thread Tristan Mahé
Hi,

just a quick note to tell you that mi_xmlrpc works fine on FC11 64b.

svn rev: 6752 ( branch 1.6 ).

stock xmlrpc rpms:
xmlrpc-c-c++-1.16.6-2.1582.fc11.x86_64
xmlrpc-c-1.16.6-2.1582.fc11.x86_64
xmlrpc-c-devel-1.16.6-2.1582.fc11.x86_64
xmlrpc-c-client-1.16.6-2.1582.fc11.x86_64
xmlrpc-c-client++-1.16.6-2.1582.fc11.x86_64

Regards,

Gled

Le 01.04.2010 17:37, Madovsky a écrit :
 Ok Bogdan,

 I will try it

 Regards

 Franck

 - Original Message -
 From: Bogdan-Andrei Iancubog...@voice-system.ro
 To: OpenSIPS users mailling listusers@lists.opensips.org
 Sent: Thursday, April 01, 2010 7:21 AM
 Subject: Re: [OpenSIPS-Users] installing opensips on Fedora 10 64bits


 Hi Franck,

 I guess the xmlrpc library changed and this is why is not compiling
 anymore

 I personally tried up to version 1.06.27 and still works.

 So, you have 2 options:
 1) use an rpm, but not newer than 1.06.27
 2) compile from sources 0.9.10

 Regards,
 Bogdan

 Madovsky wrote:
 well I tried first to install from yum
 version 1.14.8-2.fc10
 but the same, mi_xmlrpc doesn't compile
 maybe someone can clarify this problem ?
 Or maybe I can ignore mi_xmlrpc to make Opensips works as LB ?

 Thanks

 Franck

 - Original Message -
 From: Andrew Pogrebennykandrew.pogreben...@portaone.com
 To: OpenSIPS users mailling listusers@lists.opensips.org
 Sent: Wednesday, March 31, 2010 3:42 PM
 Subject: Re: [OpenSIPS-Users] installing opensips on Fedora 10 64bits



 On 31.03.2010 22:39, Madovsky wrote:

 i found on rpmfind.net
 the 0.9.10 packages (xinian)
 as it doesn't exist for Fedora anymore

 0.9.10 may not work well with your environment (gcc version or
 something). Try to install fresh version such as 1.06.31 from source; it
 worked for me. However I couldn't get mi_xmlrpc to work with abyss
 library supplied with the module. That's just my experience.

 --
 Sincerely,
 Andrew Pogrebennyk

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


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




 --
 Bogdan-Andrei Iancu
 www.voice-system.ro


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


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

-- 
Cordialement,

**
* Tristan Mahé   *
* Télémaque - Service Voix   *
* Tel: +33 4.92.90.99.85 *
* Mob: +33 6.24.16.43.01 *
* Fax: +33 4.92.90.91.46 *
**

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


[OpenSIPS-Users] installing opensips on Fedora 10 64bits

2010-03-31 Thread Madovsky
Hi,

I would to experiment opensips as load balancing proxy
but the compile failed for xmlrpc-c :

In file included from mi_xmlrpc.c:40:
mi_xmlrpc.h:37: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before 
âenvâ
mi_xmlrpc.h:38: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before 
â*â token
In file included from mi_xmlrpc.c:41:
xr_writer.h:37: error: expected â)â before â*â token
xr_writer.h:38: error: expected â)â before â*â token
xr_writer.h:39: error: expected â)â before â*â token
xr_writer.h:40: error: expected â)â before â*â token
In file included from mi_xmlrpc.c:42:
xr_parser.h:36: error: expected â)â before â*â token
In file included from mi_xmlrpc.c:43:
xr_server.h:38: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before 
â*â token
xr_server.h:47: error: expected â)â before â*â token
mi_xmlrpc.c:50:26: error: xmlrpc_abyss.h: No such file or directory
mi_xmlrpc.c:68: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before 
âenvâ
mi_xmlrpc.c:69: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before 
â*â token
mi_xmlrpc.c:70: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before 
â*â token
mi_xmlrpc.c: In function âxmlrpc_processâ:
mi_xmlrpc.c:178: warning: implicit declaration of function âxmlrpc_env_initâ
mi_xmlrpc.c:178: error: âenvâ undeclared (first use in this function)
mi_xmlrpc.c:178: error: (Each undeclared identifier is reported only once
mi_xmlrpc.c:178: error: for each function it appears in.)
mi_xmlrpc.c:181: warning: implicit declaration of function 
âxmlrpc_server_abyss_init_registryâ
mi_xmlrpc.c:182: error: âregistryPâ undeclared (first use in this function)
mi_xmlrpc.c:182: warning: implicit declaration of function 
âxmlrpc_server_abyss_registryâ
mi_xmlrpc.c:196: error: âxmlrpc_server_abyss_rpc2_handlerâ undeclared (first 
use in this function)
mi_xmlrpc.c:201: error: âxmlrpc_server_abyss_default_handlerâ undeclared (first 
use in this function)
mi_xmlrpc.c:225: error: âxr_responseâ undeclared (first use in this function)
mi_xmlrpc.c:225: warning: implicit declaration of function âxmlrpc_build_valueâ
mi_xmlrpc.c:232: warning: implicit declaration of function âset_default_methodâ
mi_xmlrpc.c:245: warning: implicit declaration of function âxmlrpc_env_cleanâ
mi_xmlrpc.c:246: warning: implicit declaration of function âxmlrpc_DECREFâ


I have followed meticously the README, removed all xmlrpc-c from my system
and installed the 0.9.10 version of xmlrpc-c and xmlrpc-c-dev i586 since x86_64 
doesn't exist.

Any idea ?

Thanks

Franck


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


Re: [OpenSIPS-Users] installing opensips on Fedora 10 64bits

2010-03-31 Thread brianpocock

I had this problem today, are you installing xmlrpc from source or something
like yum?   
-- 
View this message in context: 
http://n2.nabble.com/installing-opensips-on-Fedora-10-64bits-tp4832428p4832822.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] installing opensips on Fedora 10 64bits

2010-03-31 Thread Madovsky
i found on rpmfind.net
the 0.9.10 packages (xinian)
as it doesn't exist for Fedora anymore

- Original Message - 
From: brianpocock briankeithja...@googlemail.com
To: users@lists.opensips.org
Sent: Wednesday, March 31, 2010 2:57 PM
Subject: Re: [OpenSIPS-Users] installing opensips on Fedora 10 64bits



 I had this problem today, are you installing xmlrpc from source or 
 something
 like yum?
 -- 
 View this message in context: 
 http://n2.nabble.com/installing-opensips-on-Fedora-10-64bits-tp4832428p4832822.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 


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


Re: [OpenSIPS-Users] installing opensips on Fedora 10 64bits

2010-03-31 Thread Andrew Pogrebennyk
On 31.03.2010 22:39, Madovsky wrote:
 i found on rpmfind.net
 the 0.9.10 packages (xinian)
 as it doesn't exist for Fedora anymore

0.9.10 may not work well with your environment (gcc version or 
something). Try to install fresh version such as 1.06.31 from source; it 
worked for me. However I couldn't get mi_xmlrpc to work with abyss 
library supplied with the module. That's just my experience.

-- 
Sincerely,
Andrew Pogrebennyk

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


Re: [OpenSIPS-Users] installing opensips on Fedora 10 64bits

2010-03-31 Thread Madovsky
well I tried first to install from yum
version 1.14.8-2.fc10
but the same, mi_xmlrpc doesn't compile
maybe someone can clarify this problem ?
Or maybe I can ignore mi_xmlrpc to make Opensips works as LB ?

Thanks

Franck

- Original Message - 
From: Andrew Pogrebennyk andrew.pogreben...@portaone.com
To: OpenSIPS users mailling list users@lists.opensips.org
Sent: Wednesday, March 31, 2010 3:42 PM
Subject: Re: [OpenSIPS-Users] installing opensips on Fedora 10 64bits


 On 31.03.2010 22:39, Madovsky wrote:
 i found on rpmfind.net
 the 0.9.10 packages (xinian)
 as it doesn't exist for Fedora anymore
 
 0.9.10 may not work well with your environment (gcc version or 
 something). Try to install fresh version such as 1.06.31 from source; it 
 worked for me. However I couldn't get mi_xmlrpc to work with abyss 
 library supplied with the module. That's just my experience.
 
 -- 
 Sincerely,
 Andrew Pogrebennyk
 
 ___
 Users mailing list
 Users@lists.opensips.org
 http://lists.opensips.org/cgi-bin/mailman/listinfo/users

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