Dear list
I am quite new to Kamailio and i know that probably this thread has been
answered quite few times. But i have few questions
I was able to configure Kamailio + Asterisk MWI with Kamailio handling the
registration of users. The problem is that i am quite sure that is not the
right way.
Wh
Dear Hamstra thanks you for your suggestion.
Surely it was pike module that was kicking in and blocking my IP address.
But I am unable to clearly understand these two params of pike module.
modparam("pike", "sampling_time_unit", 1)
modparam("pike", "reqs_density_per_unit", 500)
If I want to bloc
I do not recall if pike is enabled by default in the base config file or not,
but you may be running into it blocking you.
Check to see if WITH_ANTIFLOOD is defined. If it is and you want it you will
need to adjust your pike modparams. If it is enabled, and you do not needed
remove the defin
no i have not use kamdbctl extra
i have create these tables (mqueues, mcalls) manualy
On Fri, Jul 22, 2016 at 2:18 AM, Robert Boisvert
wrote:
> Did you use kamdbctl extra? Did it create the MOHQUEUES and MOHCALLS
> tables? If so, comment out these modparams.
>
> #modparam ("mohqueue", "db_qt
Did you use kamdbctl extra? Did it create the MOHQUEUES and MOHCALLS
tables? If so, comment out these modparams.
#modparam ("mohqueue", "db_qtable", "mqueues")
#modparam ("mohqueue", "db_ctable", "mcalls")
On Thu, Jul 21, 2016 at 4:35 PM, Gaurav Bmotra
wrote:
> yes i have use kamdbctl to crea
Greeting list.
I am doing the load test of Kamailio with SIPp using most basic
script(kamailio.cfg) with logging level set to minimum to dispatch requests
to SIPp UAS.
This is my dispatcher code snippet.
$avp(quality) = "1";
ds_select_dst("$avp(quality)", "4");
route(RELA
yes i have use kamdbctl to create database
actualy all is working fine like SIP to SIP call
i just want to impliment the MOH on this but when i impliment all this MOH
configurationd then it give the error during startart the kamailio
if i remove this MOH entryes then it will work fine
but i want t
Did you use kamdbctl to create the tables?
https://www.kamailio.org/wiki/install/4.3.x/git#create_mysql_database
On Thu, Jul 21, 2016 at 4:05 PM, Gaurav Bmotra
wrote:
> hi Robert
>
> this is my kamailio config entries for MOH
> -
> #---
How does one configure Kamailio Open IMS and FHoSS? In other words, how does
one configure IMS and FHoSS so that when soft calls are made they must be
processed by the FHoSS before they go through the Open IMS server?
Great regards,
Victor Olvera
__
hi Robert
this is my kamailio config entries for MOH
-
#MOH---
modparam ("mohqueue", "db_url", "mysql://kamailio:kamailiorw@localhost
/kamailio")
modparam ("mohqueue", "db_qtable", "mqueues")
modparam ("mohqueu
Not unless your configuration contains:
modparam ("mohqueue", "db_qtable", "mqueues")
modparam ("mohqueue", "db_ctable", "mcalls")
And you have populated mqueues with the correct information.
See
http://www.kamailio.org/docs/modules/devel/modules/mohqueue.html#table.parms
and
http://www.kamailio
i have created two tables
mqueues and mcalls
is that ok
On Fri, Jul 22, 2016 at 12:11 AM, Robert Boisvert
wrote:
> This error: db_check_table_version(): invalid version 0 for table
> mohqcalls found, exp
>
> Indicates you didn't create the tables or the user does not have access to
> it.
>
>
This error: db_check_table_version(): invalid version 0 for table mohqcalls
found, exp
Indicates you didn't create the tables or the user does not have access to
it.
On Thu, Jul 21, 2016 at 2:31 PM, Gaurav Bmotra
wrote:
> Hi Robert
>
> Now it gives the forllowing error
> ---
Hi Robert
Now it gives the forllowing error
--
Jul 21 23:48:19 bmotra kamailio[11097]: INFO: [sctp_core.c:74]:
sctp_core_check_support(): SCTP API not enabled - if you want to use it,
load s
Jul 21 23:48:19 bmotra kamailio[1
Hi community,
I'm using an MGCF that creates From tags like **%%!!MYOFFICE++00!!%%**A0F1F1BA
Now the special characters "%%" are allowed in tags (i.e. "token" according to
RFC 3261),
token = 1*(alphanum / "-" / "." / "!" / "%" / "*"
/ "_" / "+" / "`" / "'" / "~
Thanks,
I was able to suspend the transaction and wait for the register but the
client that sends the INVITE get unavailable right after the other side
joins.
Here is my debug flow:
Client A sends the INVITES.
Use case 1: Client B register one time. Then I turn off the WiFi in client
B so it will
On Wed, Jul 20, 2016 at 04:37:42PM -0400, Tickling Contest wrote:
> http://kb.asipto.com/asterisk:realtime:kamailio-4.0.x-asterisk-11.3.0-astdb
..
> but having trouble getting any further to load balance a couple
> of Asterisk servers. Here is a range of issues I have:
>
> (a) The Kamailio server
In the cfg file you will note that the IP address of the asterisk server
and kamailio server are different, so this should not matter.
On Thu, Jul 21, 2016 at 3:08 AM, Gopalakrishnan N wrote:
> Am not a expert user of Kamilio. But this looks like, port issue. Kamilio
> SIP port and Asterisk SIP
Am not a expert user of Kamilio. But this looks like, port issue. Kamilio
SIP port and Asterisk SIP port not supposed to be same I guess..
Regards,
Gopal.
On Thu, 21 Jul 2016 at 02:07 Tickling Contest
wrote:
> Hello,
>
> I am following the instructions in
> http://kb.asipto.com/asterisk:realtim
19 matches
Mail list logo