*** empty log message ***

This commit is contained in:
Thomas Ries 2008-11-01 13:09:13 +00:00
parent 895f7a34f3
commit c54d6e57dc
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ int plugin_process(int stage, sip_ticket_t *ticket){
return sts;
}
/* Catch the ACK following the rediredct */
/* Catch the ACK following the redirect */
if ((ticket->direction == DIRTYP_UNKNOWN) &&
(MSG_IS_REQUEST(ticket->sipmsg)) &&
(MSG_IS_ACK(ticket->sipmsg))) {

View File

@ -48,7 +48,7 @@
typedef struct {
void *next; /* link to next plugin element, NULL if last */
int api_version; /* API version that PLUGIN uses */
char *name; /* Plugn name */
char *name; /* Plugin name */
char *desc; /* Description */
int exe_mask; /* bitmask for activation of different processing
stages during SIP processing that a plugin wants