Re: [OpenSIPS-Users] Opensips Postgresql Seq Create Error

2017-03-09 Thread Nathaniel L. Keeling III
t; OpenSIPS Solutions > www.opensips-solutions.com > On 03/09/2017 10:04 AM, Nathaniel L. Keeling III wrote: >> >> I am getting this error when initially creating the opensips >> database. I am using Opensips v 2.2 with Postgresql 9.2.6 on Centos 7 >> >> [root@sip_c

[OpenSIPS-Users] Opensips Postgresql Seq Create Error

2017-03-09 Thread Nathaniel L. Keeling III
I am getting this error when initially creating the opensips database. I am using Opensips v 2.2 with Postgresql 9.2.6 on Centos 7 [root@sip_core_proxy sbin]# ./opensipsdbctl create PGSQL password for postgres: INFO: creating database opensips ... *ERROR: relation "location_id_seq" does not

Re: [OpenSIPS-Users] Solaris Sparc Compile Error

2016-03-03 Thread Nathaniel L. Keeling III
:33 AM, Nathaniel L. Keeling III wrote: Razvan, When compiling version 1.8, it was not detecting the 64 bit properly which is why I added the variables. I will try building without any options set. As far as "sed" is concern, I have gsed version 4.2.2 installed which is what I thought

Re: [OpenSIPS-Users] Solaris Sparc Compile Error

2016-02-29 Thread Nathaniel L. Keeling III
help command, since I don't have access to a Solaris macine. All the other pastebin logs do not use the latest version, that's why they do not compile. Best regards, Răzvan On 02/29/2016 02:13 PM, Nathaniel L. Keeling III wrote: Razvan, Yes, setting LD_EXTRA_OPTS made it compile. I did a

Re: [OpenSIPS-Users] Solaris Sparc Compile Error

2016-02-29 Thread Nathaniel L. Keeling III
Razvan, Yes, setting LD_EXTRA_OPTS made it compile. I did a git pull and tried a few things and here are the results: I removed the env variables CFLAGS and CXXFLAGS and then set env variables CC_EXTRA_OPTS=-m64 and LD_EXTRA_OPTS=-m64. I then executed the compile from "make menuconfig" and

Re: [OpenSIPS-Users] Solaris Sparc Compile Error

2016-02-29 Thread Nathaniel L. Keeling III
Razvan, This is a 64bit Sparc running Solaris 10 64bit. I had to set these env variables to compile an earlier version of Opensips. CFLAGS=-m64 CXXFLAGS=-m64 Here is the pastebin link: http://pastebin.com/R3xD7550 Thanks Nathaniel On 2/29/16 3:15 AM, Răzvan Crainea wrote:

Re: [OpenSIPS-Users] Solaris Sparc Compile Error

2016-02-27 Thread Nathaniel L. Keeling III
Razvan, here is the pastebin link to the output: http://pastebin.com/W5JAdL3H Thanks Nathaniel On 2/26/16 4:34 AM, Răzvan Crainea wrote: make proper; NICER=0 make -j1 ___ Users mailing list Users@lists.opensips.org

Re: [OpenSIPS-Users] Solaris Sparc Compile Error

2016-02-26 Thread Nathaniel L. Keeling III
you please check again with the latest 2.1 git version? Best regards, Răzvan On 02/26/2016 11:12 AM, Nathaniel L. Keeling III wrote: Razvan, Here is the pastebin link: http://pastebin.com/ZZCr1gay Thanks Nathaniel On 2/26/16 2:44 AM, Răzvan Crainea wrote: Console output from compile

Re: [OpenSIPS-Users] Solaris Sparc Compile Error

2016-02-26 Thread Nathaniel L. Keeling III
Razvan, Here is the pastebin link: http://pastebin.com/ZZCr1gay Thanks Nathaniel On 2/26/16 2:44 AM, Răzvan Crainea wrote: Console output from compile. Thanks, Răzvan On 02/26/2016 10:32 AM, Nathaniel L. Keeling III wrote: Razvan, Sorry for my ignorance, but where is the build logs

Re: [OpenSIPS-Users] Solaris Sparc Compile Error

2016-02-26 Thread Nathaniel L. Keeling III
build logs on pastebin? Thanks, Răzvan On 02/26/2016 08:09 AM, Nathaniel L. Keeling III wrote: Hello, I am getting this compile error when compiling Opensips 2.1.2 on Solaris Sparc 10 64bit. net/net_tcp.c:269:4: note: in expansion of macro 'get_su_info' get_su_info( servaddr, ip, port

[OpenSIPS-Users] Solaris Sparc Compile Error

2016-02-25 Thread Nathaniel L. Keeling III
Hello, I am getting this compile error when compiling Opensips 2.1.2 on Solaris Sparc 10 64bit. net/net_tcp.c:269:4: note: in expansion of macro 'get_su_info' get_su_info( servaddr, ip, port); ^ net/../ip_addr.h:168:26: warning: cast increases required alignment of target type

Re: [OpenSIPS-Users] Topology Hiding Usage Question

2016-02-12 Thread Nathaniel L. Keeling III
ript is up to you - just be sure that topology_hiding() function must be called only for initial INVITE requests. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 11.02.2016 09:13, Nathaniel L. Keeling III wrote: Hello, I am im

[OpenSIPS-Users] Topology Hiding Usage Question

2016-02-10 Thread Nathaniel L. Keeling III
Hello, I am implementing the topology_hiding module and had a couple of questions. After reading the tutorial on topology hiding. it states that you use the topology_hiding_match() function to check for topology hiding. In the tutorial, this function is performed after performing the

Re: [OpenSIPS-Users] Tables Missing Access Permissions

2016-01-26 Thread Nathaniel L. Keeling III
ensips-solutions.com On 25.01.2016 05:38, Nathaniel L. Keeling III wrote: When starting Opensips 2.1, I am getting permissions errors on dr_carriers and dr_carriers_id_seq tables in Postgresql and Opensips errors. After checking the database, these tables were missing any

[OpenSIPS-Users] Tables Missing Access Permissions

2016-01-24 Thread Nathaniel L. Keeling III
When starting Opensips 2.1, I am getting permissions errors on dr_carriers and dr_carriers_id_seq tables in Postgresql and Opensips errors. After checking the database, these tables were missing any access permissions. Access privileges for database

Re: [OpenSIPS-Users] Extra Tables Creation Error

2016-01-21 Thread Nathaniel L. Keeling III
/opensips/commit/d9af15b70ed50b143e0ba5b27ff4a4b554ece28a Thanks and regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 19.01.2016 17:56, Nathaniel L. Keeling III wrote: No. None of the those tables were created. Thanks Nathaniel L Keeling On 1/19/16

Re: [OpenSIPS-Users] Extra Tables Creation Error

2016-01-19 Thread Nathaniel L. Keeling III
u OpenSIPS Founder and Developer http://www.opensips-solutions.com On 18.01.2016 21:38, Nathaniel L. Keeling III wrote: Hello, I was running the "opensipsdbctl create" to create the tables in postgresql 8.4 and received this error when creating the extra tables for Opensips 2.1

[OpenSIPS-Users] Extra Tables Creation Error

2016-01-18 Thread Nathaniel L. Keeling III
Hello, I was running the "opensipsdbctl create" to create the tables in postgresql 8.4 and received this error when creating the extra tables for Opensips 2.1: ERROR: relation "emergency_routing" does not exist ERROR: relation "emergency_routing_id_seq" does not exist ERROR: Grant

Re: [OpenSIPS-Users] MenuConfig Compile Fail on Solaris Sparc

2016-01-16 Thread Nathaniel L. Keeling III
're not the same. There's a double declaration slip-up that I edited out from the initial gist. And yes, you first need to un-apply the previous patch :) Liviu Chircu OpenSIPS Developer http://www.opensips-solutions.com On 15.01.2016 02:51, Nathaniel L. Keeling III wrote: Liviu, No pr

Re: [OpenSIPS-Users] MenuConfig Compile Fail on Solaris Sparc

2016-01-14 Thread Nathaniel L. Keeling III
/00bdc9bad3b750e8a265 Liviu Chircu OpenSIPS Developer http://www.opensips-solutions.com On 14.01.2016 08:45, Nathaniel L. Keeling III wrote: Liviu, I removed the previous change and applied the patch and here is the error that I got: Compiling net/net_udp.c In file included from net/../locking.h

Re: [OpenSIPS-Users] MenuConfig Compile Fail on Solaris Sparc

2016-01-13 Thread Nathaniel L. Keeling III
Liviu, I removed the previous change and applied the patch and here is the error that I got: Compiling net/net_udp.c In file included from net/../locking.h:66:0, from net/../statistics.h:143, from net/../pt.h:70, from net/net_udp.c:30:

Re: [OpenSIPS-Users] MenuConfig Compile Fail on Solaris Sparc

2016-01-12 Thread Nathaniel L. Keeling III
nsion of macro 'get_su_info' get_su_info( servaddr, ip, port); ^ Makefile.rules:25: recipe for target 'net/net_tcp.o' failed make: *** [net/net_tcp.o] Error 1 thanks nathaniel On 1/6/16 3:32 AM, Răzvan Crainea wrote: can you run 'NICER=0 make" Thanks, Răzvan Crainea OpenSIPS

Re: [OpenSIPS-Users] MenuConfig Compile Fail on Solaris Sparc

2016-01-12 Thread Nathaniel L. Keeling III
nsion of macro 'get_su_info' get_su_info( servaddr, ip, port); ^ Makefile.rules:25: recipe for target 'net/net_tcp.o' failed make: *** [net/net_tcp.o] Error 1 thanks nathaniel On 1/6/16 3:32 AM, Răzvan Crainea wrote: can you run 'NICER=0 make" Thanks, Răzvan Crainea OpenSIPS Solution

Re: [OpenSIPS-Users] MenuConfig Compile Fail on Solaris Sparc

2016-01-06 Thread Nathaniel L. Keeling III
port); ^ Makefile.rules:25: recipe for target 'net/net_tcp.o' failed make: *** [net/net_tcp.o] Error 1 thanks nathaniel On 1/6/16 3:32 AM, Răzvan Crainea wrote: can you run 'NICER=0 make" Thanks, Răzvan Crainea OpenSIPS Solutions www.opensips-solutions.com On 01/05/2016 07:55 PM, Nathanie

