bigbluebutton-Github/appkonference/UPGRADE.txt
Richard Alam 2305f13f5f - forgot to add this file
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3038 af16638f-c34d-0410-8cfa-b39d5352b314
2009-11-25 16:47:26 +00:00

22 lines
794 B
Plaintext

===========================================================================
===
=== Information for upgrading from AppKonference 1.0 or 1.1 to 1.2
===
===========================================================================
The application argument delimiter has been changed from the forward slash,
"/", to the comma, ",", to simplify parsing of channel name parameters and to
be consistent with other asterisk applications.
NOTE THAT THIS REQUIRES UPDATING YOUR DIAL PLAN, THAT IS, APPKONFERENCE
ARGUMENTS MUST NOW BE DELIMITED WITH A COMMA INSTEAD OF A FORWARD SLASH.
For example, if you have previously invoked appkonference:
exten => _X.,n,konference(1234/RVxT/max_users=3)
then, you would change the forward slashes to commas:
exten => _X.,n,konference(1234,RVxT,max_users=3)