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

2009-05-30 Thread Nathaniel L Keeling
I am trying to compile opensips on Solaris Sparc 10 and I am getting these errors: /usr/ccs/bin/as: "/var/tmp//ccXzM5OE.s", line 2650: error: cannot use v8plus instructions in a non-v8plus target binary /usr/ccs/bin/as: "/var/tmp//ccXzM5OE.s", line 2670: error: cannot use v8plus instructions in

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

2009-05-30 Thread Nathaniel L Keeling
ructions in a non-v8plus target binary /usr/ccs/bin/as: "/var/tmp//ccXzM5OE.s", line 2670: error: cannot use v8plus instructions in a non-v8plus target binary /usr/ccs/bin/as: "/var/tmp//ccXzM5OE.s", line 2699: error: cannot use v8plus instructions in a non-v8plus target

[OpenSIPS-Users] Compile Errors on Solaris 10

2009-05-31 Thread Nathaniel L Keeling
I am trying to compile opensips on Solaris 10 using gmake that comes with the installation and I am getting this error. I do not know why I am getting this error and any help would be appreciated. I am using gcc 3.4.6 that was installed as a package. Here is my PATH variable setting: PATH=/usr/

[OpenSIPS-Users] Compiling with TLS

2009-06-06 Thread Nathaniel L Keeling
I am trying to compile opensips on Solaris 10 with TLS and SCTP and I am getting this error: Compiling main.c gcc -g -O9 -funroll-loops -Wall -DNAME='"opensips"' -DVERSION='"1.5.1-tls"' -DARCH='"sparc64"' -DOS='"solaris"' -DCOMPILER='"gcc 3.4.6"' -D__CPU_sparc64 -D__OS_solaris -D__SMP_y

[OpenSIPS-Users] Registration and Loose-Route

2009-06-29 Thread Nathaniel L Keeling
I am new and need an explanation. I have installed opensips 1.5 with database support. I am trying to authenticate via the subscriber's table. Utilizing the sample config file and uncommenting the areas to allow authentication via database, I try to register a sip device. I have added a user us

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

2009-06-29 Thread Nathaniel L Keeling
n? can you attach your configuration file? you can use log function in the differents blocks of your configuration , in order to clarify your debug. best regards. Pancho. On Mon, Jun 29, 2009 at 9:06 PM, Nathaniel L Keeling mailto:keel...@akan-tech.com>> wrote: I am new and need an exp

[OpenSIPS-Users] Database Authentication Problem

2009-07-07 Thread Nathaniel L Keeling
I am having a problem with database authentication and would like some help. I have everything setup for the database and have added a user. The user was added using opensipsctl. The setting for the database is to not use plain text passwords. If I add the password to the database entry, the us

[OpenSIPS-Users] Opensip on Solaris

2012-08-09 Thread Nathaniel L Keeling
Hello, I would like to know if anybody has successfully ran Opensip on Solaris Sparc 64bit environment. We are a Solaris Sparc shop and would like to start providing VoIP services using open source software. Thanks Nathaniel ___ Users mailing lis

Re: [OpenSIPS-Users] Opensip on Solaris

2012-08-12 Thread Nathaniel L Keeling
nSIPS on SPARC with Solaris - this is a supported arch / distro. By any chance, if you have issues, let me know. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 08/10/2012 06:53 AM, Nathaniel L Keeling wrote: Hello, I would like to know if anyb

Re: [OpenSIPS-Users] Opensip on Solaris

2012-08-14 Thread Nathaniel L Keeling
/2012 7:28 AM, Bogdan-Andrei Iancu wrote: Hi Nathaniel, Instead of u_int32_t it should be uint32_t ? this a newly added module, so it may have Solaris compatibility issues. Regarding the linking error, the reference to getnstr() is the only error you get ? or there are other missing symbols a

[OpenSIPS-Users] Remote Database

2009-12-29 Thread Nathaniel L Keeling
Hello, I have installed postgresql on a different server then what opensips is installed on and would like to know which files or what would be the best method to initially create opensips database and tables on the remote database server. The instructions specify how to create the database lo

[OpenSIPS-Users] SEAS not Loading

2010-01-09 Thread Nathaniel L Keeling
Hello, I am trying to load the seas module and I am getting this error: ERROR:core:sr_load_module: could not open module : ld.so.1: opensips: fatal: relocation error: file /data/opensips/lib64/opensips/modules/seas.so: symbol dprintf: referenced symbol not found Is this error due to not abl

[OpenSIPS-Users] Core Dump

2010-02-18 Thread Nathaniel L Keeling
I have compiled opensips 1.6.1 on Solaris Sparc 10. I was able to compile successfully by adding the parameter "-mcpu=ultrasparc" to the "DEFS" compile time options in Makefile.defs, but when I execute opensips, it will die with a core dump. It does thru the loading of the modules ok but dies l

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 > mailto:keel...@akan-tech.com>> wrote: > &

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

2009-05-30 Thread Nathaniel L Keeling III
s the one shipped 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 > mailto:keel...@akan-tech.com>> wrote: > > I a

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

2009-07-03 Thread Nathaniel L Keeling III
ials, the proxy > answers with a 401 asking for auth; then the UAC should send a new > request containing the credentials. > > Regards, > Bogdan > > Nathaniel L Keeling wrote: > >> If there is no entry in the domain table, the it will error in the >> loose_ro