Re: [OpenSIPS-Users] MenuConfig Compile Fail on Solaris Sparc

2016-01-05 Thread Nathaniel L. Keeling III
No. The compile just stops. Thanks Nathaniel On 1/5/16 6:58 AM, Răzvan Crainea wrote: I doubt you are missing something on your side. Are there any other errors below that? Best regards, Răzvan Crainea OpenSIPS Solutions www.opensips-solutions.com On 01/05/2016 02:33 PM, Nathaniel L

Re: [OpenSIPS-Users] MenuConfig Compile Fail on Solaris Sparc

2016-01-05 Thread Nathaniel L. Keeling III
' in menuconfig/Makefile (line 8)? If that doesn't work, try 'LD_EXTRA_OPTS=-lcurses make menuconfig' and post the output. [1] https://gcc.gnu.org/ml/gcc-help/1999-11n/msg00020.html Best regards, Răzvan Crainea OpenSIPS Solutions www.opensips-solutions.com On 01/05/2016 07:18 AM, Nathaniel L. Keeling

[OpenSIPS-Users] MenuConfig Compile Fail on Solaris Sparc

2016-01-04 Thread Nathaniel L. Keeling III
I am trying to install Opensips 2.1 on Solaris Sparc 10 and I am getting this error when I perform "make menuconfig": # make menuconfig Usage: grep -hblcnsviw pattern file . . . /bin/sh: proto_: not found make -C menuconfig make[1]: Entering directory

