]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
dox
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 24 Apr 2006 16:19:11 +0000 (16:19 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 24 Apr 2006 16:19:11 +0000 (16:19 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1241 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_caller.h
src/include/switch_channel.h
src/include/switch_rtp.h

index f9ff50762e61cee12ce2a23fb780a55e1c229354..5d2809df93d362548245c483377a688495f138e9 100644 (file)
@@ -148,6 +148,8 @@ SWITCH_DECLARE(void) switch_caller_extension_add_application(switch_core_session
   \param network_addr network address
   \param ani ANI information
   \param ani2 ANI II information
+  \param rdnis RDNIS
+  \param source the source 
   \param destination_number destination number
   \return a new profile object allocated from the session's memory pool
 */
index ca2fa935a1a3ce59f3880000605f372dda2209d4..986ed23aaf154a3474241448afd39f505b1325e2 100644 (file)
@@ -96,7 +96,7 @@ SWITCH_DECLARE(switch_call_cause_t) switch_channel_get_cause(switch_channel *cha
 
 /*!
   \brief return a cause string for a given cause
-  \param the code to check
+  \param cause the code to check
   \return the string
 */
 SWITCH_DECLARE(char *) switch_channel_str2cause(switch_call_cause_t cause);
index 3215cfd7584c0784bc91038e4630b19ea93959bc..350a704310e633f544f98746e7dc4cc7c4e2b114 100644 (file)
@@ -294,6 +294,7 @@ SWITCH_DECLARE(int) switch_rtp_write_frame(switch_rtp *rtp_session, switch_frame
   \param rtp_session the RTP session to write to
   \param data data to write
   \param datalen the size of the data
+  \param m set mark bit or not
   \param payload the IANA payload number
   \param ts then number of bytes to increment the timestamp by
   \param mseq the specific sequence number to use