37
Kamailio SIP Server state of the project and the business environment www.kamailio.org Daniel-Constantin Mierla - Co-Founder Elena-Ramona Modroiu - Co-Founder www.asipto.com

Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

  • Upload
    trantu

  • View
    226

  • Download
    7

Embed Size (px)

Citation preview

Page 1: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

Kamailio SIP Serverstate of the project

andthe business environment

www.kamailio.org

Daniel-Constantin Mierla - Co-FounderElena-Ramona Modroiu - Co-Founder

www.asipto.com

Page 2: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

(c) asipto.com

www.kamailio.org

2

Page 3: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

(c) asipto.com 3

History

2002 Jun 2005 Jul 2008 Aug 2008 Nov 2008

SIP Express Router (SER)

OpenSER Kamailio

Other Forks...

Same application: Kamailio - SER

Oct 2009 Jan 2010

v3.0.0

IntegrationCompleted

v1.5.0

Oct 2011

v3.1.0

Sep 2001

FirstLineOf

Code

OpenSource

GPL

FhGFokus

Institute

Berlin

rename

v3.2.0

Oct 2010

AwardedBest Open

SourceNetworking

Software2009

By InfoWorld

10Years

Jun 2012

v3.3.0

ITSPAUK

Award

Mar 2013

v4.0.0

Kamailio

Page 4: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

4

Awarded

Best Open SourceNetworking Software

2009

By InfoWorld, USA

Awarded

ITSPAMembers’ Pick

2012

By ITSPA, UK

Page 5: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

Project Development Structure

Linux - Kernel ApproachRock-solid core (fundamental components, no business):

SIP parser

Share extensions development

Memory manager

Transport layer: TCP, TCP, TLS, SCTP

SIP transaction management

Synchronization and locking system

Full flexibility and relaxed control to own modulesWrite own extensions without restrictions

Developer responsibility5

Page 6: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

6

State of project

Internal architecture refactored for v3.0.0− support asynchronous processing

TCP and TLS SIP request handling

− transaction management− internal libraries

Right now• very stable core and main components➡ toped with our well known scalability and flexibility• safe framework for future development➡ your work (extensions and deployments) is safe from now on for many years - there is no need to change the architecture again• focus is on new features➡ 3.3.0 and 4.0.0 show that

Scalability (info from public domain)• services with millions of active subscribers➡ 1&1 Germany (> 3M)• services routing billions of call minutes per month➡ might be the guy next to you (or pay attention tomorrow)

Page 7: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

Source Structure - 3.x.x - Kamailio vs. SER

7

Kam

ailio Distribution

SIP Express Router D

istribution

modules_k/

accacc_radius

alias_dbauth_db

auth_diameterauth_radiusbenchmarkcall_control

cfgutilscpl-c

db_cluster...

over 80 modules

modules/

app_luaapp_monoapp_python

asyncauth

auth_identityavpops

blstcarrierroute

cfg_dbcfg_rpc

...

over 50 modules

modules_s/

acc_dbacc_radiusacc_syslogauth_db

auth_radiusavp

avp_dbavp_radius

bdbcpl-c

db_ops...

over 40 modules

the entire source code tree

core

sip parser - memory managerconfig file parser and interpreter

locking system - timersconfig variable frameworks

internal libraries

DB API v1 - DB APIv2MI API - JSON - UUID

utils - binrpc

Page 8: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

Source Structure - 4.x.x- Kamailio

8

Kam

ailio Distribution

SIP Express Router D

istribution

modules_k/ modules/

app_luaapp_monoapp_python

asyncauth

auth_identityavpops

blstcarrierroute

cfg_dbcfg_rpc

...

over 150 modules

modules_s/

the entire source code tree

core

sip parser - memory managerconfig file parser and interpreter

locking system - timersconfig variable frameworks

internal libraries

DB API v1 - DB APIv2MI API - JSON - UUID

utils - binrpc

Page 9: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

(c) asipto.com 9

Features - Highlights

SIP proxy, redirect and registrar server

user registration with

digest authorization

IPv4-IPv6UDP/TCP/TLS/SCTP

SCTPmulti-homing

multi-streaming, statisticsUDP Raw Sockets

DNS NAPTR & SRV

Presence Services

End-to-End PresenceSIMPLE Presence ServerEmbedded XCAP Server

Dialog Info (blinking lamps)Resource Lists Service (RLS)Profile and Conference Events

Presence User Agents

Multi-domain supportCustomizable routing policy

User location service

Plug-in module interface

Embeddedinterpreters for

