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-requ...@lists.kamailio.org" <users-requ...@lists.kamailio.org> To: users@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@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-requ...@lists.kamailio.org You can reach the person managing the list at users-ow...@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.pasto...@westfalen-blatt.de> Subject: Re: [Kamailio-Users] kamailio start with error Access denied for user.. To: users@lists.kamailio.org Message-ID: <22474624.p...@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:opense...@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..-tp22412841p22474624.html 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 <mayamatake...@gmail.com> Subject: [Kamailio-Users] Using fr_inv_timer_avp To: kamailio <users@lists.kamailio.org> Message-ID: <15b9404e0903120454s34c0b9eqd57bf5313d89b...@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" <rmcgi...@globeop.com> Subject: [Kamailio-Users] DID assignment & routing To: <users@lists.kamailio.org> Message-ID: <888ffef718b66147a7f4eeaed6e3b385025ba...@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:8...@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 "b...@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:b...@domain.com!" . 0.1.5.3 NAPTR 100 10 "u" "E2U+sip" "!^.*$!sip:b...@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) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.kamailio.org/pipermail/users/attachments/20090312/8f2c9207/attachment-0001.htm ------------------------------ Message: 4 Date: Thu, 12 Mar 2009 22:25:40 +0800 From: doolin wu <dooli...@gmail.com> Subject: [Kamailio-Users] Does Kamailio can be used as ptt server? To: Users@lists.kamailio.org Message-ID: <f3085a9c0903120725s344b4937gb04f569f9d07a...@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1" Hi, I'm trying to find a open source ptt (push to talk) server? Does Kamailio can act as this role? Or do you know any open source ptt server? Thanks! -- Steven S.W -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.kamailio.org/pipermail/users/attachments/20090312/37f21982/attachment-0001.htm ------------------------------ Message: 5 Date: Thu, 12 Mar 2009 15:29:03 +0100 From: "Luntras Loredana" <loredana.lunt...@thomson.net> Subject: [Kamailio-Users] Siremis: login problems To: <users@lists.kamailio.org> Message-ID: <66b6b8ef3555c64ea71db96cc752d184022e8...@rennsmail04.eu.thmulti.com> Content-Type: text/plain; charset="us-ascii" Helo, I've installes Siiremis and I have the following error when I try to log in. "An exception occurred while executing this script: Error message: #256, No Database information found in the config file. Script name and line number of error: /var/www/siremis-0.9.1/openbiz/bin/Configuration.php:42" I have only change the db_name in Config.xml from openser_siremis to openser. (the only data base that I have is openser that I've installed with opensedbctl create). Can anybody help me, please? Thanks, Loredana -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.kamailio.org/pipermail/users/attachments/20090312/43edcb71/attachment-0001.htm ------------------------------ Message: 6 Date: Thu, 12 Mar 2009 15:35:53 +0100 From: "Luntras Loredana" <loredana.lunt...@thomson.net> Subject: Re: [Kamailio-Users] Siremis: login problems To: <users@lists.kamailio.org> Message-ID: <66b6b8ef3555c64ea71db96cc752d184022e8...@rennsmail04.eu.thmulti.com> Content-Type: text/plain; charset="us-ascii" The problem is solved. I had Siremis v 0.9.1 and now I have 0.9.2 and it is working with this one. ________________________________ From: users-boun...@lists.kamailio.org [mailto:users-boun...@lists.kamailio.org] On Behalf Of Luntras Loredana Sent: Thursday, March 12, 2009 3:29 PM To: users@lists.kamailio.org Subject: [Kamailio-Users] Siremis: login problems Helo, I've installes Siiremis and I have the following error when I try to log in. "An exception occurred while executing this script: Error message: #256, No Database information found in the config file. Script name and line number of error: /var/www/siremis-0.9.1/openbiz/bin/Configuration.php:42" I have only change the db_name in Config.xml from openser_siremis to openser. (the only data base that I have is openser that I've installed with opensedbctl create). Can anybody help me, please? Thanks, Loredana -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.kamailio.org/pipermail/users/attachments/20090312/410607e8/attachment.htm ------------------------------ _______________________________________________ Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users End of Users Digest, Vol 46, Issue 39 *************************************
_______________________________________________ Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users