#include "dlg_hash.h"


Go to the source code of this file.
Data Structures | |
| struct | _dlg_transfer_ctx |
Typedefs | |
| typedef struct _dlg_transfer_ctx | dlg_transfer_ctx_t |
Functions | |
| int | dlg_bridge (str *from, str *to, str *op) |
| int | dlg_transfer (struct dlg_cell *dlg, str *to, int side) |
| typedef struct _dlg_transfer_ctx dlg_transfer_ctx_t |
$Id$
Copyright (C) 2009 Daniel-Constantin Mierla (asipto.com)
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
Definition at line 278 of file dlg_transfer.c.
References d_tmb, dlg_bridge_tm_callback(), DLG_HOLD_CT_HDR, DLG_HOLD_CT_HDR_LEN, DLG_HOLD_SDP, DLG_HOLD_SDP_LEN, dlg_transfer_ctx_free(), _dlg_transfer_ctx::from, _str::len, LM_DBG, LM_ERR, NULL, _str::s, shm_free, shm_malloc(), tm_binds::t_request, and _dlg_transfer_ctx::to.
Referenced by mi_dlg_bridge(), and w_dlg_bridge().
Definition at line 341 of file dlg_transfer.c.
References build_new_dlg(), dlg_cell::callid, dlg_cell::contact, dlg_cell::cseq, _dlg_transfer_ctx::dlg, DLG_CALLEE_LEG, DLG_CALLER_LEG, dlg_refer_callee(), dlg_set_leg_info(), dlg_transfer_ctx_free(), empty, _dlg_transfer_ctx::from, dlg_cell::from_uri, _str::len, LM_ERR, NULL, dlg_cell::route_set, _str::s, shm_free, shm_malloc(), dlg_cell::tag, _dlg_transfer_ctx::to, and dlg_cell::to_uri.
Referenced by w_dlg_refer().
1.5.6