$Id$ More...
#include <stdio.h>#include "../../pvar.h"#include "../../parser/msg_parser.h"#include "../../modules/tm/tm_load.h"

Go to the source code of this file.
dispatcher module
Copyright (C) 2004-2006 FhG Fokus
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) 2007-02-09 Added active probing of failed destinations and automatic re-enabling of destinations 2007-05-08 Ported the changes to SVN-Trunk and renamed ds_is_domain to ds_is_from_list.
Dispatcher :: Dispatch
Definition in file modules_k/dispatcher/dispatch.h.
| void ds_check_timer | ( | unsigned int | ticks, | |
| void * | param | |||
| ) |
Timer for checking inactive destinations.
This timer is regularly fired.
Definition at line 2383 of file dispatch.c.
References ds_options_callback().
Referenced by mod_init().


| void ds_ht_timer | ( | unsigned int | ticks, | |
| void * | param | |||
| ) |
Timer for checking active calls load.
This timer is regularly fired.
Definition at line 2436 of file dispatch.c.
Referenced by mod_init().

| struct tm_binds tmb |
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
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 54 of file async_mod.c.
1.7.1