Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv18341/channels

Modified Files:
      Tag: v1-2
        chan_iax2.c 
Log Message:
issue #5792


Index: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.378
retrieving revision 1.378.2.1
diff -u -d -r1.378 -r1.378.2.1
--- chan_iax2.c 12 Nov 2005 20:04:57 -0000      1.378
+++ chan_iax2.c 20 Nov 2005 23:33:03 -0000      1.378.2.1
@@ -1954,8 +1954,8 @@
 
                ast_cli(fd, "  Status       : ");
                peer_status(peer, status, sizeof(status));      
-               ast_cli(fd, " Qualify        : every %d when OK, every %d when 
UNREACHABLE (sample smoothing %s)\n", peer->pokefreqok, peer->pokefreqnotok, 
(peer->smoothing == 1) ? "On" : "Off");
                ast_cli(fd, "%s\n",status);
+               ast_cli(fd, " Qualify        : every %d when OK, every %d when 
UNREACHABLE (sample smoothing %s)\n", peer->pokefreqok, peer->pokefreqnotok, 
(peer->smoothing == 1) ? "On" : "Off");
                ast_cli(fd,"\n");
                if (ast_test_flag(peer, IAX_TEMPONLY))
                        destroy_peer(peer);

_______________________________________________
Asterisk-Cvs mailing list
Asterisk-Cvs@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to