Re: [OpenSIPS-Users] Error on make menuconfig

2014-01-21 Thread Nathaniel L Keeling III
libcurses replaced with libncurses - previously libcurses was just a sym link to libncurses but some newer OSs started to remove the libcurses link and just present the libncurses so. Best Regards, Vlad Paiu OpenSIPS Developer http://www.opensips-solutions.com On 16.01.2014 07:54, Nathaniel L

Re: [OpenSIPS-Users] Error on make menuconfig

2014-01-16 Thread Nathaniel L Keeling III
so. Best Regards, Vlad Paiu OpenSIPS Developer http://www.opensips-solutions.com On 16.01.2014 07:54, Nathaniel L Keeling III wrote: Hello, I am trying to upgrade to Opensips 1.10 on Solaris 10. I download the git source and ran the make menuconfig command and got this error. I had

[OpenSIPS-Users] Error on make menuconfig

2014-01-15 Thread Nathaniel L Keeling III
Hello, I am trying to upgrade to Opensips 1.10 on Solaris 10. I download the git source and ran the make menuconfig command and got this error. I had no problems with Opensips 1.8 when I ran make menuconfig. make[1]: Entering directory `/usr/local/src/opensips/opensips_1_10/menuconfig' gcc

Re: [OpenSIPS-Users] Registrar not saving received from Path header

2013-05-24 Thread Nathaniel L Keeling III
up with error). Could you try this new patch (remove old one) ? (of course, put back the p0 param ). Thanks and regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 05/23/2013 01:43 AM, Nathaniel L Keeling III wrote: Hello Bogdan, I am using

Re: [OpenSIPS-Users] Registrar not saving received from Path header

2013-05-24 Thread Nathaniel L Keeling III
for the help in troubleshooting this - I pushed the fix on repos (GIT and SVN), so now there are official - remove the patch I sent you and update from repo. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 05/24/2013 03:53 AM, Nathaniel L Keeling

Re: [OpenSIPS-Users] Registrar not saving received from Path header

2013-05-23 Thread Nathaniel L Keeling III
Hello Bogdan, The change that you did is now causing things to work. I have attached a snippet of the log file and I have listed the output from the extra debug lines from your patch within the email: May 23 09:31:28 OpenSips[23458]: [ID 197553 local1.error] SAVING THE SUBSCRIBER INTO THE

Re: [OpenSIPS-Users] Registrar not saving received from Path header

2013-05-22 Thread Nathaniel L Keeling III
indicates that you do not have the params or you are using the wrong config file. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 05/22/2013 08:22 AM, Nathaniel L Keeling III wrote: Hello Bogdan, Here is the output from the opensips log. I have also

Re: [OpenSIPS-Users] Registrar not saving received from Path header

2013-05-22 Thread Nathaniel L Keeling III
, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 05/22/2013 05:49 PM, Nathaniel L Keeling III wrote: Hello Bogdan, I have validated the script and that i am passing a parameter. I also changed the debug log statement that I displayed right before

Re: [OpenSIPS-Users] Registrar not saving received from Path header

2013-05-21 Thread Nathaniel L Keeling III
are handled . Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 05/18/2013 09:33 AM, Nathaniel L Keeling III wrote: Hello Bogdan, Here are snippets from my script. I only have one place where I execute the save function. Just wondering, could

Re: [OpenSIPS-Users] Registrar not saving received from Path header

2013-05-18 Thread Nathaniel L Keeling III
://www.opensips-solutions.com On 05/17/2013 09:37 AM, Nathaniel L Keeling III wrote: Hello Bogdan, I added the patch and here is what I found: OpenSips[4378]: [ID 269964 local1.debug] DBG:registrar:pack_ci: xXx - flags are 0. I have also included the log file. Thanks Nathaniel Keeling On 5/16

Re: [OpenSIPS-Users] Registrar not saving received from Path header

2013-05-17 Thread Nathaniel L Keeling III
patch - remove the old one and apply this one. Again look for any xXx logs . Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 05/14/2013 02:47 PM, Nathaniel L Keeling III wrote: Hello Bogdan, here is the output from opensips's og file

Re: [OpenSIPS-Users] Registrar not saving received from Path header

2013-05-14 Thread Nathaniel L Keeling III
Hello Bogdan, here is the output from opensips's og file of the save() with the patch and the code snippet from the opensips.cfg. I did not see any ant logs with xXx. Also,I have usrloc's db_mode set to 3. ## # Try to save

Re: [OpenSIPS-Users] Registrar not saving received from Path header

2013-05-05 Thread Nathaniel L Keeling III
and Developer http://www.opensips-solutions.com On 05/04/2013 08:11 PM, Nathaniel L Keeling III wrote: I am currently using version 1.8.2 of opensips. I am using this code on the registrar server, save(location,p0v), when the user is authenticated. The user is behind a firewall. The register request

Re: [OpenSIPS-Users] Registrar not saving received from Path header

2013-05-04 Thread Nathaniel L Keeling III
, See http://www.opensips.org/html/docs/modules/1.9.x/registrar.html#id248705 - this controls the PATH support in REGISTRAR module. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 05/04/2013 01:31 AM, Nathaniel L Keeling III wrote: Hello, I

[OpenSIPS-Users] Registrar not saving received from Path header

2013-05-03 Thread Nathaniel L Keeling III
the wrong value. Here is the Register request sent from the proxy to the registrar server and the output from the location table. REGISTER sip:my-sip-domain.com;transport=tcp SIP/2.0. Call-ID: 541d070a84f74ca6f61f68732d063d35@0:0:0:0:0:0:0:0. CSeq: 2 REGISTER. From: Nathaniel L Keeling III

[OpenSIPS-Users] Accounting Invite Retransmissions and NATed Registrations

2013-04-30 Thread Nathaniel L Keeling III
Hello, I have a couple of questions I would like to ask. First, I have a client that is sending the initial Invite twice and I would like to know how to detect this within the script? The dual invites are causing double accounting and other minor issue. Second, I have a scenario where I have

Re: [OpenSIPS-Users] Invalid Bye Request

2013-04-23 Thread Nathaniel L Keeling III
is invalid for that particular BYE ? Is it the Route set, or the To header ? Can you please post a SIP trace for such a call ? Best Regards, Vlad Paiu OpenSIPS Developer http://www.opensips-solutions.com On 04/23/2013 12:11 AM, Nathaniel L Keeling III wrote: Hello, I have a situation where my Bye

[OpenSIPS-Users] Invalid Bye Request

2013-04-22 Thread Nathaniel L Keeling III
Hello, I have a situation where my Bye requests are being flagged as invalid. What is occurring is that the Bye request is being sent, it is part of a dialog but it is non loose-route. I am not sure how to fix this. The To User is a valid SIP user but not registered, so I sent the invite to

[OpenSIPS-Users] Opensips and Radius

2013-03-27 Thread Nathaniel L Keeling III
I am trying to setup Opensips v1.8.2 for Freeradius v2.2.0 with radiusclient-ng v0.5.6 and I noticed several different versions of SIP dictionary. In freeradius, there is dictionary.openser, dictionary.opensips and dictionary.sip and on radiusclient-ng, dictionary.sip. I would like to know

[OpenSIPS-Users] Routing to Proxy Issue

2013-03-14 Thread Nathaniel L Keeling III
Hello, I would like to know if this routing is possible and if so how. I have a scenario where I have a opensips proxy that I want to use just to send requests to other opensips proxy witch would then process the request. Here is the scenario: client -- p1 -- p2 -- client -- p2. I have

Re: [OpenSIPS-Users] Routing to Proxy Issue

2013-03-14 Thread Nathaniel L Keeling III
the VIA hdr (so, to be skipped by replies), use the send() function for relaying the requests - be careful this is a stateless function, so no failure_route ! Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 03/14/2013 09:30 AM, Nathaniel L

Re: [OpenSIPS-Users] Permission function causing Termination

2013-01-24 Thread Nathaniel L Keeling III
/2013 06:02 AM, Nathaniel L Keeling III wrote: I changed the debug level to 1 and opensips did not terminate. I then increased the debug level, re-tested and opensips did not terminate until debug level = 4. Every debug level after that, opensips terminated and took a core dump. Thanks

Re: [OpenSIPS-Users] Fwd: Re: Permission function causing Termination

2013-01-22 Thread Nathaniel L Keeling III
Iancu wrote: Hi, Post the output of the bt full on pastebin.com, for example. Thanks, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 01/21/2013 10:31 PM, Nathaniel L Keeling III wrote: Hello, I downloaded the source from svn as instructed on the website

Re: [OpenSIPS-Users] Fwd: Re: Permission function causing Termination

2013-01-22 Thread Nathaniel L Keeling III
wrote: Does it crash running in debug=6 and debug=1 ? Could you try both please. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 01/22/2013 10:36 AM, Nathaniel L Keeling III wrote: I have placed the output of opensips log file and the backtrace

Re: [OpenSIPS-Users] Fwd: Re: Permission function causing Termination

2013-01-21 Thread Nathaniel L Keeling III
-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 01/19/2013 07:08 PM, Nathaniel L Keeling III wrote: Original Message Subject:Re: [OpenSIPS-Users] Permission function causing Termination Date: Sat, 19 Jan 2013 10:17:10 -0600 From

[OpenSIPS-Users] Fwd: Re: Permission function causing Termination

2013-01-19 Thread Nathaniel L Keeling III
Original Message Subject:Re: [OpenSIPS-Users] Permission function causing Termination Date: Sat, 19 Jan 2013 10:17:10 -0600 From: Nathaniel L Keeling III keel...@akan-tech.com To: Bogdan-Andrei Iancu bog...@opensips.org I used the source from svn

[OpenSIPS-Users] Permission function causing Termination

2013-01-18 Thread Nathaniel L Keeling III
Hello, I am using the permission module to validate the IP:PORT of an incoming request. When executing the check_address function, I am not getting a return from the function call and after 4 tries opensips crashes. I am running version 1.8.2 on solaris sparc 64. I have included the code that

Re: [OpenSIPS-Users] Permission function causing Termination

2013-01-18 Thread Nathaniel L Keeling III
Here is the output from the core dump. Four processes produced a dump and each one is just like this one. Should there be a symbol table available? If so, what do I need to do to get it? Core was generated by `../../sbin/opensips -P /var/run/opensips.pid -m 512 -M 4 -u root -g root -f /op'.

