pari: branch 2.0 r4036 - /branches/2.0/config/js/pbx.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Oct 30 14:41:12 CDT 2008


Author: pari
Date: Thu Oct 30 14:41:12 2008
New Revision: 4036

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4036
Log:

 Duplicate string ( 'Local/' )


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=4036&r1=4035&r2=4036
==============================================================================
--- branches/2.0/config/js/pbx.js (original)
+++ branches/2.0/config/js/pbx.js Thu Oct 30 14:41:12 2008
@@ -57,7 +57,7 @@
 					'macro-pagingintercom' : [
 						'exten=s,1,SIPAddHeader(Alert-Info: ${PAGING_HEADER})',
 						'exten=s,2,Set(TIMEOUT(absolute)=${PAGING_TIMEOUT})',
-						'exten=s,3,Page(Local/${ARG1}|${ARG2})',
+						'exten=s,3,Page(${ARG1}|${ARG2})',
 						'exten=s,4,Hangup'
 					]
 				};
@@ -2336,4 +2336,4 @@
 		}catch(err){}
 		after_localajaxinit();
 	});
-};
+};




More information about the asterisk-gui-commits mailing list