[svn-commits] oej: branch oej/options-fromdomain-1.8 r419885 - /team/oej/options-fromdomain...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Aug 1 02:28:48 CDT 2014


Author: oej
Date: Fri Aug  1 02:28:39 2014
New Revision: 419885

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=419885
Log:
Just three lines missing

Modified:
    team/oej/options-fromdomain-1.8/channels/chan_sip.c

Modified: team/oej/options-fromdomain-1.8/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/options-fromdomain-1.8/channels/chan_sip.c?view=diff&rev=419885&r1=419884&r2=419885
==============================================================================
--- team/oej/options-fromdomain-1.8/channels/chan_sip.c (original)
+++ team/oej/options-fromdomain-1.8/channels/chan_sip.c Fri Aug  1 02:28:39 2014
@@ -27279,6 +27279,9 @@
 	if (!ast_strlen_zero(peer->fromuser)) {
 		ast_string_field_set(p, fromuser, peer->fromuser);
 	}
+	if (!ast_strlen_zero(peer->fromdomain)) {
+		ast_string_field_set(p, fromdomain, peer->fromdomain);
+	}
 
 	if (!ast_strlen_zero(peer->tohost)) {
 		ast_string_field_set(p, tohost, peer->tohost);




More information about the svn-commits mailing list