Re: [OpenSIPS-Users] RTPProxy Error

2012-09-27 Thread Nathaniel L Keeling III
] DBG:core:init_mod_child: type=CHILD, rank=3, module=tm Is there a list of the rtpproxies and their connections? If there is maybe, this is where the corruption is occurring? Thanks Nathaniel On 9/18/12 12:57 PM, Nathaniel L Keeling III wrote: Razvan, I have copied the log file in the home

Re: [OpenSIPS-Users] RTPProxy Error

2012-09-27 Thread Nathaniel L Keeling III
Developer http://www.opensips-solutions.com On 09/27/2012 11:55 AM, Nathaniel L Keeling III wrote: Razvan, This seems to occur when one client is Nat'ed and the other client has a public IP address. The client with the private IP, is established first and ok with rtpproxy. The second client

[OpenSIPS-Users] RTPProxy Error

2012-09-18 Thread Nathaniel L Keeling III
Hello, I am testing our new Opensips setup with SEMS and RTPProxy and I am seeing these errors in the log file. Client A and B are both natted. Client A calls client B. Client B is unavailable so call gets routed to SEMS for voicemail. I see this error on sending the 200 reply back to SEMS.

Re: [OpenSIPS-Users] RTPProxy Error

2012-09-18 Thread Nathaniel L Keeling III
, Razvan Crainea OpenSIPS Core Developer http://www.opensips-solutions.com On 09/18/2012 06:45 PM, Nathaniel L Keeling III wrote: Hello, I am testing our new Opensips setup with SEMS and RTPProxy and I am seeing these errors in the log file. Client A and B are both natted. Client A calls client B

