pari: branch 2.0 r4049 - /branches/2.0/config/js/pbx.js
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Mon Nov  3 18:51:04 CST 2008
    
    
  
Author: pari
Date: Mon Nov  3 18:51:04 2008
New Revision: 4049
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4049
Log:
 Fix followme issues on analog lines
Modified:
    branches/2.0/config/js/pbx.js
Modified: branches/2.0/config/js/pbx.js
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/js/pbx.js?view=diff&rev=4049&r1=4048&r2=4049
==============================================================================
--- branches/2.0/config/js/pbx.js (original)
+++ branches/2.0/config/js/pbx.js Mon Nov  3 18:51:04 2008
@@ -45,9 +45,10 @@
 						'exten=a,1,VoicemailMain(${ARG1})'
 					],
 					'macro-stdexten-followme' : [
-						'exten=s,1,Dial(${ARG2},${RINGTIME},${DIALOPTIONS})',
-						'exten=s,2,Followme(${ARG1},${FOLLOWMEOPTIONS})',
-						'exten=s,3,Voicemail(${ARG1},u)',
+						'exten=s,1,Answer',
+						'exten=s,2,Dial(${ARG2},${RINGTIME},${DIALOPTIONS})',
+						'exten=s,3,Followme(${ARG1},${FOLLOWMEOPTIONS})',
+						'exten=s,4,Voicemail(${ARG1},u)',
 						'exten=s-NOANSWER,1,Voicemail(${ARG1},u)',
 						'exten=s-BUSY,1,Voicemail(${ARG1},b)',
 						'exten=s-BUSY,2,Goto(default,s,1)',
    
    
More information about the asterisk-gui-commits
mailing list