Hi all,
as in subject.

Regards.
--- old-sofsip-cli/src/ssc_sip.c	2008-07-04 09:29:49.000000000 +0200
+++ new-sofsip-cli/src/ssc_sip.c	2008-07-04 09:29:49.000000000 +0200
@@ -700,7 +700,7 @@
 /**
  * Sends an outgoing INVITE request.
  *
- * @param cli context pointer
+ * @param ssc context pointer
  * @param destination SIP URI
  */
 void ssc_invite(ssc_t *ssc, const char *destination)
@@ -848,7 +848,7 @@
       state == sm_active) {
 
     /* SDP O/A case 1: outgoing invite
-     *  - get a an description of the network addresses
+     *  - get a description of the network addresses
      *    and available media and codecs
      *  - pass this information to nua_invite() in the 
      *    SOATAG_USER_SDP_STR() tag
@@ -1619,7 +1619,7 @@
   ssc_oper_t *op;
 
   if (!registrar && (op = ssc_oper_find_by_method(ssc, sip_method_register))) {
-    printf("%s: REGISTER %s - updating existing registrationk\n", ssc->ssc_name, op->op_ident);
+    printf("%s: REGISTER %s - updating existing registration\n", ssc->ssc_name, op->op_ident);
     nua_register(op->op_handle, TAG_NULL());
     return;
   }

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to