Hi all,
I see the new features in 3.1 mentioning the possibility to use raw
udp to boost the performance, but can not find any document on how to
enable it in the kamailio.cfg. Could anybody help?
Many Thanks!
Best Regards,
Laura
Hi,
Looks like the table "Version" is missing in the sql create script.
0(18594) DEBUG: db_mysql [km_my_con.c:94]: opening connection:
mysql://xxxx:xxxx@localhost/voip1
0(18594) DEBUG: db_mysql [km_my_con.c:121]: connection type is Localhost
via UNIX socket
0(18594) DEBUG: db_mysql [km_my_con.c:122]: protocol version is 10
0(18594) DEBUG: db_mysql [km_my_con.c:123]: server version is 5.0.77-log
0(18594) DEBUG: <core> [db_res.c:118]: allocate 48 bytes for result set at
0x2ba27ac440b0
0(18594) DEBUG: db_mysql [km_res.c:68]: 1 columns returned from the query
0(18594) DEBUG: <core> [db_res.c:155]: allocate 8 bytes for result names
at 0x2ba27ac44140
0(18594) DEBUG: <core> [db_res.c:165]: allocate 4 bytes for result types
at 0x2ba27ac441a8
0(18594) DEBUG: db_mysql [km_res.c:85]: allocate 16 bytes for RES_NAMES[0]
at 0x2ba27ac44210
0(18594) DEBUG: db_mysql [km_res.c:92]:
RES_NAMES(0x2ba27ac44210)[0]=[table_version]
0(18594) DEBUG: db_mysql [km_res.c:100]: use DB1_INT result type
0(18594) DEBUG: db_mysql [km_res.c:169]: no rows returned from the query
0(18594) DEBUG: <core> [db.c:385]: no row for table location found
0(18594) ERROR: <core> [db.c:421]: invalid version 0 for table location
found, expected 1004 (check table structure and table "version")
Anyone has the correct file?
Thanks
Hi, sorry for spamming again but I'm not being able to register to a SIP
provider populating the uacreg table, I followed the steps of this guide:
http://by-miconda.blogspot.com/2010/10/best-of-new-in-kamailio-310-10.html,
but I don't see any change neither any REGISTER packet sent out to the sip
provider, is something missing? How can I know if the values from the table
are being loaded? What are the fields: "l_uuid" and "l_username" for? Is
for routing incoming calls? I would appreciate any kind of help.
Regards,
Lucas Alvarez
Hello
do you know if it's possible to access the different values in a complex
response using ndb_redis?
For instance:
ZREVRANGE key 0 -1
1) "123456"
2) "123"
3) "1"
I'd like to store the first value (123456); is it possible?
Thanks in advance
Javi
I think AllowOverride All is correctly set, you can see my config below:
Contents of my /etc/apache2/sites-available/default file:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
Alias /doc/ "/usr/share/doc/"
<Directory "/usr/share/doc/">
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Allow from 127.0.0.0/255.0.0.0 ::1/128
</Directory>
</VirtualHost>
Alias /siremis "/var/www/siremis-2.0.0/siremis"
<Directory "/var/www/siremis-2.0.0/siremis">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
<FilesMatch "\.xml$">
Order deny,allow
Deny from all
</FilesMatch>
<FilesMatch "\.inc$">
Order deny,allow
Deny from all
</FilesMatch>
</Directory>
My rewrite.load file contains:
LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
________________________________
From: "sr-users-request(a)lists.sip-router.org" <sr-users-request(a)lists.sip-router.org>
To: sr-users(a)lists.sip-router.org
Sent: Wednesday, November 23, 2011 6:00 AM
Subject: sr-users Digest, Vol 78, Issue 62
Send sr-users mailing list submissions to
sr-users(a)lists.sip-router.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
or, via email, send a message with subject or body 'help' to
sr-users-request(a)lists.sip-router.org
You can reach the person managing the list at
sr-users-owner(a)lists.sip-router.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of sr-users digest..."
Today's Topics:
1. Re: Siremis installation problem (Elena-Ramona Modroiu)
----------------------------------------------------------------------
Message: 1
Date: Wed, 23 Nov 2011 09:15:51 +0100
From: Elena-Ramona Modroiu <ramona(a)asipto.com>
Subject: Re: [SR-Users] Siremis installation problem
To: sr-users(a)lists.sip-router.org
Message-ID: <4ECCABB7.4010009(a)asipto.com>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"
Hi,
do you have 'AllowOverride All' in your apache config?
Regards,
Ramona
On 11/22/11 10:13 AM, Jonny Klompas wrote:
> I do.
>
> Thanks
>
> Jonny
>
> ------------------------------------------------------------------------
> *From:* Elena-Ramona Modroiu <ramona(a)asipto.com>
> *To:* Jonny Klompas <jonny.klompas(a)yahoo.com>; SIP Router - Kamailio
> (OpenSER) and SIP Express Router (SER) - Users Mailing List
> <sr-users(a)lists.sip-router.org>
> *Sent:* Tuesday, November 22, 2011 10:57 AM
> *Subject:* Re: [SR-Users] Siremis installation problem
>
> Hi,
>
> On 11/20/11 6:47 PM, Jonny Klompas wrote:
>> Hi,
>>
>> When trying to access the Siremis home page to login after the
>> installation, I receive the following error:
>>
>> The requested URL /siremis/index.php/user/login was not found on this
>> server.
> do you have mod_rewrite enabled on apache web server?
>
> Regards,
> Ramona
>
>
>
> _______________________________________________
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users(a)lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hello,
We are using Kamailio 3.1.5 in production. We use the sqlops module to run a mysql function to return parameters. In the logs I am seeing the flowing warnings.
/usr/sbin/kamailio[3991]: WARNING: db_mysql [km_res.c:143]: unhandled data type column (diallednumber) type id (6), use DB1_STRING as default
/usr/sbin/kamailio[3991]: WARNING: db_mysql [km_res.c:143]: unhandled data type column (ringtime) type id (6), use DB1_STRING as default
I think these are generated when we return a null value, although this is not causing us a problem can anyone advise how to eliminate these warnings.
Many Thanks
Stephen Dodge
________________________________
Information in this message, including any attachments, is confidential to the person to whom it is addressed and may be legally privileged. If you are not the intended recipient please notify the sender and delete the message from your system. Please note that Bistech Group plc, Bistech plc, Bisnet Limited and the sender do not accept any responsibility for viruses. It is your responsibility to check the e-mail and any attachments for viruses. Calls may be monitored and recorded.
Hi All,
Why in the kamailio 3.1.2 I have to give a sip_msg parameter to function
register_tmcb when I want register a function of my module with
TMCB_RESPONSE_OUT parameter? I can't understand this behavior...
Best Regards
Hello,
I have installed Kamailio 3.1.5 on Centos 5.5 using the kamailio-3.1.5-4.1.x86_64.rpm.
I have a requirement that our Kamailio server supports SIP OPTIONS, looking through the module list it looks like the OPTIONS module is the way to go, unfortunately my install only includes the module and module_k Kamailio Modules.
Is the only option to compile the OPTIONS module from source or is there a better way to configure Kamailio to respond to SIP OPTIONS?
Thanks
Stephen Dodge
________________________________
Information in this message, including any attachments, is confidential to the person to whom it is addressed and may be legally privileged. If you are not the intended recipient please notify the sender and delete the message from your system. Please note that Bistech Group plc, Bistech plc, Bisnet Limited and the sender do not accept any responsibility for viruses. It is your responsibility to check the e-mail and any attachments for viruses. Calls may be monitored and recorded.
I am trying to configure a VOIP phone. I do not know the setting.
Alfa Color Wireless VoIP Internet IP Wifi Phone
The setting are :
Registrar Server
IP and Port address
Outbound Proxy Server
IP and Port address
I'm Trying to relay sip messages from sip client to asterisk. Kamailio should accept the msg on 9090 udp port and it will forward the sip message to 7160 udp port of Asterisk.
I thought the default cfg file will be enough to accomplish this simple task. But kamailio is receiving the msg ok but its not forwarding the msg. Another interesting thing is if i enable tls and give a tls port of kamailio , it easily forwards and the client registers ok.
With Best Regards