Re: [OpenSIPS-Users] Questions about initial setup

2014-05-29 Thread Kurtis Heimerl
Just wanted say that the "alias=" line worked perfectly. Thanks so much for
your help brett.


On Fri, May 23, 2014 at 11:58 PM, Brett Nemeroff  wrote:

> Try just:
>
> alias=domain.com
>
> http://www.opensips.org/Documentation/Script-CoreParameters-1-9#toc26
>
> Note that there are some tricks you normally have to do to make EC2 work.
> You are not learning the easy way :)
>
> Check out this thread for some pointers:
> http://lists.opensips.org/pipermail/users/2010-April/012367.html
>
>
>
> On Sat, May 24, 2014 at 12:45 AM, Kurtis Heimerl 
> wrote:
>
>> This totally makes sense! Thanks so much. Due to the intricacies of our
>> design (ec2 in action) the automatic alias detection isn't working (it gets
>> the name from the local DNS which isn't routable externally). How do I get
>> it to know that "myself" is a certain domain name? I set SIP_DOMAIN in the
>> configuration, that didn't seem to change anything.
>>
>> Thanks again!
>>
>>
>> On Fri, May 23, 2014 at 9:59 PM, Brett Nemeroff 
>> wrote:
>>
>>> Well the thing is.. if you are a registrar and users are registering to
>>> your domain name like 1...@domain.com.. Then your server needs to know
>>> it is domain.com else when it hits this block (if you kept it from the
>>> examples):
>>>
>>> if (!uri==myself) {
>>> append_hf("P-hint: outbound\r\n");
>>> route(relay);
>>> }
>>>
>>> The call will attempt to be relayed.. and if the domain IS actually
>>> pointing to yourself.. well SURPRISE, you have a loop again.
>>>
>>> so "myself" means that the domain IS a valid alias..
>>>
>>> (this is the short answer)
>>>
>>> Remember, the LISTEN is what IP it'll get packets on.. regardless of
>>> domain name.. used in the signaling.
>>>  -Brett
>>>
>>>
>>>
>>> On Fri, May 23, 2014 at 8:07 PM, Kurtis Heimerl 
>>> wrote:
>>>
 Getting back on this horse, what do you mean "alias setup". There seem
 to be two different aliases: one for users (x@y -> 1000@foo) and one
 for the service itself:

 Restarting opensips: opensipsListening on
  udp: 192.168.0.0.1 [192.168.0.0.1]:5060
 Aliases:
  udp: x.y.server.name:5060

 Which of these need to be configured for the server to work as a
 registrar? The former seems easy enough, but doesn't make a lot of sense
 architecturally. The second makes a lot more sense, but I can't find how to
 add another alias (that one is auto detected).

 Thanks again!


 On Thu, May 15, 2014 at 11:41 AM, Brett Nemeroff 
 wrote:

> So OpenSIPs doesn't do anything on it's own. If you just downloaded,
> and compiled... I can say with like 99% certainty it's not going to do 
> what
> you want. It's just a toolkit.
>
> For example, if your config doesn't explicitly check the register to
> see if it's valid, it's not doing it.
>
> The sample config i think has some of these bits littered around it..
> Maybe you don't have your alias setup right in which case it would try to
> relay it.
>
>
> On Thu, May 15, 2014 at 12:46 PM, Kurtis Heimerl 
> wrote:
>
>> This makes *a lot* of sense. Thanks!I expected the SIP REGISTER to be
>> terminated at the instance rather than forwarded as I had that user/pw
>> combo in the subscribers table. I assume it doesn't do that by default I
>> have to add a command to the routing logic to do that? Or, 
>> architecturally,
>> should I just forward that request anyhow?
>>
>> Thanks!
>>
>>
>> On Thu, May 15, 2014 at 2:11 AM, Brett Nemeroff 
>> wrote:
>>
>>> Normally this means that you haven't actually done anything with the
>>> call, but you are t_relaying it out.
>>>
>>> In other words, the RURI was destined for your opensips box.. That's
>>> how it got there.. it hit opensips, then you sent it back out.. But you
>>> never adjusted the RURI to point to the next hop by either changing the
>>> request user part or domain part. So it sends it back to itself 
>>> (loopback)
>>> until Max-Forwards expires and returns the 483.
>>>
>>> If you remove the 483 check, you get a massive loop on the loopback
>>> interface until you start to kill server resources, which gave you the 
>>> 408.
>>>
>>> Be sure you are actually doing some change to the message before you
>>> send it back out. Try to xlog the r-uri before you t_relay() like this:
>>>
>>> xlog("L_INFO","Sending call out to $ru");
>>>
>>> If you watch sip traffic on your loopback interface, you'll see what
>>> all the madness is about.. I don't really recommend it, since it very
>>> quickly will consume your terminal, but you'll at least understand what
>>> exactly is happening..
>>>
>>> Good luck!
>>> -Brett
>>>
>>>
>>>
>>> On Wed, May 14, 2014 at 8:36 PM, Kurtis Heimerl >> > wrote:
>>>

