[OpenSIPS-Users] Dialog module

M.Khaled W Chehab kchehab at icucall.com
Fri Nov 8 16:38:13 CET 2013


Dears,

 

I am loading opensips 1.10 with load balancer module 

 

While applying   opensipsctlf fiflo lb_list  to the command line I can see
a sum of  408 calls where I can find only  218 rows in dialog mysql table 

 

How can I find the 408 calls in my dialog table 

 

My config 

 

if (is_method("INVITE")) {

                         if (!has_totag()) {

create_dialog("B");

              topology_hiding() ;

                load_balance("$avp(Cusid)","trunk","1");

 

 

route[

# opensipsctl  fifo lb_list 

database engine 'MYSQL' loaded

Control engine 'FIFO' loaded

entering fifo_cmd lb_list

Destination:: sip:xx.xx.xx.4 id=2 group=1 enabled=yes auto-re=on

        Resource:: trunk max=1000 load=208

Destination:: sip:xx.xx.xx.5 id=3 group=1 enabled=yes auto-re=on

        Resource:: trunk max=1000 load=200

Destination:: sip:37.220.108.10 id=4 group=2 enabled=yes auto-re=on

        Resource:: trunk max=1000 load=0

 

 

 

failure_route[missed_call] {

if (t_check_status("(408)|([56][0-9][0-9])")) {

   if (load_balance("$avp(Cusid)","trunk","1"))

                {

 

Please advise

 

 

 

#### DIALOG module

loadmodule "dialog.so"

modparam("dialog", "dlg_match_mode", 1)

modparam("dialog", "default_timeout",3600)  # 6 hours timeout

modparam("dialog", "db_mode", 2)

modparam("dialog", "db_url","mysql://ckswitch:515155@localhost/ckswitch") #
CUSTOMIZE ME

modparam("dialog", "profiles_with_value", "trunkCalls")

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20131108/d932df46/attachment.htm>


More information about the Users mailing list