[SR-Users] Kamailio Peer Trunk in Asterisk

2019-03-13 Thread Isravel Raja Thangamani
Hi,

I wanted to achieve the following scenario with Kamailio and
Asterisk/FreeSwitch

Kamailio as a trunk for Receiving incoming calls and forward to Asterisk
and Make outgoing calls. My current working setup like this


VoIP Provider -> Kamailio -> Asterisk Clusters

Where Kamailio(NAT for public) and Asterisk in the same local network, So I
had to do only one thing just create the SIP trunk in Asterisk for
authenticating all the Kamailio Incoming calls and making outgoing calls
like this

[kamailio]
host=172.18.1.1
type=friend
disallow=all
allow=ulaw
context=trunkinbound

This is IP based authentication, This is working fine since both servers
are in the same local network or having the public IP's

What I want is, I want to register the Kamailio Trunk in an asterisk with
Username Password authentication,

My current setup for making that,

VoIP Provider -> Kamailio(Public) -> Asterisk(Randomly Changing Public IP,
Broadband Connection)

I want to register Kamailio SIP in asterisk trunk so that I can forward the
incoming calls to asterisk via SIP extension

[kamailio]
host=172.18.1.1
user=user
secret=password
type=friend
disallow=all
allow=ulaw
context=trunkinbound

Let me know if anyone doesn't understand my concern



Thanks & Regards,


Isravel Raja N. Thangamani

Work US: +1 424 354 8443 | Home US: +1 480 588 2008
Mobile PH: +63 998 596 7805 | Off Ext: 7901
Address: 15th Fl., Cebu IT Tower - 1, Cebu Business Park, Cebu City,
Philippines 6000
Website: www.azpired.com | Email: ir...@ebusinessbpo.com


Follow us

. .
.


The information contained in this email message and any attachments is
confidential and intended only for the addressee(s). If you are not an
addressee, you may not copy or disclose the information, or act upon it,
and you should delete it entirely from your email system. Please notify the
sender that you received this email in error.
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] cdp avps issues in kamailio 5.2

2019-03-13 Thread Mojtaba
Hello,
The CER/CEA messages are used just for connections between two peers
diameter interface. Did you use FHOSS or IMS_DIAMETER_SERVER module? In
both cases, you should not have any issue. Anyway what mandatory parameters
do you mean exactly?
WIth Best Regards. Mojtava


On Tue, Mar 12, 2019 at 8:17 PM Pafel  wrote:

> Hello,
>
> I am testing ims setup with kamailio 5.2 using the default configuration
> provided here:
> https://github.com/kamailio/kamailio/tree/master/misc/examples/ims/ .
> Тhere is an issue I am facing with cdp avp in request sent to hss. There
> are some missing mandatory parameters in capabilities exchange request like
> 257 host-ip-address for example. Any idea how to add it via icscf.xml or
> kamailio.cfg ? The same parameter is passed to hss with kamailio 5.1 using
> default ims configuration. I read cdp and cdp_avp documentation but
> couldn't understand if it is possible to add it.
>
> Regards,
> Pavel Siderov
> ___
> Kamailio (SER) - Users Mailing List
> sr-users@lists.kamailio.org
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>


-- 
--Mojtaba Esfandiari.S
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Kamailio Peer Trunk in Asterisk

2019-03-13 Thread Mojtaba
Hello,
In regard of register Kamailio to asterisk, You have to use uac module, But
Why do you choice this!
It's better to keep on your way with IP Authentication even if both server
are not in the same network,too. Because Kamailio could work multi-homed.
Just Enable mhome=1 in kamailio.
With Best Regards.Mojtaba


On Wed, Mar 13, 2019 at 10:33 AM Isravel Raja Thangamani <
ir...@ebusinessbpo.com> wrote:

> Hi,
>
> I wanted to achieve the following scenario with Kamailio and
> Asterisk/FreeSwitch
>
> Kamailio as a trunk for Receiving incoming calls and forward to Asterisk
> and Make outgoing calls. My current working setup like this
>
>
> VoIP Provider -> Kamailio -> Asterisk Clusters
>
> Where Kamailio(NAT for public) and Asterisk in the same local network, So
> I had to do only one thing just create the SIP trunk in Asterisk for
> authenticating all the Kamailio Incoming calls and making outgoing calls
> like this
>
> [kamailio]
> host=172.18.1.1
> type=friend
> disallow=all
> allow=ulaw
> context=trunkinbound
>
> This is IP based authentication, This is working fine since both servers
> are in the same local network or having the public IP's
>
> What I want is, I want to register the Kamailio Trunk in an asterisk with
> Username Password authentication,
>
> My current setup for making that,
>
> VoIP Provider -> Kamailio(Public) -> Asterisk(Randomly Changing Public IP,
> Broadband Connection)
>
> I want to register Kamailio SIP in asterisk trunk so that I can forward
> the incoming calls to asterisk via SIP extension
>
> [kamailio]
> host=172.18.1.1
> user=user
> secret=password
> type=friend
> disallow=all
> allow=ulaw
> context=trunkinbound
>
> Let me know if anyone doesn't understand my concern
>
>
>
> Thanks & Regards,
>
>
> Isravel Raja N. Thangamani
>
> Work US: +1 424 354 8443 | Home US: +1 480 588 2008
> Mobile PH: +63 998 596 7805 | Off Ext: 7901
> Address: 15th Fl., Cebu IT Tower - 1, Cebu Business Park, Cebu City,
> Philippines 6000
> Website: www.azpired.com | Email: ir...@ebusinessbpo.com
> 
>
> Follow us
>
> . .
> .
> 
>
> The information contained in this email message and any attachments is
> confidential and intended only for the addressee(s). If you are not an
> addressee, you may not copy or disclose the information, or act upon it,
> and you should delete it entirely from your email system. Please notify the
> sender that you received this email in error.
>
>
> ___
> Kamailio (SER) - Users Mailing List
> sr-users@lists.kamailio.org
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>


-- 
--Mojtaba Esfandiari.S
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Kamailio Peer Trunk in Asterisk

2019-03-13 Thread Daniel Tryba
On Wed, Mar 13, 2019 at 06:01:39AM +0800, Isravel Raja Thangamani wrote:
> What I want is, I want to register the Kamailio Trunk in an asterisk with
> Username Password authentication,
> 
> My current setup for making that,
> 
> VoIP Provider -> Kamailio(Public) -> Asterisk(Randomly Changing Public IP,
> Broadband Connection)
> 
> I want to register Kamailio SIP in asterisk trunk so that I can forward the
> incoming calls to asterisk via SIP extension

For this requirement you dont need to register.
 
> [kamailio]
> host=172.18.1.1
> user=user
> secret=password
> type=friend
> disallow=all
> allow=ulaw
> context=trunkinbound

If the host is fixed you don't need to register to make this work. If
you don't want to authenticate invites after a register you need the
insecure option in your peer config.

But the uac module was already suggested to handle authentication
requests and initiate registers.
 
> Let me know if anyone doesn't understand my concern

I dont' understand why. Why not have asterisk register to kamailio? That
way you:
-keep kamailio config simple (enable NAT detection and registrar in the
 default/example config)
-don't have to worry about detecting the chaning ip adress
-don't have to any portforwarding tricks on the asterisk side

___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] cdp avps issues in kamailio 5.2

2019-03-13 Thread Pavel S
Hello Mojtava,

> Did you use FHOSS or IMS_DIAMETER_SERVER module?
No, I am using our own hss server.

>Anyway what mandatory parameters do you mean exactly?
According to RFC6733 section 5.3.1 -
https://tools.ietf.org/html/rfc6733#section-5.3.1

   The Capabilities-Exchange-Request (CER), indicated by the Command
   Code set to 257 and the Command Flags' 'R' bit set, is sent to
   exchange local capabilities.  Upon detection of a transport failure,
   this message MUST NOT be sent to an alternate peer.

   When Diameter is run over SCTP [RFC4960] or DTLS/SCTP [RFC6083],
   which allow for connections to span multiple interfaces and multiple
   IP addresses, the Capabilities-Exchange-Request message MUST contain
   one Host-IP-Address AVP for each potential IP address that MAY be
   locally used when transmitting Diameter messages.

  Message Format

  ::= < Diameter Header: 257, REQ >
   { Origin-Host }
   { Origin-Realm }