[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 -DM

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

2012-08-24 Thread Nathaniel L Keeling III
onfig 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 wit

[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. I

Re: [OpenSIPS-Users] RTPProxy Error

2012-09-18 Thread Nathaniel L Keeling III
gards, 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 cli

Re: [OpenSIPS-Users] RTPProxy Error

2012-09-27 Thread Nathaniel L Keeling III
odule=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 directory of the server that you have acce

Re: [OpenSIPS-Users] RTPProxy Error

2012-09-27 Thread Nathaniel L Keeling III
nSIPS Core 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 seco

[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 tha

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'.

[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 To: Bogdan-Andrei Iancu I used the source from svn and compiled using "make menuconfig" and

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

2013-01-21 Thread Nathaniel L Keeling III
l" ? I'm asking as by default opensips compiles with the debug symbols ... Regards, Bogdan-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-User

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 instruc

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 in

Re: [OpenSIPS-Users] Permission function causing Termination

2013-01-24 Thread Nathaniel L Keeling III
com On 01/23/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

[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

[OpenSIPS-Users] Opensips and Radius

2013-03-27 Thread Nathaniel L Keeling III
Nathaniel L Keeling ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

[OpenSIPS-Users] Invalid Bye Request

2013-04-22 Thread Nathaniel L Keeling III
it to the voicemail media server. Is there something else I am missing or any help would be appreciated. I would like to get valid Bye requests so I can account for them. Thanks Nathaniel L Keeling ___ Users mailing list Users@lists.opensip

Re: [OpenSIPS-Users] Invalid Bye Request

2013-04-23 Thread Nathaniel L Keeling III
not route in dialog, request with to tag that is non loose-routed"); sl_send_reply("486", "PC Load Letter"); exit; } Thanks Nathaniel Keeling On 4/23/13 4:15 AM, Vlad Paiu wrote: Hello, What is invalid for that particular BYE ? Is it the Route se

[OpenSIPS-Users] Accounting Invite Retransmissions and NATed Registrations

2013-04-30 Thread Nathaniel L Keeling III
Nathaniel L Keeling ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

[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 Keelin

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

2013-05-04 Thread Nathaniel L Keeling III
5/4/13 4:26 AM, Bogdan-Andrei Iancu wrote: Hello Nathaniel, 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 0

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

2013-05-05 Thread Nathaniel L Keeling III
ards, Bogdan-Andrei Iancu OpenSIPS Founder 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 use

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-16 Thread Nathaniel L Keeling III
ched is an extended 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

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

2013-05-17 Thread Nathaniel L Keeling III
7;s like you do not set the "p1" flag I tested and I with "p1" flag I get: May 17 14:05:03 [7944] DBG:registrar:pack_ci: xXx - flags are 10 Are you sure your script gets to the right save() ?? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensi

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

2013-05-21 Thread Nathaniel L Keeling III
] DBG:registrar:save_aux: xXx - flags bitmask is <0> May 21 23:39:15 OpenSips[14397]: [ID 269964 local1.debug] DBG:registrar:pack_ci: xXx - flags are 0 Thanks Nathaniel L Keeling On 5/20/13 11:56 AM, Bogdan-Andrei Iancu wrote: Hello Nathaniel, See the attached patch - it logs more from the part whe

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

2013-05-22 Thread Nathaniel L Keeling III
xlog("L_INFO", "INFO:callerid:$ci|end|The subscriber has successfully registered with Akan Voice"); exit; Is there a better way to validate? I am not sure of what else to check. Thanks Nathaniel L Keeling On 5/22/13 6:02 AM, Bogdan-Andrei Iancu wrote: Hi Nathani

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

2013-05-22 Thread Nathaniel L Keeling III
ne 767 May 22 17:39:11 [14757] CRITICAL:core:fix_expr: fix_actions error May 22 17:39:11 [14757] ERROR:core:main: failed to fix configuration with err code -1 Thanks Nathaniel L Keeling On 5/22/13 11:46 AM, Bogdan-Andrei Iancu wrote: Could you try : save("location","$((ff))") ? Do

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

2013-05-23 Thread Nathaniel L Keeling III
local1.debug] DBG:core:parse_headers: flags= Thanks Nathaniel L Keeling On 5/23/13 4:44 AM, Bogdan-Andrei Iancu wrote: Hello Nathaniel, My test was just to see if your opensips hits the fixup function for the flags - and it seems it does (the value I gave you is bogus, so it

[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 '/usr/local/src/opensips/opensips_2_1/menuc

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

2016-01-05 Thread Nathaniel L. Keeling III
' with '-lcurses' 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-solution

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-06 Thread Nathaniel L. Keeling III
ion sockaddr_union*)_su); \ ^ net/net_tcp.c:319:5: note: in expansion 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

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

2016-01-12 Thread Nathaniel L. Keeling III
f target type [-Wcast-align] _port_no = su_getport( (union sockaddr_union*)_su); \ ^ net/net_tcp.c:319:5: note: in expansion of macro 'get_su_info' get_su_info( servaddr, ip, port); ^ Makefile.rules:25: recipe for target 'net/net_tcp.o'

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

2016-01-12 Thread Nathaniel L. Keeling III
f target type [-Wcast-align] _port_no = su_getport( (union sockaddr_union*)_su); \ ^ net/net_tcp.c:319:5: note: in expansion of macro 'get_su_info' get_su_info( servaddr, ip, port); ^ Makefile.rules:25: recipe for target 'net/net_tcp.o' failed

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

2016-01-12 Thread Nathaniel L. Keeling III
Liviu, I got pass that error but it looks like the same type of error for UDP instead of TCP. Here is the output from the compile: Compiling net/net_udp.c In file included from net/../mem/mem.h:38:0, from net/../lock_alloc.h:54, from net/../locking.h:66,

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: net/../

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

2016-01-14 Thread Nathaniel L. Keeling III
Liviu, No problem, but it looks like the same patch. Also, do I need to un-apply the previous patch first or can I just apply the updated version? Thanks Nathaniel L Keeling On 1/14/16 3:40 AM, Liviu Chircu wrote: Updated the patch [1]. My bad! [1]: https://gist.github.com/liviuchircu

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

2016-01-16 Thread Nathaniel L. Keeling III
ror 1 Thanks Nathaniel On 1/15/16 3:26 AM, Liviu Chircu wrote: They'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-soluti

[OpenSIPS-Users] Extra Tables Creation Error

2016-01-18 Thread Nathaniel L. Keeling III
t; does not exist ERROR: Grant privileges to extra tables failed! I checked the database and neither the emergency_routing or the emergency_report tables were created. All other table creations seem to be ok. Thanks Nathaniel L Keeling ___ Users mailing list

Re: [OpenSIPS-Users] Extra Tables Creation Error

2016-01-19 Thread Nathaniel L. Keeling III
No. None of the those tables were created. Thanks Nathaniel L Keeling On 1/19/16 4:17 AM, Bogdan-Andrei Iancu wrote: Hi Nathaniel, Do you see the other "emergency" module related table (like emergency_report or emergency_service_provider) created ? Regards, Bogdan-Andrei Ianc

Re: [OpenSIPS-Users] Extra Tables Creation Error

2016-01-21 Thread Nathaniel L. Keeling III
Bogdan, That worked after pulling from GIT! Thanks Nathaniel L Keeling On 1/21/16 5:39 AM, Bogdan-Andrei Iancu wrote: Hi Nathaniel, Found the problem and I fixed it in GIT. Please update and give it a try. If you want a manual fix, here is the commit link: https://github.com/OpenSIPS

[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 "opensip

Re: [OpenSIPS-Users] Tables Missing Access Permissions

2016-01-26 Thread Nathaniel L. Keeling III
ps-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] 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 has_tota

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 implem

[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 [-Wcast

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

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
Could 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 co

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 http://lists.opensips.org/cg

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: LD_EXTRA_OPTS

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 h

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 compil

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

[OpenSIPS-Users] Opensips Postgresql Seq Create Error

2017-03-09 Thread Nathaniel L. Keeling III
; does not exist** **ERROR: relation "tls_mgm_id_seq" does not exist* INFO: Core OpenSIPS tables successfully created. Thanks Nathaniel L Keeling ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

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

2017-03-09 Thread Nathaniel L. Keeling III
Razvan, Yes, the tables were created. I didn't know if this was significant. Thanks Nathaniel L Keeling On 3/9/17 4:48 AM, Răzvan Crainea wrote: > Hi, Nathaniel! > > Desipte the error, are the location and the tls_mgm tables created? > > Best regards, > Răzvan Crain

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

2013-05-24 Thread Nathaniel L Keeling III
local1.debug] DBG:core:parse_headers: flags= Thanks Nathaniel L Keeling On 5/23/13 4:44 AM, Bogdan-Andrei Iancu wrote: Hello Nathaniel, My test was just to see if your opensips hits the fixup function for the flags - and it seems it does (the value I gave you is bogus, so it

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

2013-05-24 Thread Nathaniel L Keeling III
hanks 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 Ke

[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' g

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.

Re: [OpenSIPS-Users] Error on make menuconfig

2014-01-21 Thread Nathaniel L Keeling III
e 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 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 menu

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, >> >

Re: [OpenSIPS-Users] Core Dump

2010-02-21 Thread Nathaniel L Keeling III
or: cannot use v8plus instructions in a non-v8plus target binary /usr/ccs/bin/as: "/var/tmp//ccww7Koi.s", line 243: error: cannot use v8plus instructions in a non-v8plus target binary* I get the same error when compiling opensips 1.5 Thanks Nathaniel Bogdan-Andrei Ia

Re: [OpenSIPS-Users] Core Dump

2010-02-22 Thread Nathaniel L Keeling III
ambio.com wrote: Hello Bogdan, An ven., févr 19, 2010, Bogdan-Andrei Iancu schrieb: opensipsl...@encambio.com wrote: An jeu., févr 18, 2010, Nathaniel L Keeling schrieb: I have compiled opensips 1.6.1 on Solaris Sparc 10. I was able to compile successfully by addin

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 w

Re: [OpenSIPS-Users] Core Dump

2010-02-25 Thread Nathaniel L Keeling III
CH),sparc) >ifeq ($(shell uname -m),sun4u) >ARCH := sparc64 >endif >ifeq ($(shell uname -m),sun4v) > ARCH := sparc64 >endif >endif > >and recompile the whole stuff. > >Thanks and regards, >Bogdan > >Nathaniel L Keeling III wrot