Re: [OpenSIPS-Users] OpenSIPS Load Balancer and OpenIMS integration

2014-05-29 Thread ag
Your questions make no sense, this is nobody is answering them.

Adrian

On 29 May 2014, at 17:20, Kaan Dandin  wrote:

>  
> Hi Bogdan,
>  
> Previously, I have asked some questions to you about OpenSIPS and OpenIMS 
> integration.
>  
>  
> My last situation is as following. I have shared it also with OpenIMS 
> workgroup.
> Could you please help me about this problem?
>  
> BR,
> Kaan
>  
> 
> Kime: openimscore-us...@lists.berlios.de
>  
> Hi all,
>  
> I am building a test environment using OpenSIPS and OpenIMS.
>  
> As first step, I have successfuly installed OpenIMS and able to make 
> registrations and start calls from Monster client.
>  
> As second step, I am  puttting OpenSIPS as load balancer between the IMS 
> client and OpenIMS P-CSCF’s  .
>  
> I have installed OpenSIPS and “OpenSIPS Control Panel” successfully.
>  
> I have inserted the configuration to dispatcher module  from OpenSIPS Control 
> Panel .
>  
>  
> I can successfuly register to OpenIMS through OpenSIPS dispatcher module.
> 
> 
> But when I try to make a call with Invite message after registration through 
> OpenSIPS,
> I get “403 Forbidden Not registered” error.
>  
>  
> I have found a  thread in OpenIMS mailing group with a similar problem .
> Could you please help me if there are any solution addressed for this issue 
> until now.
>  
> http://lists.berlios.de/pipermail/openimscore-cscf/2010-January/001972.html
>  
>  
>  
> Error message coming from P-CSCF is following although the user is already 
> successfully registered.
>  
> No. TimeSourceDestination   Protocol Info
> 415 220.825115  192.168.2.1   192.168.2.141 SIP  
> Status: 403 Forbidden - Not Registered! You must register first with a S-CSCF
>  
>  
> Frame 415 (735 bytes on wire, 735 bytes captured)
> Ethernet II, Src: Vmware_27:3f:bb (00:0c:29:27:3f:bb), Dst: Vmware_22:e0:4c 
> (00:0c:29:22:e0:4c)
> Destination: Vmware_22:e0:4c (00:0c:29:22:e0:4c)
> Address: Vmware_22:e0:4c (00:0c:29:22:e0:4c)
>  ...0     = IG bit: Individual address (unicast)
>  ..0.     = LG bit: Globally unique address 
> (factory default)
> Source: Vmware_27:3f:bb (00:0c:29:27:3f:bb)
> Address: Vmware_27:3f:bb (00:0c:29:27:3f:bb)
>  ...0     = IG bit: Individual address (unicast)
>  ..0.     = LG bit: Globally unique address 
> (factory default)
> Type: IP (0x0800)
> Internet Protocol, Src: 192.168.2.1 (192.168.2.1), Dst: 192.168.2.141 
> (192.168.2.141)
> Version: 4
> Header length: 20 bytes
> Differentiated Services Field: 0x10 (DSCP 0x04: Unknown DSCP; ECN: 0x00)
> Total Length: 721
> Identification: 0x (0)
> Flags: 0x04 (Don't Fragment)
> Fragment offset: 0
> Time to live: 64
> Protocol: UDP (0x11)
> Header checksum: 0xb22d [correct]
> Source: 192.168.2.1 (192.168.2.1)
> Destination: 192.168.2.141 (192.168.2.141)
> User Datagram Protocol, Src Port: sip (5060), Dst Port: sip (5060)
> Source port: sip (5060)
> Destination port: sip (5060)
> Length: 701
> Checksum: 0x3853 [correct]
> Session Initiation Protocol
> Status-Line: SIP/2.0 403 Forbidden - Not Registered! You must register 
> first with a S-CSCF
> Status-Code: 403
> [Resent Packet: False]
> Message Header
> Call-ID: a6f55ffd6540b7c6f70d03d6eb1ceb5f@192.168.2.10
> CSeq: 182 INVITE
> From: ;tag=1219
> SIP from address: sip:al...@open-ims.test
> SIP tag: 1219
> To: ;tag=9ad9f37f74332c1e2a4045522a5bab87.f34e
> SIP to address: sip:b...@open-ims.test
> SIP tag: 9ad9f37f74332c1e2a4045522a5bab87.f34e
> Via: SIP/2.0/UDP 
> 192.168.2.141:5060;branch=z9hG4bKe935.85ea0cd2.0;rport=5060
> Via: SIP/2.0/UDP 
> 192.168.2.10:5062;branch=z9hG4bK1240af306e6063ca2275658fb7f8b4f9
> Server: Sip EXpress router (2.1.0-dev1 OpenIMSCore (i386/linux))
> Content-Length: 0
> Warning: 392 192.168.2.1:5060 "Noisy feedback tells:  pid=12954 
> req_src_ip=192.168.2.141 req_src_port=5060 in_uri=sip:b...@open-ims.test 
> out_uri=sip:b...@open-ims.test via_cnt==2"
>  
> Previous thread is following:
> [OpenIMSCore-CSCF] !P_is_registered()
> 
> "Martínez García, Rebeca" remartinez at indra.es 
> Tue Jan 19 13:54:05 CET 2010
> Previous message: [OpenIMSCore-CSCF] !P_is_registered()
> Next message: [OpenIMSCore-CSCF] p-cscf crash on: FIFO open for read failed > 
> Too many open files
> Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Hello Franz,
> 
> I was not aware of these initiatives and, as I have been following TISPAN 
> recommendations all the time, I took a look at TS 182 025. 
> Nevertheless, we are not trying to implement a NGCN but to only develop a 
> CNG. I will explain myself:
> 
> We had OpenIMSCore installed in 4 servers perfec

[OpenSIPS-Users] Fw: OpenSIPS Load Balancer and OpenIMS integration

2014-05-29 Thread Kaan Dandin
 
Hi Bogdan,
 
Previously, I have asked some questions to you about OpenSIPS and OpenIMS 
integration.
 
 
My last situation is as following. I have shared it also with OpenIMS 
workgroup. 
Could you please help me about this problem?
 
BR,
Kaan



Kime: openimscore-us...@lists.berlios.de

Hi all,


I am building a test  environment using 
OpenSIPS and  OpenIMS.

As first step, I have successfuly installed 
 OpenIMS and able to make  registrations 
and start calls from  Monster client.

As second step, I am  puttting  OpenSIPS as 
load balancer between the IMS client and  
OpenIMS P-CSCF’s  .

I have installed OpenSIPS  and “OpenSIPS 
Control Panel”   successfully.

I have inserted the  configuration to 
dispatcher module  from OpenSIPS Control Panel .


I can successfuly register to OpenIMS throughOpenSIPS dispatcher 
module.



But when I try to make a call with Invite messageafter registration 
through OpenSIPS,
I get “403 Forbidden Notregistered” error.
 
 
I have found a  thread in OpenIMS mailing group with a similar problem .
Could you please help me if there are any solution addressed for this issue 
until now.
 
http://lists.berlios.de/pipermail/openimscore-cscf/2010-January/001972.html
 
 
 
Error message coming from P-CSCF is following although the user is already 
successfully registered.
 
No. Time    Source    Destination   Protocol Info
    415 220.825115  192.168.2.1   192.168.2.141 SIP  
Status: 403 Forbidden - Not Registered! You must register first with a S-CSCF

Frame 415 (735 bytes on wire, 735 bytes captured)
Ethernet II, Src: Vmware_27:3f:bb (00:0c:29:27:3f:bb), Dst: Vmware_22:e0:4c 
(00:0c:29:22:e0:4c)
    Destination: Vmware_22:e0:4c (00:0c:29:22:e0:4c)
    Address: Vmware_22:e0:4c (00:0c:29:22:e0:4c)
     ...0     = IG bit: Individual address (unicast)
     ..0.     = LG bit: Globally unique address 
(factory default)
    Source: Vmware_27:3f:bb (00:0c:29:27:3f:bb)
    Address: Vmware_27:3f:bb (00:0c:29:27:3f:bb)
     ...0     = IG bit: Individual address (unicast)
     ..0.     = LG bit: Globally unique address 
(factory default)
    Type: IP (0x0800)
Internet Protocol, Src: 192.168.2.1 (192.168.2.1), Dst: 192.168.2.141 
(192.168.2.141)
    Version: 4
    Header length: 20 bytes
    Differentiated Services Field: 0x10 (DSCP 0x04: Unknown DSCP; ECN: 0x00)
    Total Length: 721
    Identification: 0x (0)
    Flags: 0x04 (Don't Fragment)
    Fragment offset: 0
    Time to live: 64
    Protocol: UDP (0x11)
    Header checksum: 0xb22d [correct]
    Source: 192.168.2.1 (192.168.2.1)
    Destination: 192.168.2.141 (192.168.2.141)
User Datagram Protocol, Src Port: sip (5060), Dst Port: sip (5060)
    Source port: sip (5060)
    Destination port: sip (5060)
    Length: 701
    Checksum: 0x3853 [correct]
Session Initiation Protocol
    Status-Line: SIP/2.0 403 Forbidden - Not Registered! You must register 
first with a S-CSCF
    Status-Code: 403
    [Resent Packet: False]
    Message Header
    Call-ID: a6f55ffd6540b7c6f70d03d6eb1ceb5f@192.168.2.10
    CSeq: 182 INVITE
    From: ;tag=1219
    SIP from address: sip:al...@open-ims.test
    SIP tag: 1219
    To: ;tag=9ad9f37f74332c1e2a4045522a5bab87.f34e
    SIP to address: sip:b...@open-ims.test
    SIP tag: 9ad9f37f74332c1e2a4045522a5bab87.f34e
    Via: SIP/2.0/UDP 
192.168.2.141:5060;branch=z9hG4bKe935.85ea0cd2.0;rport=5060
    Via: SIP/2.0/UDP 
192.168.2.10:5062;branch=z9hG4bK1240af306e6063ca2275658fb7f8b4f9
    Server: Sip EXpress router (2.1.0-dev1 OpenIMSCore (i386/linux))
    Content-Length: 0
    Warning: 392 192.168.2.1:5060 "Noisy feedback tells:  pid=12954 
req_src_ip=192.168.2.141 req_src_port=5060 in_uri=sip:b...@open-ims.test 
out_uri=sip:b...@open-ims.test via_cnt==2"


Previous thread is following:
[OpenIMSCore-CSCF] !P_is_registered()"Martínez García, Rebeca" remartinez at 
indra.es 
Tue Jan 19 13:54:05 CET 2010 
* Previous message: [OpenIMSCore-CSCF] !P_is_registered() 
* Next message: [OpenIMSCore-CSCF] p-cscf crash on: FIFO open for read 
failed > Too many open files 
* Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] 


 
Hello Franz, I was not aware of these initiatives and, as I have been following 
TISPAN recommendations all the time, I took a look at TS 182 025. 
Nevertheless, we are not trying to implement a NGCN but to only d

Re: [OpenSIPS-Users] Registration stale nonce

2014-05-29 Thread Bogdan-Andrei Iancu
If there is a stale indication in the challenge sent to Linksys and 
there is no retry -> it is Linksys's fault; If there is not "stale" 
indication in the reply -> opensips's fault.


Regards,

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

On 29.05.2014 14:09, Alexander Mustafin wrote:

Hi, Bogdan. Thanks for reply.

You’re right! But now, I’ve seen «Failed» status on Linksys, and it 
trying to re-authenticate over and over. Maybe, this problem related 
with other reasons. I will sniffing traffic…


Best regards,
Alexander Mustafin
mustafin.aleksa...@gmail.com 




29 мая 2014 г., в 16:51, Bogdan-Andrei Iancu > написал(а):



Hi Alexander,

"Stale nonce" is not an error actually - it means the nonce is no 
more valid . This may happen because:

- it is expired
- it was reused by UAC for more than one auth

If OpenSIPS detects such a case, it sends a new challenge with a new 
nonce (and state indicator) - the UAC must simply re-authenticate 
with no problem


Regards,
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com
On 29.05.2014 13:34, Alexander Mustafin wrote:

Hello!

I’ve many problems with registered user. Their registrations 
periodically failed with error: «Stale nonce».

Why this happens? Buggy clients (I use Linksys and Cisco adapters)?

What I need to do? If I increase this time, or disable check_nonce - 
is this very dangerous?


Now, I’m use default value: modparam("auth", "nonce_expire", 30).

Best regards,
Alexander Mustafin
mustafin.aleksa...@gmail.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] Registration stale nonce

