Hello,
ser-0.9.6 is very old release, not longer maintained. At this moment ser
has been absorbed in Kamailio project. You can still compile it as ser
if you wish via FLAVOUR option to make command.
Maybe it is better to run the tool against the master branch in GIT
repository of Kamailio to
Hello there,
I just ran the static analyser "cppcheck" over the source code
of ser-0.9.6
It said many things, including
1.
[parser/parse_uri.c:566] -> [parser/parse_uri.c:568]: (warning) Variable
'state' is reassigned a value before the old one has been used. 'break;'
missing?
Source code i
http://kamailio.org/docs/ser-getting-started/SER-GettingStarted.pdf
I'm looking for the authors of this document to find out what license it is
published under. It would be nice to be able to use it and update it instead of
starting a new "getting started" from scratch.
Please contact me if yo
Hi All,
One of the most thorough documents I've found for an introduction to Kamailio
is the SER-GettingStarted.pdf, but it is now quite dated.
Is there an updated version available, or in the works?
Cheers,
Dave.___
SIP Express Router (SER) and Kamai
Hi all!
Still same problem: i don't see debug messages. OS: FreeBSD 9.1 stable,
fresh git Kamailio version.
In present moment just debugger.so with config trace work as expected.
Option "debug=X" seems has no effect at all.
I saw debug logs in maillist. Maybe I make something wrong?
I never see
Dear sir,
We are searching for *ser.buildsystem.latest.tar.gz* in the internet
throughly.
But we are unable to find this particular file.so please send me the file
or the web links which we can be able to download
and configure our IMS network in proper.
*
*
*
*
Thank you
Best Regards,
madhavi
We started wit SER. Unfortunately, either because then we had no experience
at all, or because some other reason, we had no success with our target -
ser + asterisk.
Then we switched to kamailio, and we made fast enough working system (with
help from here).
Now kamailio + rtpproxy + asterisk work w
My perception is that SER is something like a kernel, but Kamailio a
user-oriented distribution and ecosystem wrapper around it that serves to
"practicalise" it in an applied way.
--
Alex Balashov - Principal
Evariste Systems LLC
235 E Ponce de Leon Ave
Suite 106
Decatur, GA 30030
Tel: +1-67
Hello,
if you install from sources, there is practically everything: ser +
kamailio together, it is up to you what modules you want to use.
If you install from kamailio packages (debian, centos), you get only
kamailio specific modules (what is located in modules/ and modules_k/).
Maturity o
Hi again.
> If I understand correctly, both projects share the same source code,
Thats what the link said. The mailing list on which you are sending mails
is "SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users
Mailing List". So I think you shouldn't worry much.
Is there a lis
Thanks for the link.
If I understand correctly, both projects share the same source code, and
implement more or less the same functionality.
Is there a list of specific features which are only available in SER or in
Kamailio?
Which is the most widely deployed / documented option? Which is more ma
:-|
http://www.kamailio.org/w/sip-router-releases/
On Mon, Apr 9, 2012 at 11:06 PM, Daniel Gonzalez wrote:
> Hello,
>
> I am starting to deploy a SIP router, and after reading the
> documentation in http://sip-router.org I am a bit confused. I am
> planning to integrate the SIP router with an
Hello,
I am starting to deploy a SIP router, and after reading the
documentation in http://sip-router.org I am a bit confused. I am
planning to integrate the SIP router with an asterisk PBX. Which of
the available projects is recommended to get in touch with the
technology, SER or Kamailio? Which
Great, thank you.
BTW, is going to be deprecated the module_s/avp_db module (functions
like load_attrs, load_extra_attrs, etc)?
>From the avp_db/README file:
..."You may also want to check the avpops module which is more flexible and
contains more functions. In future SER releases the avp modul
Hello,
the avpops module is now the one coming via kamailio development.
First, you have to load modules_k/pv.so module (to get $fu), then the
second parameter has to be PV format as well, e.g.,: $avp(fwdbusy)
(note: s: is optional now in the name of the avps, if it is missing then
the name i
Hello all,
Have this issue with my ser config. I try to load a fwdbusy value from db
using the $fu class, but it's complaining..
config:
...
if (avp_db_load("$fu", "s:fwdbusy")) {
...
log:
0(20749) ERROR: [pvapi.c:516]: error searching pvar "fu"
0(20749) ERROR: [pvapi.c:720]: wrong
Hello,
the modules_s/acc_db module is missing any kind of documentation.
Looking at sources, the functions are now named acc_db_log()
acc_db_missed(), taking one integer parameter.
The docs of modules_s/acc_syslog might be just obsolete (i.e., the old
acc readme content).
Cheers,
Daniel
O
Hello,
I'm trying to migrate ser-0.9.x to the current sr-3.1.x and right now trying
to figure out the acc functions/parameters. I used to use "acc_db_request" from
acc module, but it's not working using acc_db and acc_syslog in conjuntion.
acc_db has acc_db_request[0,1] but are not callable fro
On 12/17/10 8:22 PM, douglas ugalde wrote:
Can you tell me please what can I do to change the port on SER
because I installed on Asterisk and SER listen on port 5060 right? so
it blocked Asterisk when is running, please tell me how can I fix this
problem.
set the port parameter in the confi
Can you tell me please what can I do to change the port on SER because I
installed on Asterisk and SER listen on port 5060 right? so it blocked
Asterisk when is running, please tell me how can I fix this problem.
Regards.
___
SIP Express Router (SER) an
Hello,
After days of debugging, I'll need some help from the SER specialists to
troubleshoot this problem.
The SER version in service is: 0.9.9+cvs20090925
It's running on a Red Hat EL 5.3 server.
I currently have about 10.000 users registered.
I encounter several seconds (1 to 5) without replie
Hello,
After days of debugging, I'll need some help from the SER specialists to
troubleshoot this problem.
The SER version in service is: 0.9.9+cvs20090925
It's running on a Red Hat EL 5.3 server.
I currently have about 10.000 users registered.
I encounter several seconds (1 to 5) without replies
I'm trying to migrate SER 2.0 to Kamailio and right now the major hiccup
is migrating lookup_domain(). Is there any replacement for
lookup_domain() that would enable you to use the domain attributes in
Kamailio? I have come across the old thread "domain attributes" about
adpoting the SER domain
Andrew Pogrebennyk writes:
> I'm trying to migrate SER 2.0 to Kamailio and right now the major hiccup
> is migrating lookup_domain().
in sr you can pick modules from modules, modules_s or modules_k. use
domain module from modules_s.
-- juha
___
SIP
Hello,
On 6/3/10 10:18 AM, jessica Achkar wrote:
Hello,
I need to configure my SER to support multidomain. I am working on
solaris 10 and on the SER bundled version of SER.
I have the domain module but i don't have the mediaproxy module.
mediaproxy module has nothing to do with multi-domain. P
Hello,
what version are you using?
I assume starting ser is ok, which means the database connection was ok
at startup time. You can connect to mysql server via network socket and
use ngrep/wireshark to see if something goes wrong with the
connections. Also, maybe logs from mysql give hints.
Hi,
I just installed SER on my server, I'm having problem, which I can't solve
Despite mysql server works fine, when I try to register to SIP server i can't
manage.
I see in log this:
Jun 11 12:26:21 elka /usr/local/sbin/ser[23474]: submit_query(): MySQL server
has gone away
Jun 11 12:26:21 elk
Hello,
I need to configure my SER to support multidomain. I am working on solaris 10
and on the SER bundled version of SER.
I have the domain module but i don't have the mediaproxy module.
When i type serctl help the serctl add domain isn't included so what should i
modify in my ser.cfg file
On Thursday 20 May 2010, Sanjeev Singh wrote:
> i am a new user of ser. PLease help me to start ser
>
> i installed ser rpm v0.9.6 on linux machine but ser is not starting.
> when i given command /etc/init.d/ser start - it is always stuck at Starting
> ser: as shown below ---
> [r
Hello,
a short note that the merging of SIP Express Routers (SER) users mailing
list into sr-users is completed from subscriber point of view:
- posts to serus...@lists.iptel.org are directed to
sr-users@lists.sip-router.org
- posts to sr-users@lists.sip-router.org are received by subscribers o
30 matches
Mail list logo