forked from Mirrors/freeswitch
fix subscribe
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7013 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
30f48ee688
commit
8b1be45e01
@ -1032,9 +1032,9 @@ void sofia_presence_handle_sip_i_subscribe(int status,
|
||||
nua_respond(nh, SIP_202_ACCEPTED,
|
||||
NUTAG_WITH_THIS(nua),
|
||||
SIPTAG_SUBSCRIPTION_STATE_STR(sstr),
|
||||
SIPTAG_FROM(sip->sip_to),
|
||||
SIPTAG_TO(sip->sip_from),
|
||||
SIPTAG_CONTACT_STR(contact_str),
|
||||
//SIPTAG_FROM(sip->sip_to),
|
||||
//SIPTAG_TO(sip->sip_from),
|
||||
//SIPTAG_CONTACT_STR(contact_str),
|
||||
TAG_END());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user