2014-05-29 Thread Bogdan-Andrei Iancu

Hi Alexander,

"Stale nonce" is not an error actually - it means the nonce is no more 
valid . This may happen because:

- it is expired
- it was reused by UAC for more than one auth

If OpenSIPS detects such a case, it sends a new challenge with a new 
nonce (and state indicator) - the UAC must simply re-authenticate with 
no problem


Regards,

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

On 29.05.2014 13:34, Alexander Mustafin wrote:

Hello!

I’ve many problems with registered user. Their registrations 
periodically failed with error: «Stale nonce».

Why this happens? Buggy clients (I use Linksys and Cisco adapters)?

What I need to do? If I increase this time, or disable check_nonce - 
is this very dangerous?


Now, I’m use default value: modparam("auth", "nonce_expire", 30).

Best regards,
Alexander Mustafin
mustafin.aleksa...@gmail.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] Load balance based on source IP

2014-05-29 Thread Bogdan-Andrei Iancu
You can make this more efficient by using the permission module with the 
"address" table - put your ips in there, put the LN group as context for 
the IP - and you can use the check_source_address() -> this will return 
the context too.


The advantage is that the address table in cached in memory, so you do 
not have any runtime db query.


Regards,

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

On 29.05.2014 11:30, Schneur Rosenberg wrote:


