*** empty log message ***
This commit is contained in:
parent
895f7a34f3
commit
c54d6e57dc
@ -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))) {
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user