[asterisk-commits] oej: branch oej/obproxy r204383 - in /team/oej/obproxy: ./ channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jun 30 02:46:20 CDT 2009
Author: oej
Date: Tue Jun 30 02:46:16 2009
New Revision: 204383
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=204383
Log:
Reset automerge
Modified:
team/oej/obproxy/ (props changed)
team/oej/obproxy/channels/chan_sip.c
Propchange: team/oej/obproxy/
------------------------------------------------------------------------------
automerge = http://www.codename-pineapple.org/
Propchange: team/oej/obproxy/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Tue Jun 30 02:46:16 2009
@@ -1,1 +1,1 @@
-/branches/1.4:1-204283
+/branches/1.4:1-204382
Modified: team/oej/obproxy/channels/chan_sip.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/oej/obproxy/channels/chan_sip.c?view=diff&rev=204383&r1=204382&r2=204383
==============================================================================
--- team/oej/obproxy/channels/chan_sip.c (original)
+++ team/oej/obproxy/channels/chan_sip.c Tue Jun 30 02:46:16 2009
@@ -17829,6 +17829,7 @@
}
ast_clear_flag(&peer->flags[1], SIP_PAGE2_DYNAMIC);
if (ast_get_ip_or_srv(&peer->addr, v->value, srvlookup ? "_sip._udp" : NULL)) {
+ ast_log(LOG_ERROR, "srvlookup failed for peer %s, removing peer\n", v->value, peer->name);
ASTOBJ_UNREF(peer, sip_destroy_peer);
return NULL;
}
More information about the asterisk-commits
mailing list