1* { Host-IP-Address }
   { Vendor-Id }
   { Product-Name }
   [ Origin-State-Id ]
 * [ Supported-Vendor-Id ]
 * [ Auth-Application-Id ]
 * [ Inband-Security-Id ]
 * [ Acct-Application-Id ]
 * [ Vendor-Specific-Application-Id ]
   [ Firmware-Revision ]
 * [ AVP ]

Kamailio 5.1 with loaded cdp, cdr_avp, ims_icsf modules and default
configuration described here
https://github.com/kamailio/kamailio/tree/master/misc/examples/ims/icscf
sends Host-IP-Address but Kamailio 5.2 with the same configuration
doesn't.

Any idea how to fix it?

Regards,

Pavel Siderov


>Hello,
>The CER/CEA messages are used just for connections between two peers
>diameter interface. Did you use FHOSS or IMS_DIAMETER_SERVER module? In
>both cases, you should not have any issue. Anyway what mandatory parameters
>do you mean exactly?
>WIth Best Regards. Mojtava
>

>On Tue, Mar 12, 2019 at 8:17 PM Pafel > wrote:
>
>>* Hello,
** I am testing ims setup with kamailio 5.2 using the default configuration
*>>* provided here:
*>>* https://github.com/kamailio/kamailio/tree/master/misc/examples/ims/

.
*>>* Тhere is an issue I am facing with cdp avp in request sent to hss. There
*>>* are some missing mandatory parameters in capabilities exchange request like
*>*> 257 host-ip-address for example. Any idea how to add it via icscf.xml or
*>*> kamailio.cfg ? The same parameter is passed to hss with kamailio 5.1 using
*>*> default ims configuration. I read cdp and cdp_avp documentation but
*>*> couldn't understand if it is possible to add it.
** Regards,
*>>* Pavel Siderov
*>>* ___
*>>* Kamailio (SER) - Users Mailing List
*>>* sr-users at lists.kamailio.org

*>*> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

*>>
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] cdp avps issues in kamailio 5.2

2019-03-13 Thread Mojtaba
The sound is strange, Actually the host-IP-Addres should not be missed in
new version because it is mandatory option,
I guess it would be nice to check it with latest version again.
With Regards. Mojtaba

On Wed, Mar 13, 2019 at 2:07 PM Pavel S  wrote:

> Hello Mojtava,
>
> > Did you use FHOSS or IMS_DIAMETER_SERVER module?
> No, I am using our own hss server.
>
> >Anyway what mandatory parameters do you mean exactly?
> According to RFC6733 section 5.3.1 - 
> https://tools.ietf.org/html/rfc6733#section-5.3.1
>
>The Capabilities-Exchange-Request (CER), indicated by the Command
>Code set to 257 and the Command Flags' 'R' bit set, is sent to
>exchange local capabilities.  Upon detection of a transport failure,
>this message MUST NOT be sent to an alternate peer.
>
>When Diameter is run over SCTP [RFC4960] or DTLS/SCTP [RFC6083],
>which allow for connections to span multiple interfaces and multiple
>IP addresses, the Capabilities-Exchange-Request message MUST contain
>one Host-IP-Address AVP for each potential IP address that MAY be
>locally used when transmitting Diameter messages.
>
>   Message Format
>
>   ::= < Diameter Header: 257, REQ >
>{ Origin-Host }
>{ Origin-Realm }
> 1* { Host-IP-Address }
>{ Vendor-Id }
>{ Product-Name }
>[ Origin-State-Id ]
>  * [ Supported-Vendor-Id ]
>  * [ Auth-Application-Id ]
>  * [ Inband-Security-Id ]
>  * [ Acct-Application-Id ]
>  * [ Vendor-Specific-Application-Id ]
>[ Firmware-Revision ]
>  * [ AVP ]
>
> Kamailio 5.1 with loaded cdp, cdr_avp, ims_icsf modules and default 
> configuration described here 
> https://github.com/kamailio/kamailio/tree/master/misc/examples/ims/icscf 
> sends Host-IP-Address but Kamailio 5.2 with the same configuration doesn't.
>
> Any idea how to fix it?
>
> Regards,
>
> Pavel Siderov
>
>
> >Hello,
> >The CER/CEA messages are used just for connections between two peers
> >diameter interface. Did you use FHOSS or IMS_DIAMETER_SERVER module? In
> >both cases, you should not have any issue. Anyway what mandatory parameters
> >do you mean exactly?
> >WIth Best Regards. Mojtava
> >
>
> >On Tue, Mar 12, 2019 at 8:17 PM Pafel  >> wrote:
> >
> >>* Hello,
> ** I am testing ims setup with kamailio 5.2 using the default 
> configuration
> *>>* provided here:
> *>>* https://github.com/kamailio/kamailio/tree/master/misc/examples/ims/ 
>  .
> *>>* Тhere is an issue I am facing with cdp avp in request sent to hss. There
> *>>* are some missing mandatory parameters in capabilities exchange request 
> like
> *>*> 257 host-ip-address for example. Any idea how to add it via icscf.xml or
> *>*> kamailio.cfg ? The same parameter is passed to hss with kamailio 5.1 
> using
> *>*> default ims configuration. I read cdp and cdp_avp documentation but
> *>*> couldn't understand if it is possible to add it.
> ** Regards,
> *>>* Pavel Siderov
> *>>* ___
> *>>* Kamailio (SER) - Users Mailing List
> *>>* sr-users at lists.kamailio.org 
> 
> *>*> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users 
> 
> *>>
>
> ___
> Kamailio (SER) - Users Mailing List
> sr-users@lists.kamailio.org
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>


-- 
--Mojtaba Esfandiari.S
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] radius_www_authorize error code -1

2019-03-13 Thread Denys Pozniak
Hello!

We are using radius_www_authorize() function to authorize incoming SIP
REGISTERs, but sometimes happens case -1: for valid credentials (as I could
see this in sngrep).
And this time I did not detect corresponding Access-Request to RADIUS
server side.
Setting Kamailio debug level does not help to catch the real reason for
this case in syslog.

How to investigate this issue?

Simple script example:

if (!radius_www_authorize("$td")) {
  switch ($rc) {
case -1:
send_reply("400", "Bad Request");
exit;
default:
  };
};

# -1 (error) - some error occurred during authorization (see syslog);

[root@kamaili]# kamailio -v
version: kamailio 4.4.2 (x86_64/linux) 892ad6
flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS,
DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC,
Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX,
FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR,
USE_DST_BLACKLIST, HAVE_RESOLV_RES
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16,
MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: 892ad6
compiled on 14:33:45 Apr 18 2018 with gcc 4.8.5

[root@kamailio]# rpm -qa | grep freeradius-client
freeradius-client-1.1.7-16.el7.centos.x86_64



--
BR,
Denys Pozniak
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] Kamailio as Peer Trunk in Asterisk

2019-03-13 Thread Isravel Raja
Hi, 

I wanted to achieve the following scenario with Kamailio and 
Asterisk/FreeSwitch 

Kamailio as a trunk for Receiving incoming calls and forward to Asterisk and 
Make outgoing calls. My current working setup like this 


VoIP Provider -> Kamailio -> Asterisk Clusters 

Where Kamailio(NAT for public) and Asterisk in the same local network, So I had 
to do only one thing just create the SIP trunk in Asterisk for authenticating 
all the Kamailio Incoming calls and making outgoing calls like this 

[kamailio] 
host=172.18.1.1 
type=friend 
disallow=all 
allow=ulaw 
context=trunkinbound 