The way I did it, was to create a table of the ip's and which group it 
should use, every call does a db query, it may put a strain on the db 
if there is lots of calls, let me know if you have a better solution


On May 29, 2014 10:28 AM, "Muhammad Naseer Bhatti" > wrote:



Hi, I am using load balancer module to load balance traffic to a
group of media servers. Can I perform my load balancing based on
source IP address without using the dispatcher module? It's like
if the request comes from a certain IP address, I want it to be
routed to a different group of media servers?


-- 
Muhammad Naseer Bhatti

Sent with Airmail

___
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


[OpenSIPS-Users] Registration stale nonce

2014-05-29 Thread Alexander Mustafin
Hello!

I’ve many problems with registered user. Their registrations periodically 
failed with error: «Stale nonce».
Why this happens? Buggy clients (I use Linksys and Cisco adapters)?

What I need to do? If I increase this time, or disable check_nonce - is this 
very dangerous?

Now, I’m use default value: modparam("auth", "nonce_expire", 30).

Best regards,
Alexander Mustafin
mustafin.aleksa...@gmail.com






signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Load balance based on source IP

2014-05-29 Thread Schneur Rosenberg
The way I did it, was to create a table of the ip's and which group it
should use, every call does a db query, it may put a strain on the db if
there is lots of calls, let me know if you have a better solution
On May 29, 2014 10:28 AM, "Muhammad Naseer Bhatti" 
wrote:

>
> Hi, I am using load balancer module to load balance traffic to a group of
> media servers. Can I perform my load balancing based on source IP address
> without using the dispatcher module? It’s like if the request comes from a
> certain IP address, I want it to be routed to a different group of media
> servers?
>
>
> --
> Muhammad Naseer Bhatti
> Sent with Airmail
>
> ___
> 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] Load balance based on source IP

2014-05-29 Thread Salman Zafar
Hi Naseer,
   It is simple, you just need to insert different group-ids in
load_balancer table and do the same at selection time.

e.g
if (!load_balance("30","calls","0")) { #LB failed -service full}

Here 30 is the group id based on which you can select different media
servers.

Also to check the source IP you can use condition or tweak script as per
requirement.


On Thu, May 29, 2014 at 12:27 PM, Muhammad Naseer Bhatti
wrote:

>
> Hi, I am using load balancer module to load balance traffic to a group of
> media servers. Can I perform my load balancing based on source IP address
> without using the dispatcher module? It’s like if the request comes from a
> certain IP address, I want it to be routed to a different group of media
> servers?
>
>
> --
> Muhammad Naseer Bhatti
> Sent with Airmail
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>


-- 
Regards

M. Salman Zafar
VoIP Professional
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] Load balance based on source IP

2014-05-29 Thread Muhammad Naseer Bhatti

