mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-01 02:52:32 +00:00
MODSOFIA-31
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15056 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
5dd463532c
commit
1daf620e34
@ -4049,6 +4049,10 @@ void sofia_handle_sip_i_refer(nua_t *nua, sofia_profile_t *profile, nua_handle_t
|
|||||||
home = su_home_new(sizeof(*home));
|
home = su_home_new(sizeof(*home));
|
||||||
switch_assert(home != NULL);
|
switch_assert(home != NULL);
|
||||||
|
|
||||||
|
nua_respond(nh, SIP_202_ACCEPTED,
|
||||||
|
NUTAG_WITH_THIS(nua),
|
||||||
|
SIPTAG_EXPIRES_STR("60"), TAG_END());
|
||||||
|
|
||||||
if (sip->sip_referred_by) {
|
if (sip->sip_referred_by) {
|
||||||
full_ref_by = sip_header_as_string(home, (void *) sip->sip_referred_by);
|
full_ref_by = sip_header_as_string(home, (void *) sip->sip_referred_by);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user