Re: [OpenSIPS-Users] Menuconfig Error on Solaris Sparc

2012-08-24 Thread Nathaniel L Keeling III
tool on a solaris sparc machine, and we don't have access to one either, so it's hard to debug this. Regards, Vlad Paiu OpenSIPS Developer http://www.opensips-solutions.com On 08/23/2012 05:50 AM, Nathaniel L Keeling III wrote: Hello, Any updates on resolving this link error with menuconfig? I

[OpenSIPS-Users] Menuconfig Error on Solaris Sparc

2012-08-22 Thread Nathaniel L Keeling III
Hello, Any updates on resolving this link error with menuconfig? I do have libncurses.so.5.9 library installed and libcurses.so.1 installed. # make menuconfig cd menuconfig; make ; cd - make[1]: Entering directory `/usr/local/src/opensips/opensips_1_8/menuconfig' gcc -o configure -g -Wall

Re: [OpenSIPS-Users] Core Dump

2010-02-25 Thread Nathaniel L Keeling III
Nathaniel L Keeling III wrote: Here is the output from the commands: # uname -p sparc # uname -m sun4u # Thanks Nathaniel Bogdan-Andrei Iancu wrote: Please run in shell uname -p and uname -m and post here the output. Thanks and regards, Bogdan Nathaniel L Keeling III wrote

