- fix typo in rtp.c, devicestate.h

- add information about subscriptions and realtime dial plans in sip.conf.sample


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@24342 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson
2006-05-02 20:31:39 +00:00
parent 0cf25becb9
commit 7bbb6bd3aa
3 changed files with 14 additions and 7 deletions

View File

@@ -79,7 +79,7 @@ int ast_device_state_changed(const char *fmt, ...)
/*! \brief Tells Asterisk the State for Device is changed
* \param device devicename like a dialstrin
* \param device devicename like a dialstring
* Asterisk polls the new extensionstates and calls the registered
* callbacks for the changed extensions
* Returns 0 on success, -1 on failure