aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-25 20:02:43 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-25 20:02:43 +0000
commit33a2583e4fd0ff8674bcad2b7d207a8493ad3510 (patch)
tree6b46d2e1c4bfb3ad4ce03cc6ca2a08b0cb0d2b4b /channels
parent0504c67207ccbc49faf36638fd905a4e2e232903 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@46274 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index df337bdbf..7483af472 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -11138,6 +11138,8 @@ static int handle_request_subscribe(struct sip_pvt *p, struct sip_request *req,
ast_set_flag(p, SIP_NEEDDESTROY);
return 0;
}
+ if (option_debug > 2)
+ ast_log(LOG_DEBUG, "Subscription type: Event: %s Format: %s\n", subscription_types[p->subscribed].event, subscription_types[p->subscribed].mediatype);
} else if (!strcmp(event, "message-summary") && !strcmp(accept, "application/simple-message-summary")) {
/* Looks like they actually want a mailbox status */