Here are some dial plan changes I needed to make to move from Asterisk 11 to 13:

- Unset JITTERBUFFER(adaptive)=default
- CDR is completely different
- ParkedCall application has changed

Will the 13se version be the latest Asterisk 13 version? There were a few bugs 
with earlier Asterisk 13 versions!
I do like the idea of no pjsip and the pain I had moving to 13, I wont be 
moving to 16 for quite a while.

I like - stable edition __

Regards
Michael Knill

On 19/4/19, 12:54 am, "Lonnie Abelbeck" <li...@lonnie.abelbeck.com> wrote:

    Thanks for the survey responses, but publicly and privately.
    
    We have decided to no longer build Asterisk 11 in the future, but instead 
of Asterisk 11 we will be introducing a new 13se version, along with 13 and 16.
    
    The 13se version will have the same focus as Digium's Certified Asterisk, 
somewhat older, but more tested versions of Asterisk that don't change as 
often.  In addition the first 13se versions will be built --without-pjproject 
so it will be smaller and not require a bunch of modules.conf noload's to keep 
the pjsip modules from loading.  The 13se version will be the easiest 
transition for Asterisk 11 users.  Alternatively if you want chan_pjsip, 
Asterisk 16 probably is the better choice.
    
    BTW, what does 'se' stand for: (whatever you like best)
    - stable edition
    - special edition
    - simple edition
    
    In the next week we will offer Pre-Releases including 13se to test.
    
    I personally was using Asterisk 11 and forced myself to move to the 
Asterisk 13se build.
    
    For later reference, here are the steps I took to migrate from 11 -> 13 ...
    
    1) As always, the current Asterisk version's sample defaults are in: 
/stat/etc/asterisk/
    
    2) extensions.conf mailbox's must include a @<context> now:
    -- example --
    exten => s,n,VoiceMail(1000@default,s)
    exten => 1000,n,VoiceMailMain(1000@default,s)
    --
    
    3) Parking stuff has moved from features.conf to res_parking.conf
    
    4) Add files:
      -- res_parking.conf
      -- hep.conf
      -- statsd.conf 
      -- ari.conf
    
    5) Update files:
      -- features.conf
      -- agents.conf
      -- asterisk.conf
      -- cdr.conf 
      -- cel.conf
      -- confbridge.conf
      -- res_odbc.conf
      -- modules.conf
         == Add "noload=>res_phoneprov.so" if you don't already.
    
    More 11->13 upgrade details:
    
http://git.asterisk.org/gitweb/?p=asterisk/asterisk.git;a=blob_plain;f=UPGRADE.txt;h=b3dcf0fb470f3772de6f3627b86f1ecf27c06a16;hb=refs/heads/13
    
    
    Lonnie
    
    
    
    > On Apr 13, 2019, at 7:43 AM, Lonnie Abelbeck <li...@lonnie.abelbeck.com> 
wrote:
    > 
    > Greetings,
    > 
    > A quick survey, how may of you are still use using Asterisk 11 ?
    > 
    > Officially, Asterisk 11.x was EOL 2017-10-25
    > 
    > Asterisk Versions
    > https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions
    > 
    > 
    > AstLinux Team
    > 
    > 
    > 
    > _______________________________________________
    > Astlinux-users mailing list
    > Astlinux-users@lists.sourceforge.net
    > https://lists.sourceforge.net/lists/listinfo/astlinux-users
    > 
    > Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.
    > 
    > 
    
    
    
    _______________________________________________
    Astlinux-users mailing list
    Astlinux-users@lists.sourceforge.net
    https://lists.sourceforge.net/lists/listinfo/astlinux-users
    
    Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.
    


_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Reply via email to