please help ,
why do i get
ERROR:error opening Openser's FIFO FIFO
ERROR:make sure you have the line 'Modparam('mi_fifo', 'fifo_name',
'FIFO' in your config---which I have
ERROR:and also have loaded the mi_fifo module.- yes, it is loaded,
I cant do openserctl moni,
any idea??
regards
________________________________
From: "users-request(a)lists.kamailio.org"
<users-request(a)lists.kamailio.org>
To: users(a)lists.kamailio.org
Sent: Thursday, March 12, 2009 2:36:05 PM
Subject: Users Digest, Vol 46, Issue 39
Send Users mailing list submissions to
users(a)lists.kamailio.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
users-request(a)lists.kamailio.org
You can reach the person managing the list at
users-owner(a)lists.kamailio.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Users digest..."
Today's Topics:
1. Re: kamailio start with error Access denied for user.. (svenp)
2. Using fr_inv_timer_avp (mayamatakeshi)
3. DID assignment & routing (Robert McGilvray)
4. Does Kamailio can be used as ptt server? (doolin wu)
5. Siremis: login problems (Luntras Loredana)
6. Re: Siremis: login problems (Luntras Loredana)
----------------------------------------------------------------------
Message: 1
Date: Thu, 12 Mar 2009 04:44:16 -0700 (PDT)
From: svenp <s.pastorik(a)westfalen-blatt.de>
Subject: Re: [Kamailio-Users] kamailio start with error Access denied
for user..
To: users(a)lists.kamailio.org
Message-ID: <22474624.post(a)talk.nabble.com>
Content-Type: text/plain; charset=us-ascii
Hello, i foud the error in my config.
I think user and pw is in config file kamailio.cfg an alias from file
kamctlrc.
original:
modparam("auth_db", "db_url",
"mysql://openser:openserrw@localhost/openser")
The right Username und PW must configured in the kamailio.cfg too.
My kamailio Server is now running :).
--
View this message in context:
http://www.nabble.com/kamailio-start-with-error-Access-denied-for-user..-tp…
Sent from the OpenSER Users Mailing List mailing list archive at
Nabble.com.
------------------------------
Message: 2
Date: Thu, 12 Mar 2009 20:54:49 +0900
From: mayamatakeshi <mayamatakeshi(a)gmail.com>
Subject: [Kamailio-Users] Using fr_inv_timer_avp
To: kamailio <users(a)lists.kamailio.org>
Message-ID:
<15b9404e0903120454s34c0b9eqd57bf5313d89ba75(a)mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Hello,
I'm seeing the following issues when using the latest kamailio 1.4
(Revision: 5689) to set an AVP to control fr_inv_timer:
- if I set the AVP to an empty string, according to tm doc, the value
of the timer would fall back to the default value. This doesn't happen
and the fr_inv_timer is set to zero (not a problem as I just have to
set it to the static value. It is just inconsistent with the doc).
- if I try to set the timer to something bigger than 60 seconds, the
setting doesn't work and it seems the default value is used instead (I
tested this with both hard-coding the assignment in the cfg and
loading the avp from the usr_preferences).
regards,
takeshi
------------------------------
Message: 3
Date: Thu, 12 Mar 2009 10:01:40 -0400
From: "Robert McGilvray" <rmcgilvr(a)globeop.com>
Subject: [Kamailio-Users] DID assignment & routing
To: <users(a)lists.kamailio.org>
Message-ID:
<888FFEF718B66147A7F4EEAED6E3B385025BADEA(a)wpf1malprd4.globeop.com>
Content-Type: text/plain; charset="utf-8"
I'm deploying Kamailio in an enterprise environment and I'm looking for
a better way to handle the mapping of external DIDs to SIP usernames,
number re-writing etc. I'm currently using ENUM in my test setup but I'd
prefer to go with SQL storage and have that data written out to a faster
database for lookups by Kamailio. I have a mix of users that register
directly to the proxy and also several PBXs that I need to route blocks
of numbers to through Cisco routers. For location A I would need to
route any four digit number that starts with a 3 (3759), EXCEPT ones
specifically defined in my database since they might be mapped directly
to a user. Also for any outbound call (9 prefix) I need to check the DB
to see if it's local.
If I move to DB storage how do I handle things like parallel/sequential
forking? ENUM makes it very easy - for example:
1.0.0.0.1 NAPTR 100 10 "u" "E2U+sip"
"!^.*$!sip:8700@172.20.152.132!" .
NAPTR 100 10 "u" "E2U+sip"
"!^.*$!sip:901191986701####@172.20.152.132!" .
NAPTR 100 10 "u" "E2U+sip"
"!^.*$!sip:901191996700####@172.20.152.132!" .
If I have a SIP user "bob(a)domain.com" a simple location lookup works for
that, but I also need to be able to map a e.164 did to him, and a short
form with just the last 4 digits for my internal dialing. I would need a
database schema that does the equivalent to this:
0.1.5.3.3.9.2.4.1.9.1 NAPTR 100 10 "u" "E2U+sip"
"!^.*$!sip:bobm@domain.com!" .
0.1.5.3 NAPTR 100 10 "u" "E2U+sip"
"!^.*$!sip:bobm@domain.com!" .
Any suggestions?
Thanks
Bob
--------------------------------------------------------------------------
This email with all information contained herein or attached hereto may contain
confidential and/or privileged information intended for the addressee(s) only. If you have
received this email in error, please contact the sender and immediately delete this email
in its entirety and any attachments thereto.
(W1)