$Id$ More...
#include <stdio.h>#include <string.h>#include <stdlib.h>#include <sys/types.h>#include <unistd.h>#include "../../lib/kmi/mi.h"#include "../../sr_module.h"#include "../../dprint.h"#include "../../error.h"#include "../../ut.h"#include "../../route.h"#include "../../mem/mem.h"#include "../../mod_fix.h"#include "../../rpc.h"#include "../../rpc_lookup.h"#include "ds_ht.h"#include "dispatch.h"#include "config.h"#include "api.h"
Go to the source code of this file.
dispatcher module -- stateless load balancing
Copyright (C) 2004-2005 FhG Fokus Copyright (C) 2006 Voice Sistem SRL
This file is part of Kamailio, a free SIP server.
Kamailio is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version
Kamailio is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
History ------- 2004-07-31 first version, by daniel 2007-01-11 Added a function to check if a specific gateway is in a group (carsten - Carsten Bock, BASIS AudioNet GmbH) 2007-02-09 Added active probing of failed destinations and automatic re-enabling of destinations (carsten) 2007-05-08 Ported the changes to SVN-Trunk and renamed ds_is_domain to ds_is_from_list. (carsten) 2007-07-18 Added support for load/reload groups from DB reload triggered from ds_reload MI_Command (ancuta)
Dispatcher :: Dispatch
Definition in file modules_k/dispatcher/dispatcher.c.
| static int mod_init | ( | void | ) | [static] |
init module function
Definition at line 256 of file modules_k/dispatcher/dispatcher.c.
References ds_check_timer(), ds_ht_timer(), ds_init_rpc(), ds_load_list(), dslistfile, init_ds_db(), _str::len, probing_threshhold, pv_get_avp_name(), and _str::s.

| struct tm_binds tmb |
TM bind.
Copyright (C) 2011 Daniel-Constantin Mierla (asipto.com)
This file is part of Kamailio, a free SIP server.
This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version
This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Copyright (C) 2011 Flowroute LLC (flowroute.com)
This file is part of Kamailio, a free SIP server.
This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version
This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Definition at line 126 of file modules_k/dispatcher/dispatcher.c.
1.7.1