[Asterisk-cvs] asterisk/channels chan_sip.c,1.292.2.14,1.292.2.15
citats at lists.digium.com
citats at lists.digium.com
Tue Mar 9 12:50:19 CST 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv12759/channels
Modified Files:
Tag: v1-0_stable
chan_sip.c
Log Message:
Make mess more informative if non-dynamic sip user registers (bug 1186)
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.292.2.14
retrieving revision 1.292.2.15
diff -u -d -r1.292.2.14 -r1.292.2.15
--- chan_sip.c 5 Mar 2004 18:10:29 -0000 1.292.2.14
+++ chan_sip.c 9 Mar 2004 17:42:50 -0000 1.292.2.15
@@ -3787,7 +3787,7 @@
#endif
if (peer) {
if (!peer->dynamic) {
- ast_log(LOG_NOTICE, "Peer '%s' isn't dynamic\n", peer->name);
+ ast_log(LOG_NOTICE, "Peer '%s' is trying to register, but not configured as host=dynamic\n", peer->name);
} else {
p->nat = peer->nat;
transmit_response(p, "100 Trying", req);
More information about the svn-commits
mailing list