Hello All,
Is there a method / command to kill calls related to one dialog profile.
Right now i have to find all dialogs for a customer and loop through all
the dialog hashes to run kamcmd dlg.end_dlg till i can kill all calls. Is
there a easier way to do this.
Thanking You,
Sunil More
Ph : 9503338275
Hello:
I added a graphic to Siremis of my actives dialogs. But, it only shows unix time (From 1969-12-31 19:33:37 To1969-12-31 19:33:37) as Xaxis (19:33). I had siremis 4.2 and never saw it correctly, I just updated to Siremis 4.4 and I see the same problem.Please see the attachment file with the graph, and my configuration files and table bellow
Thanks in advance.
My /var/www/siremis-4.4.0/siremis/modules/ser/view/xxxx.xml file
<?xml version="1.0" standalone="no"?>
<EasyView Name="ChartsSumdialogsView" Description="Charts" class="EasyView" Tab="" TemplateEngine="Smarty" Access="SERAdmin.Administer_Modules" TemplateFile="view.tpl">
<FormReferences>
<Reference Name="ser.cms.form.ChartsForm"/>
</FormReferences>
</EasyView>
-----------------------------------------------------------
My siremisCharts.xml
----------------------------------------------------------
<ChartGroup name="sumdialogs">
<Chart name="sumdialogs" table="active_dialogs" title="Active_Failed_Dialogs" type="area" order="reverse"
orderby="ORDER BY id DESC" limit="LIMIT 10080">
<XAxis>
<!-- <Item name="date_created" data="hour(date_created)" title="date_created" type="timestamp"/> -->
<Item name="date_created" data="date_created" title="date_created" type="timestamp"/>
</XAxis>
<YAxis>
<Item name="active_dialogs" data="active_dialogs" title="active_dialogs" type="dataset" color="#D02020"/>
<Item name="failed_dialogs" data="failed_dialogs" title="failed_dialogs" type="dataset" color="#DFC329"/>
</YAxis>
</Chart>
</ChartGroup>
---------------------------------------------------------------------------------------
See bellow, the portion of the table used to build the graphic, the column "date_created" is the problem, and the format is "TIMESTAMP"
------------------------------------------------------------------------------------------
# id, date_created, active_dialogs, early_dialogs, expired_dialogs, failed_dialogs, processed_dialogs,
'1', '2017-04-11 14:40:40', '220', '0', '1219', '37', '6879491'
'2', '2017-04-11 14:42:02', '206', '0', '1219', '37', '6879604'
'3', '2017-04-11 14:43:01', '215', '0', '1219', '37', '6879685'
'4', '2017-04-11 14:44:01', '191', '0', '1220', '37', '6879744'
'5', '2017-04-11 14:45:02', '203', '0', '1220', '37', '6879837'
'9', '2017-04-11 14:46:01', '211', '0', '1220', '37', '6879929'
'11', '2017-04-11 14:47:01', '234', '0', '1220', '37', '6880019'
'12', '2017-04-11 14:48:01', '222', '0', '1220', '37', '6880087'
----------------------------------------------------------------------------------------------------------------------------------
No Matter How Hard The Past, You Can Always Begin Again ~
Hello,
I have setup Kamailio 5.0.3 under Ubuntu 16.04. I can connect to the server but cannot call/text my contacts and don't see them online.
When I try to call them, I get errors like ERROR: <core> [core/tcp_main.c:4264]: tcpconn_main_timeout(): connect 10.8.8.218:51079 failed (timeout)
For texts, the error is 405 Method not allowed
What is the problem and how to fix it?
Thanks
Serj
Hi Guys,
I have a SIP provider who only accept registrations from users, so I have registered my kamailio Server with them using the uac module.
It is registered fine, and I can get inbound calls on the trunk.
My query is the best way to send outbound calls out via the registered sip gateway?
I would normally load balance using dispatcher if it was to IP authenticating providers, but as they are using registration, what would be best practice to send outbound calls via the registration which is establised with the uac module?
Is it just a question of doing it within the configuration file, as again they will look to auth requests as well with a 401/407 so I assume I can use uac_auth() for that.
Just wondering what other people have done if anything, is my other option is to register using a B2Bua on the same server, and leave kamailio just as a proxy.
Many thanks
Jon
Hello.
I'm using following dialog module settings:
modparam("dialog", "db_url", DBURL)
modparam("dialog", "db_mode", 1)
modparam("dialog", "dlg_flag", 4)
modparam("dialog", "dlg_match_mode", 1)
modparam("dialog", "profiles_with_value", "limithash ; caller")
modparam("dialog", "ka_timer", 10)
modparam("dialog", "ka_interval", 300)
modparam("dialog", "send_bye", 1)
and I expect some OPTIONS within dialogs. But that don't happen. I don't
see any OPTIONS messages in sngrep in established calls. What's wrong? I
call dlg_manage() right before main t_relay, everything including CDRs
are working fine...
Hi,
I am getting the below Error while Call Ended.
2(28504) ERROR: acc [acc_cdr.c:373]: write_cdr(): message is empty!
2(28504) ERROR: acc [acc_cdr.c:656]: cdr_on_end_confirmed(): failed to
write cdr!
Am I missing something? Please Guide me
Thanks & Kind Regards,
*Logeshwaran G*
*"Be Hungry, Stay Foolish"*
Hi,
Is it possible to kill the call using callid, I have referred the dialog
module, I found the command:
kamcmd dlg.end_dlg 342 56
But I need to kill the call with Callid, Input Please?
Thanks & Kind Regards,
*Logeshwaran G*
*"Be Hungry, Stay Foolish"*