]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_notify: Add documentation
authorMatthew Jordan <mjordan@digium.com>
Sat, 28 Sep 2013 22:56:29 +0000 (22:56 +0000)
committerMatthew Jordan <mjordan@digium.com>
Sat, 28 Sep 2013 22:56:29 +0000 (22:56 +0000)
commit2438636a31f3b8da2a72b577399ef8ba9d40098c
tree93396b518c40403278ac8fd15310a2f1a8095cc9
parentefa6676548408c88b798e3a6d56ab7fd93e070ab
res_pjsip_notify: Add documentation

We forgot to add documentation for res_pjsip_notify, which would prevent it
from being loaded. Whoops.

This patch also updates res_pjsip_notify to use pjsip_notify.conf, which now
has its own sample file in the configs directory as well.

Review: https://reviewboard.asterisk.org/r/2835/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@400121 65c4cc65-6c06-0410-ace0-fbb531ad65f3
configs/pjsip_notify.conf.sample [new file with mode: 0644]
res/res_pjsip_notify.c