Re: [OpenSIPS-Users] Core Dump

2010-02-22 Thread Nathaniel L Keeling III
Bogdan, Please explain what I am doing wrong. From what I am understanding, I should be able to issue the make command and everything should compile ok, but when I do, I get errors and a unsuccessful compile. When I add the option -mcpu=ultrasparc I get a successful compile. I have included

Re: [OpenSIPS-Users] Core Dump

2010-02-22 Thread Nathaniel L Keeling III
Here is the output from the commands: # uname -p sparc # uname -m sun4u # Thanks Nathaniel Bogdan-Andrei Iancu wrote: Please run in shell uname -p and uname -m and post here the output. Thanks and regards, Bogdan Nathaniel L Keeling III wrote: Bogdan, this is the error that I get when

Re: [OpenSIPS-Users] Core Dump

2010-02-21 Thread Nathaniel L Keeling III
Bogdan, this is the error that I get when I do not add that option: gcc -g -O9 -funroll-loops -Wall -DNAME='opensips' -DVERSION='1.6.1-notls' -DARCH='sparc64' -DOS='solaris' -DCOMPILE R='gcc 3.4.6' -D__CPU_sparc64 -D__OS_solaris -D__SMP_yes

Re: [OpenSIPS-Users] SEAS not Loading

2010-02-12 Thread Nathaniel L Keeling III
I am using opensips 1.5 and Solaris Sparc 10 Thanks Nathaniel Bogdan-Andrei Iancu wrote: Hi Nathaniel, What version of opensips are you trying and what OS you are running on ? Regards, Bogdan Nathaniel L Keeling wrote: Hello, I am trying to load the seas module and I am getting this

