mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 07:08:45 +05:00
SM-FreeSWITCH: fix postpaid calls not being allowed out, Various local test fixes and preparations for release
This commit is contained in:
@@ -91,22 +91,22 @@ modparam("db_flatstore", "single_file", 1)
|
||||
loadmodule "acc.so"
|
||||
modparam("acc", "detect_direction", 1)
|
||||
#modparam("acc", "cdr_flag", "CDR")
|
||||
#modparam("acc", "evi_flag", "CDR")
|
||||
#modparam("acc", "evi_missed_flag", "CDR")
|
||||
modparam("acc", "evi_flag", "CDR")
|
||||
modparam("acc", "evi_missed_flag", "CDR")
|
||||
modparam("acc", "evi_extra", "cgr_reqtype=$avp(cgr_reqtype);
|
||||
cgr_account=$avp(cgr_account);
|
||||
cgr_destination=$avp(cgr_destination);
|
||||
cgr_supplier=$avp(cgr_supplier);
|
||||
dialog_id=$DLG_did")
|
||||
modparam("acc", "db_url", "flatstore:/tmp")
|
||||
modparam("acc", "db_flag", "CDR")
|
||||
modparam("acc", "db_missed_flag", "CDR")
|
||||
modparam("acc", "db_table_missed_calls", "cgr_missed")
|
||||
modparam("acc", "db_extra", "cgr_reqtype=$avp(cgr_reqtype);
|
||||
cgr_account=$avp(cgr_account);
|
||||
cgr_destination=$avp(cgr_destination);
|
||||
cgr_supplier=$avp(cgr_supplier);
|
||||
dialog_id=$DLG_did")
|
||||
#modparam("acc", "db_url", "flatstore:/tmp")
|
||||
#modparam("acc", "db_flag", "CDR")
|
||||
#modparam("acc", "db_missed_flag", "CDR")
|
||||
#modparam("acc", "db_table_missed_calls", "cgr_missed")
|
||||
#modparam("acc", "db_extra", "cgr_reqtype=$avp(cgr_reqtype);
|
||||
# cgr_account=$avp(cgr_account);
|
||||
# cgr_destination=$avp(cgr_destination);
|
||||
# cgr_supplier=$avp(cgr_supplier);
|
||||
# dialog_id=$DLG_did")
|
||||
|
||||
#### CfgUtils module
|
||||
loadmodule "cfgutils.so"
|
||||
@@ -358,9 +358,6 @@ route[location] {
|
||||
t_reply("404", "Not Found");
|
||||
exit;
|
||||
}
|
||||
append_branch();
|
||||
append_branch();
|
||||
setflag(CDR);
|
||||
}
|
||||
|
||||
failure_route[missed_call] {
|
||||
|
||||
Reference in New Issue
Block a user