]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
automerge commit
authorAutomerge script <automerge@asterisk.org>
Wed, 25 Oct 2006 20:02:43 +0000 (20:02 +0000)
committerAutomerge script <automerge@asterisk.org>
Wed, 25 Oct 2006 20:02:43 +0000 (20:02 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@46274 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index df337bdbfbd55a14dc0edbb8aa995b2c08d81d4c..7483af47206f24159f489c312243f13580e3f8dd 100644 (file)
@@ -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 */