rbrindley: branch 2.0 r4698 - /branches/2.0/config/js/pbx.js
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Thu Apr  2 08:29:18 CDT 2009
    
    
  
Author: rbrindley
Date: Thu Apr  2 08:29:13 2009
New Revision: 4698
URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4698
Log:
- change the | to , when calling Page()
(closes issue #14442)
Reported by: timeshell
Tested by: timeshell
Modified:
    branches/2.0/config/js/pbx.js
Modified: branches/2.0/config/js/pbx.js
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/config/js/pbx.js?view=diff&rev=4698&r1=4697&r2=4698
==============================================================================
--- branches/2.0/config/js/pbx.js (original)
+++ branches/2.0/config/js/pbx.js Thu Apr  2 08:29:13 2009
@@ -59,7 +59,7 @@
 					],
 					'macro-pagingintercom' : [
 						'exten=s,1,SIPAddHeader(Alert-Info: ${PAGING_HEADER})',
-						'exten=s,2,Page(${ARG1}|${ARG2})',
+						'exten=s,2,Page(${ARG1},${ARG2})',
 						'exten=s,3,Hangup'
 					]
 				};
    
    
More information about the asterisk-gui-commits
mailing list