Advertisement
Guest User

JP Loh

a guest
Apr 3rd, 2008
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. --- asterisk-1.4.19/apps/app_queue.c 2008-04-04 01:48:09.000000000 +0800
  2. +++ asterisk-1.4.19-jp/apps/app_queue.c 2008-04-04 01:46:51.000000000 +0800
  3. @@ -2253,6 +2253,7 @@
  4. case AST_CONTROL_RINGING:
  5. if (option_verbose > 2)
  6. ast_verbose( VERBOSE_PREFIX_3 "%s is ringing\n", o->chan->name);
  7. + ast_queue_log(qe->parent->name, in->uniqueid, membername, "RINGING", "%s", "");
  8. break;
  9. case AST_CONTROL_OFFHOOK:
  10. /* Ignore going off hook */
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement