[asterisk-addons-commits] mnicholson: branch mnicholson/chan-mobile-refactor r764 - /team/mnicholson/ch...
    SVN commits to the Asterisk addons project 
    asterisk-addons-commits at lists.digium.com
       
    Fri Jan 30 09:37:11 CST 2009
    
    
  
Author: mnicholson
Date: Fri Jan 30 09:37:11 2009
New Revision: 764
URL: http://svn.digium.com/svn-view/asterisk-addons?view=rev&rev=764
Log:
Set has_sms in the mobile_pvt struct properly.
 * channels/chan_mobile.c (hfp_init): set has_sms in the mbl_pvt struct
Modified:
    team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c
Modified: team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c
URL: http://svn.digium.com/svn-view/asterisk-addons/team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c?view=diff&rev=764&r1=763&r2=764
==============================================================================
--- team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c (original)
+++ team/mnicholson/chan-mobile-refactor/channels/chan_mobile.c Fri Jan 30 09:37:11 2009
@@ -1456,6 +1456,7 @@
 		ast_debug(1, "[%s] no SMS support\n", pvt->owner->id);
 	} else {
 		pvt->have_sms = 1;
+		pvt->owner->has_sms = 1;
 	}
 
 	return 0;
    
    
More information about the asterisk-addons-commits
mailing list