[OpenSIPS-Users] cdr and Dialog on opensips-cp

Engineer voip forvoip4 at gmail.com
Thu Aug 23 16:46:29 CEST 2012


Hello,
I did all this procedures but don't work

my dialog configuration is:

### dialog module ####
loadmodule "dialog.so"
modparam("dialog", "dlg_match_mode", 1)
modparam("dialog", "default_timeout", 21600)  # 6 hours timeout
modparam("dialog", "db_mode", 1)
modparam("dialog", "db_update_period", 30)
modparam("dialog", "table_name", "dialog")
modparam("dialog", "db_url","mysql://opensips:opensipsrw@localhost/opensips")
modparam("dialog", "call_id_column", "callid")
modparam("dialog", "from_uri_column", "from_uri")
modparam("dialog", "from_tag_column", "from_tag")
modparam("dialog", "to_uri_column", "to_uri")
modparam("dialog", "to_tag_column", "to_tag")
modparam("dialog", "from_cseq_column", "caller_cseq")
modparam("dialog", "to_cseq_column", "callee_cseq")
modparam("dialog", "state_column", "state")
modparam("dialog", "start_time_column", "start_time")


Thank you for your help.

Regards

2012/8/23, Binan AL Halabi <binanalhalabi at yahoo.com>:
> Hi ,
> 1- for Dialog : you have to load & configure the
> module "dialog" in OpenSIPS script.
>
> 2- for CDR viewer :
>  - add table *cdrs.mysql* and stored procedure *opensips_cdrs.mysql*
> to OPENSIPS database
>  - edit the cron_job/generate-cdrs_mysql.sh file and change the mysql
> connection data (hostname,username,password and database)
>  - call the script from the cron
>
> check the opensips-cp INSTALL file for this.
>
> //Binan
>
> --- On Thu, 8/23/12, Engineer voip <forvoip4 at gmail.com> wrote:
>
> From: Engineer voip <forvoip4 at gmail.com>
> Subject: Re: [OpenSIPS-Users] cdr and Dialog on opensips-cp
> To: "OpenSIPS users mailling list" <users at lists.opensips.org>
> Date: Thursday, August 23, 2012, 6:15 AM
>
> hello,
>
> when i click "dialog" i get the message "
> ERROR:mi_fifo:mi_fifo_server: command dlg_list is not available "
>
> thank you for help
>
> 2012/8/23, Binan AL Halabi <binanalhalabi at yahoo.com>:
>> Hi,
>> what you get when you click "dialog" under "system" list on opensips-cp ?
>>
>> //Binan
>>
>> --- On Thu, 8/23/12, Engineer voip <forvoip4 at gmail.com> wrote:
>>
>> From: Engineer voip <forvoip4 at gmail.com>
>> Subject: [OpenSIPS-Users] cdr and Dialog on opensips-cp
>> To: "OpenSIPS users mailling list" <users at lists.opensips.org>
>> Date: Thursday, August 23, 2012, 3:06 AM
>>
>> Hello All,
>>
>> I'm using opensips-cp with opensips 1.8, and i can do the call between
>> two
>> users but i can't  get the CDRs and Dialog informations by using
>> opensips-cp.
>>
>>
>> someone can help me, please?
>>
>>
>> thanks
>>
>>
>> -----Inline Attachment Follows-----
>>
>> _______________________________________________
>> Users mailing list
>> Users at lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>



More information about the Users mailing list