Hi, I am using load balancer module to load balance traffic to a group of media 
servers. Can I perform my load balancing based on source IP address without 
using the dispatcher module? It’s like if the request comes from a certain IP 
address, I want it to be routed to a different group of media servers?


-- 
Muhammad Naseer Bhatti
Sent with Airmail___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Opensips 1.10.1 and radius problem

2014-05-29 Thread Bogdan-Andrei Iancu

Hi,

On each "case", please an "xlog" to print something from the script - in 
this way you can double check which way your script went. Or, you can 
use the script_trace() function to do that . See:

http://www.opensips.org/Documentation/Script-CoreFunctions-1-11#toc42

Regards,

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

On 29.05.2014 09:22, dpa wrote:


Hello!

I have such configuration in opensips.cfg



radius_send_auth("set1","set2");

 switch($rc){

 case -2:

 exec_msg("echo '$avp(500) $rU $time(%c) rejected' >> 
/opensips/alarmradius.txt");


 break;

 case -1:

 exec_msg("echo '$avp(500) $rU $time(%c) radius' >> 
/opensips/alarmradius.txt");


 break;

   }

...

In attachment you can see communication of Opensips with radius server 
during making some test call (1.1.1.1 -- Opensips, 2.2.2.2 -- radius 
server)


After making a test call i see in alarmradius.txt record with "radius" 
word.


The question is why do I see "radius" word (and it means that Opensips 
detected "retcode -1") but not "rejected" ("retcode -2") word?


Thank you for any help.



___
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] RabbitMQ multi-entrance points

2014-05-29 Thread Răzvan Crainea

Hi, Kneeoh!

I've never used haproxy, but I will give it a shot when I will find some 
spare time.


Best regards,

Razvan Crainea
OpenSIPS Core Developer
http://www.opensips-solutions.com

On 05/28/2014 05:08 PM, Kneeoh wrote:

Thanks Razvan, I'm definitely interested in what you may have in the works. 
Please see my other post related to using haproxy. Not sure if thats an option 
you're considering.

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] SipCapture Module

