Hello,

o Uri Shacked on 04/24/2012 08:24 AM:

    Hi,
    I am realy new to SEMS.
    Worked with Kamailio for a while and i am looking for a media
    server to perform as an IVR.
    I am familiar with asterisk and freeswitch, and i wonder if and
    why SEMS would be better to use?
    The cons i find is the limited amount of documents and examples.
true. (have you explored doc/ directory?)

    The pros will be a small code and application...
    So, anyone?
if you are looking at high volume applications and/or if you are writing applications which need in-detail control of SIP signaling and media, or generally you are doing a lot of specifics in your application I would very much recommend SEMS due to it's good performance (proven in carrier environments), its flexibility and its good programmability on all abstraction levels. Also, the audio buffering for the conference bridge which is minimizing total latency is AFAIK unparalleled in open source voip. Furthermore, the SBC capabilities are somthing which you don't find elsewhere open source, at least not integrated in that way into a single piece of high performance server.

    Other then that, should i use DSM or IVR to write my IVR
    applications? (could not compile with IVR :-()

Please use DSM - the python 'ivr' application would already be deprecated if there weren't people using it very actively. You can embed python code in DSM if you need to [0].

There is some simple example snippets in doc/dsm/examples. Also have a look at the modules (doc/dsm/modules/, dsm/mods/), they provide quite some useful functionality, ready-to use with a few lines of DSM script.

    And, can i send information to my billing server or my proxy using
    HTTP (any module or application for that in SEMS?).
Use the sbc with the rest call control module [1][2], or DSM with mod_curl [3].

hth
Stefan

[0]
see mod_py in
http://ftp.iptel.org/pub/sems/doc/current/ModuleDoc_dsm.html

[1]
http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sems;a=blob;f=apps/sbc/call_control/rest/Readme.cc_rest.txt

[2]
http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sems;a=blob;f=doc/Readme.sbc_call_control.txt

[3]
http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sems;a=blob;f=doc/dsm/mods/Readme.mod_curl.txt

    Thanks,

    BR,
    URi




_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to