This is IP based authentication, This is working fine since both servers are in 
the same local network or having the public IP's 

What I want is, I want to register the Kamailio Trunk in an asterisk with 
Username Password authentication, 

My current setup for making that, 

VoIP Provider -> Kamailio(Public) -> Asterisk(Randomly Changing Public IP, 
Broadband Connection) 

I want to register Kamailio SIP in asterisk trunk so that I can forward the 
incoming calls to asterisk via SIP extension 

[kamailio] 
host=172.18.1.1 
user=user 
secret=password 
type=friend 
disallow=all 
allow=ulaw 
context=trunkinbound 

Let me know if anyone doesn't understand my concern 

This e-mail message and any documents attached to it are confidential and may 
contain information that is protected from disclosure by various federal and 
state laws, including the HIPAA privacy rule (45 C.F.R., Part 164). This 
information is intended to be used solely by the entity or individual to whom 
this message is addressed. If you are not the intended recipient, be advised 
that any use, dissemination, forwarding, printing, or copying of this message 
without the sender's written permission is strictly prohibited and may be 
unlawful. Accordingly, if you have received this message in error, please 
notify the sender immediately by return e-mail or call (insert phone number), 
and then delete this message.___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Add default ports to URIs

2019-03-13 Thread Duarte Rocha
Greetings Alex,

I know about the RFC and i don't think the issue here is with about the Uri
Comparison. The reason here is that a client is requiring this feature even
though the RFC doesn't requires it.

Best regards

A terça, 12/03/2019, 19:15, Duarte Rocha  escreveu:

> Greetings,
>
> When i receive a message in Kamailio i want to add "5060" to the URI's
> port info when it's value is not specified.
>
> I can do it with pseudovariables but i was wondering if there's any config
> or setting that would do this automatically?
>
> Best Regards,
>
> Duarte Rocha
>
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] cdp avps issues in kamailio 5.2

2019-03-13 Thread Pafel
Hmm, strange. I've updated from 5.2.1 to 5.2.2 and now I got
host-ip-address in capabilities exchange request. After several tests I've
stopped pcscf and again host-ip-address is not present in request to hss.
Then again I've started pcscf and host-ip-address was present. During the
tests with 5.2.1 pcscf was started.. but host-ip-address wasn't available
in capabilities exchange. Anyway, now everything is ok. Thank you very much
for your help.

Regards,
Pavel Siderov

На ср, 13.03.2019 г. в 13:50 ч. Mojtaba  написа:

> The sound is strange, Actually the host-IP-Addres should not be missed in
> new version because it is mandatory option,
> I guess it would be nice to check it with latest version again.
> With Regards. Mojtaba
>
> On Wed, Mar 13, 2019 at 2:07 PM Pavel S  wrote:
>
>> Hello Mojtava,
>>
>> > Did you use FHOSS or IMS_DIAMETER_SERVER module?
>> No, I am using our own hss server.
>>
>> >Anyway what mandatory parameters do you mean exactly?
>> According to RFC6733 section 5.3.1 - 
>> https://tools.ietf.org/html/rfc6733#section-5.3.1
>>
>>The Capabilities-Exchange-Request (CER), indicated by the Command
>>Code set to 257 and the Command Flags' 'R' bit set, is sent to
>>exchange local capabilities.  Upon detection of a transport failure,
>>this message MUST NOT be sent to an alternate peer.
>>
>>When Diameter is run over SCTP [RFC4960] or DTLS/SCTP [RFC6083],
>>which allow for connections to span multiple interfaces and multiple
>>IP addresses, the Capabilities-Exchange-Request message MUST contain
>>one Host-IP-Address AVP for each potential IP address that MAY be
>>locally used when transmitting Diameter messages.
>>
>>   Message Format
>>
>>   ::= < Diameter Header: 257, REQ >
>>{ Origin-Host }
>>{ Origin-Realm }
>> 1* { Host-IP-Address }
>>{ Vendor-Id }
>>{ Product-Name }
>>[ Origin-State-Id ]
>>  * [ Supported-Vendor-Id ]
>>  * [ Auth-Application-Id ]
>>  * [ Inband-Security-Id ]
>>  * [ Acct-Application-Id ]
>>  * [ Vendor-Specific-Application-Id ]
>>[ Firmware-Revision ]
>>  * [ AVP ]
>>
>> Kamailio 5.1 with loaded cdp, cdr_avp, ims_icsf modules and default 
>> configuration described here 
>> https://github.com/kamailio/kamailio/tree/master/misc/examples/ims/icscf 
>> sends Host-IP-Address but Kamailio 5.2 with the same configuration doesn't.
>>
>> Any idea how to fix it?
>>
>> Regards,
>>
>> Pavel Siderov
>>
>>
>> >Hello,
>> >The CER/CEA messages are used just for connections between two peers
>> >diameter interface. Did you use FHOSS or IMS_DIAMETER_SERVER module? In
>> >both cases, you should not have any issue. Anyway what mandatory parameters
>> >do you mean exactly?
>> >WIth Best Regards. Mojtava
>> >
>>
>> >On Tue, Mar 12, 2019 at 8:17 PM Pafel > >> wrote:
>> >
>> >>* Hello,
>> ** I am testing ims setup with kamailio 5.2 using the default 
>> configuration
>> *>>* provided here:
>> *>>* https://github.com/kamailio/kamailio/tree/master/misc/examples/ims/ 
>>  .
>> *>>* Тhere is an issue I am facing with cdp avp in request sent to hss. There
>> *>>* are some missing mandatory parameters in capabilities exchange request 
>> like
>> *>*> 257 host-ip-address for example. Any idea how to add it via icscf.xml or
>> *>*> kamailio.cfg ? The same parameter is passed to hss with kamailio 5.1 
>> using
>> *>*> default ims configuration. I read cdp and cdp_avp documentation but
>> *>*> couldn't understand if it is possible to add it.
>> ** Regards,
>> *>>* Pavel Siderov
>> *>>* ___
>> *>>* Kamailio (SER) - Users Mailing List
>> *>>* sr-users at lists.kamailio.org 
>> 
>> *>*> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users 
>> 
>> *>>
>>
>> ___
>> Kamailio (SER) - Users Mailing List
>> sr-users@lists.kamailio.org
>> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>>
>
>
> --
> --Mojtaba Esfandiari.S
> ___
> Kamailio (SER) - Users Mailing List
> sr-users@lists.kamailio.org
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] Siremis on Kamailio 5.2

2019-03-13 Thread Joel Serrano
Hi,

Just curious if siremis works would work on Kamailio 5.2?

The webside might not be updated:

Installation

Siremis installation is straightforward, being done mostly through a web
wizzard. In just a few steps and less than 10 minutes you have your Siremis
web site set up and ready to grant you easy administration of your Kamailio
SIP server.

You need to install first a compatible version of Kamailio SIP Server
.
Siremis v5.1.x (devel)

*Last release: v5.1.0 (devel version)*

*Compatible with: Kamailio 5.1.x, 5.0.x*


Thanks!
Joel.
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Siremis on Kamailio 5.2

2019-03-13 Thread Joel Serrano
Here it says 4.4 is latest: http://siremis.asipto.com/pub/downloads/siremis/

And here 5.0: https://github.com/asipto/siremis


I'm a little confused :S

On Wed, Mar 13, 2019 at 5:19 PM Joel Serrano  wrote:

> Hi,
>
> Just curious if siremis works would work on Kamailio 5.2?
>
> The webside might not be updated:
>
> Installation
>
> Siremis installation is straightforward, being done mostly through a web
> wizzard. In just a few steps and less than 10 minutes you have your Siremis
> web site set up and ready to grant you easy administration of your Kamailio
> SIP server.
>
> You need to install first a compatible version of Kamailio SIP Server
> .
> Siremis v5.1.x (devel)
>
> *Last release: v5.1.0 (devel version)*
>
> *Compatible with: Kamailio 5.1.x, 5.0.x*
>
>
> Thanks!
> Joel.
>
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users