2014-05-29 Thread Bogdan-Andrei Iancu
I run out of ideas.definitelythere is something wrong with your 
installation.


Regards,

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

On 28.05.2014 11:51, Mike Claudi Pedersen wrote:

yes that i did when you first stated where to look for it :)



2014-05-28 10:51 GMT+02:00 Bogdan-Andrei Iancu >:


And, have you checked if the sipcapture.so file exists in the
/usr/lib64/opensips/modules/ directory ??


Regards,

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

On 28.05.2014 09:26, Mike Claudi Pedersen wrote:

loadmodule "sipcapture.so"



2014-05-28 8:02 GMT+02:00 Bogdan-Andrei Iancu
mailto:bog...@opensips.org>>:

Could you post the load line you have for the sipcapture module ?

Thanks,

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

On 27.05.2014 16 :45, Mike Claudi
Pedersen wrote:

but still gets the same error



2014-05-27 15:44 GMT+02:00 Mike Claudi Pedersen
mailto:mike.peder...@ipnordic.dk>>:

nevermind, it is installed in that lib... just checked



2014-05-27 15:43 GMT+02:00 Mike Claudi Pedersen
mailto:mike.peder...@ipnordic.dk>>:

yes that part.. how do i do that post installation :)



2014-05-27 15:42 GMT+02:00 Bogdan-Andrei Iancu
mailto:bog...@opensips.org>>:

Be sure you "sipcapture" module is compiled and
installed in the
'/usr/lib64/opensips/modules/'directory . By
default this module is compiled and install if
not excluded on purpose.

Regards,

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

On 27.05.2014 16 :37, Mike
Claudi Pedersen wrote:

then i get this?

ERROR:core:yyparse: module 'sipcapture.so' not
found in '/usr/lib64/opensips/modules/'
May 27 13:36:58 [53015] CRITICAL:core:yyerror:
parse error in config file, line 73, column
13-14: failed to load module
May 27 13:36:58 [53015]
ERROR:core:sr_load_module: could not open
module :
/usr/lib64/opensips/modules/: cannot read file
data: Is a directory
May 27 13:36:58 [53015] CRITICAL:core:yyerror:
parse error in config file, line 73, column
13-14: failed to load module
May 27 13:36:58 [53015] ERROR:core:main: bad
config file (2 errors)


2014-05-27 15:32 GMT+02:00 Bogdan-Andrei Iancu
mailto:bog...@opensips.org>>:

loadmodule "sipcapture.so"  :)

Regards,

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

On 27.05.2014 15 :34,
Mike Claudi Pedersen wrote:



  SipCapture Module

how do i load this module into my existing
config?



___
Users mailing list
Users@lists.opensips.org  

http://lists.opensips.org/cgi-bin/mailman/listinfo/users





-- 
Med venlig hilsen

ipnordic A/S

Mike Claudi Pedersen
Tekniker

Telefon: 79301033
www.ipnordic.dk 





-- 
Med venlig hilsen

ipnordic A/S

Mike Claudi Pedersen
Tekniker

Telefon: 79301033
www.ipnordic.dk 




-- 
Med venlig hilsen

ipnordic A/S

Mike Claudi Pedersen
Tekniker

Telefon: 79301033
www.ipnordic.dk 




-- 
Med venlig hilsen

ipnordic A/S

Mike Claudi Pedersen
Tekniker

Telefon: 79301033
www.ipnordic.dk 





-- 
Med venlig hilsen

ipnordic A/S

Mike Claudi Pedersen
Tekniker

Telefon: 79301033
www.ipnordic.dk 





--
Med venlig hilsen
ipnordic A/S

Mi