pari: branch 2.0 r3796 - /branches/2.0/config/sip.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Sep 10 11:45:38 CDT 2008


Author: pari
Date: Wed Sep 10 11:45:38 2008
New Revision: 3796

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3796
Log:
 Fix for AA50 - 2253

 AA50-2253 - By default, the "notifymimetype" setting is not present in sip.conf, except as a comment.
             If the Global SIP Settings page is saved in the GUI (with no changes made), notifymimetype
             becomes unset ("notifymimetype = " in sip.conf) and MWI ceases to work.




Modified:
    branches/2.0/config/sip.html

Modified: branches/2.0/config/sip.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/sip.html?view=diff&rev=3796&r1=3795&r2=3796
==============================================================================
--- branches/2.0/config/sip.html (original)
+++ branches/2.0/config/sip.html Wed Sep 10 11:45:38 2008
@@ -29,7 +29,7 @@
 <script>
 // Realtime options - 'rtautoclear','rtcachefriends','rtsavesysname','rtupdate','ignoreregexpire'
 
-var fieldnames = ['allowexternaldomains' ,'allowexternalinvites' ,'allowguest' ,'allowoverlap' ,'allowsubscribe' ,'allowtransfer' ,'alwaysauthreject' ,'autodomain' ,'bindaddr' ,'bindport' ,'callevents' ,'canreinvite' ,'checkmwi' ,'compactheaders' ,'context' ,'defaultexpiry', 'domain' ,'dtmfmode' ,'dumphistory' ,'externhost' ,'externip' ,'externrefresh' ,'fromdomain' ,'g726nonstandard','jbenable' ,'jbforce' ,'jbimpl' ,'jblog' ,'jbmaxsize' ,'jbresyncthreshold' ,'language' ,'localnet' ,'maxcallbitrate' ,'maxexpiry' ,'minexpiry' ,'mohinterpret' ,'mohsuggest' ,'nat' ,'notifymimetype' ,'notifyringing' ,'pedantic' ,'progressinband' ,'promiscredir' ,'realm' ,'recordhistory' ,'register' ,'registerattempts' ,'registertimeout' ,'relaxdtmf' , 'rtpholdtimeout' ,'rtptimeout' ,'sendrpid' ,'sipdebug' ,'srvlookup' ,'subscribecontext' ,'t1min' ,'t38pt_udptl' ,'tos_audio' ,'tos_sip' ,'tos_video' ,'trustrpid' ,'useragent' ,'usereqphone' ,'videosupport'] ;
+var fieldnames = ['allowexternaldomains' ,'allowexternalinvites' ,'allowguest' ,'allowoverlap' ,'allowsubscribe' ,'allowtransfer' ,'alwaysauthreject' ,'autodomain' ,'bindaddr' ,'bindport' ,'callevents' ,'canreinvite' ,'checkmwi' ,'compactheaders' ,'context' ,'defaultexpiry', 'domain' ,'dtmfmode' ,'dumphistory' ,'externhost' ,'externip' ,'externrefresh' ,'fromdomain' ,'g726nonstandard','jbenable' ,'jbforce' ,'jbimpl' ,'jblog' ,'jbmaxsize' ,'jbresyncthreshold' ,'language' ,'localnet' ,'maxcallbitrate' ,'maxexpiry' ,'minexpiry' ,'mohinterpret' ,'mohsuggest' ,'nat' ,'notifyringing' ,'pedantic' ,'progressinband' ,'promiscredir' ,'realm' ,'recordhistory' ,'register' ,'registerattempts' ,'registertimeout' ,'relaxdtmf' , 'rtpholdtimeout' ,'rtptimeout' ,'sendrpid' ,'sipdebug' ,'srvlookup' ,'subscribecontext' ,'t1min' ,'t38pt_udptl' ,'tos_audio' ,'tos_sip' ,'tos_video' ,'trustrpid' ,'useragent' ,'usereqphone' ,'videosupport'] ;
 
 
 var localajaxinit = function(){
@@ -366,11 +366,11 @@
 			<img src="images/tooltip_info.gif" tip="en,sip_general,19" class='tooltipinfo'>
 		</td>
 	</tr>
-	<tr>	<td align=right>Override Notify MIME Type:</td>
+<!--	<tr>	<td align=right>Override Notify MIME Type:</td>
 		<td colspan=3>&nbsp;<input type='text'  size=16 id='notifymimetype' class="input8">
 			<img src="images/tooltip_info.gif" tip="en,sip_general,18" class='tooltipinfo'>
 		</td>
-	</tr>
+	</tr>-->
 	</table>
 </div>
 




More information about the asterisk-gui-commits mailing list