Lua, Perl,Mono (C#), Python

Load BalancingLeast Cost Routing

DID - Prefix RoutingAliases

Ring GroupsSpeed Dial

ENUM Routing

Page 10: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

(c) asipto.com 10

Features - Highlights

NAT traversalSecurity

permissionsanti-DOS attacks

User call preferences

Call ProcessingLanguage

DatabaseConnectors

MySQLPostgreSQL

SQLiteUNIXODBC

BERKELEYDBORACLEText files

Accounting log file, database,Radius, Diameter

EmbeddedHTTPclientserver

Link any application to or control Kamailio using FIFO/UNIXSOCK/DATAGRAM/TCP/XMLRPC/HTTP interfaces

OSP support for peeringConnector for Java SIP Servlet

LDAP - H350

Instant MessagingEnd-to-End

Offline StorageEmbedded MSRP Relay

IM Conferencing

Gateway

SMSXMPP

Page 11: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

(c) asipto.com

Features - Highlights

11

Number PortabilityTopology Hiding

GeoIP APIInternal Message Queues

Registration to Remote ServersGeneric Database Cluster

Asynchronous TCP - TLS

SIP Request ProcessingCfg Route Block Execution

Active calls

trackingmax duration

counting per userclick-to-dial

Traffic Shaping

limit inbound traffic ratestrack DoS - DDoS

Web & CLI Tools

SIREMISSERCMDKAMCTL

IMSExtensions

Page 12: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

(c) asipto.com

Feature - Highlights

12

Config FileParameter Reload Framework

Cfg SQL Query APIPreprocessor Directives

(define, include)Interactive Debugger

DNS Caching System

srv load balancingfast failoverblacklisting

avoid long blocking

Security

encryptionblock addressesIP authorization

user authenticationcertificate validation

NoSQLMemcached

RedisCassandra

time recurrence matchingSDP operations

Page 13: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

(c) asipto.com

2012 - Highlights

13

Over 10 IMS ExtensionsWebsockets

genericdatabaseclusteringembedded mono interpreter

C#, Python, Java, ....

cassandra connector

http://www.kamailio.org/wiki/features/new-in-3.3.xhttp://www.kamailio.org/wiki/features/new-in-4.0.x

IPv6review

embeddedMSRP Relay

time recurrencematching

embedded HTTPRPC/Provisioning

APIs

presence/rls/xcapOMA/RCS

enhancements

GRUUSIP Outbound

Page 14: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

SIP Beyond VoIP - Presence Services

14

KAMAILIO CORE

USRLOC

PUA

MI MODS XMPP

PRESENCE

PUA_USRLOC PUA_MI PUA_XMPP P..._MWI PRESENCE_XML

EXTERNAL XCAPSERVERAPPLICATIONS

Kamailio modules

P..._DIALOGINFOPUA_DLGI

DIALOG P..._PROFILEP..._CONFERENCE

RLS

XCAP_SERVER XCAP_CLIENT

Page 15: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

Siremis Web Management Interface

15

Page 16: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

Siremis

16

Page 17: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

Siremis

17

Page 18: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

sponsors and exhibitors

Page 19: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

The Business Environment

solid development ecosystem

Page 20: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

20

Project Management

Community oriented open source project over 100 registered developers over the time over 30 active developers during past year large community popular in academic institutes many companies involved

service providers integrators vendors

Management team conflict resolution volunteering individuals different companies and countries

Page 21: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

21

Current Management Team

Individuals 11 people as of January 25, 2010

old members: Daniel-Constantin Mierla, Elena-Ramona Modoiu, Henning Westerholt, Juha Heinanen, Klaus Darilion

new members: Alex Balashov, Andreas Granig, Carsten Bock, Inaki Baz Castillo, Jesus Rodriguez, Marcus Hunger

Companies Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

Sipdoc.net, Voztelecom and Sipgate

Countries Austria, Germania, Finland, Spain, Romania and USA

Page 22: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

22

Project resources

Servers main project’s web server

Spain development and backup server

Germany source code repository

SVN: sourceforge.net GIT: sip-router.org

Developers sponsored by companies academic projects hobbyists

over 100 registered from all over the world

Page 23: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

Why using it? no vendor trap

no single company to control the project democratic development and environment

large development team kamailio and ser back together expertise since 2000 (preRFC3261)

rather fast development cycle release every 6-8 months

big community all continents

split development effort easy synchronization with the main stream by contributions

variants to fit specific needs (e.g., lcr, prefix routing) performance, stability and flexibility

large set of options for fine tuning23

Page 24: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

(c) asipto.com 24

Development statistics - Jan 31, 2013

Page 25: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

(c) asipto.com 25

Development statistics - Apr 14, 2013

Page 26: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

The Business Environment

statistics(rather old - 2011)

Page 27: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

27

Page 28: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

28

Page 29: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

The Business Environment

finding a job

Page 30: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

30

write on Kamailio public forums - there are many more looking to hire

It is really hard to stay jobless as an active contributor to Kamailio!

Page 31: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

The Business Environment

starting a business

Page 32: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

products and solutions telephony operator platforms carrier routing systems

DID, prefix routing IM & Presence anti-fraud components least cost routing engines load balancing boxes IMS and RCS solutions Billing engines Signaling gateways (IPv4, IPv6, UDP, TCP,

TLS, SCTP or WebSocket) WebRTC and Web2.0 Voice Services

32

Page 33: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

services consultancy

design of services installations security analysis routing optimizations scalability and high availability redundancy

support development

writing modules in C writing extension in Lua, Perl, Python,

Java, C#, ... trainings operate RTC services

residential or enterprise customers interconnect and traffic mediation

33

Page 34: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

34

Kamailio Business Directory

Anyone offering services related to Kamailio can get listed there with:- name and contact coordinates- short description

Page 35: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

35

Kamailio References Directory

Anyone running services relying on Kamailio can get listed there with:- name and contact coordinates- short description

Page 36: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

??? questions ???

www.asipto.com

Page 37: Kamailio SIP Server · Kamailio SIP Server state of the project and the business environment  ... Asipto, 1&1, TutPro, Enum.at, Evaristesys, Sipwise, Ngn-ims.com,

sponsors and exhibitors