Re: [OpenSIPS-Users] Registration and Loose-Route

2009-07-03 Thread Nathaniel L Keeling III
Bogdan, Does this mean that the statement uri==myself will only be true when the domain table has an entry matching the sip server FQDN? Thanks Nathaniel Bogdan-Andrei Iancu wrote: Hi Nathaniel, OpenSIPs gives you the 403 as it does not recognize itself in the Route hdr of the REGISTER.

Re: [OpenSIPS-Users] Error Compiling OpenSIPS on Solaris Sparc 10

2009-05-30 Thread Nathaniel L Keeling III
I a using gcc version 3.4.6 Sergio Gutierrez wrote: Hi Nathaniel. Pleas provide us the version of GCC you are using; Best regards. Sergio On Sat, May 30, 2009 at 2:25 PM, Nathaniel L Keeling keel...@akan-tech.com mailto:keel...@akan-tech.com wrote: I am trying to compile

Re: [OpenSIPS-Users] Error Compiling OpenSIPS on Solaris Sparc 10

2009-05-30 Thread Nathaniel L Keeling III
with Solaris 10, or another package? Are you defining any value for CFLAGS or LDFLAGS at compilation time? Regards. Sergio On Sat, May 30, 2009 at 4:28 PM, Nathaniel L Keeling III keel...@akan-tech.com mailto:keel...@akan-tech.com wrote: I a using gcc version 3.4.6 Sergio