Skip to content
Snippets Groups Projects
  • Ben Ford's avatar
    3f9c5fba
    res_stasis: Auto-create context and extens on Stasis app launch. · 3f9c5fba
    Ben Ford authored
    At AstriCon, there was a strong desire for the ability to completely
    bypass dialplan when using ARI. This is possible through the automatic
    creation of a context and a couple of extensions whenever an application
    is started.
    
    For example, if you have an application named 'ari-example', a context
    named 'stasis-ari-example' will be automatically created whenever this
    application is started as long as one does not already exist. Two
    extensions (a match-all extension for Stasis and a 'h' extension) are
    created within this context. Any endpoint that registers to Asterisk
    within this context will send all calls to the corresponding Stasis
    application. When the application is destroyed, the context is removed.
    
    ASTERISK-28104 #close
    
    Change-Id: Ie35bd93075e05b05e3ae129a83c9426931b7ebac
    3f9c5fba
    History
    res_stasis: Auto-create context and extens on Stasis app launch.
    Ben Ford authored
    At AstriCon, there was a strong desire for the ability to completely
    bypass dialplan when using ARI. This is possible through the automatic
    creation of a context and a couple of extensions whenever an application
    is started.
    
    For example, if you have an application named 'ari-example', a context
    named 'stasis-ari-example' will be automatically created whenever this
    application is started as long as one does not already exist. Two
    extensions (a match-all extension for Stasis and a 'h' extension) are
    created within this context. Any endpoint that registers to Asterisk
    within this context will send all calls to the corresponding Stasis
    application. When the application is destroyed, the context is removed.
    
    ASTERISK-28104 #close
    
    Change-Id: Ie35bd93075e05b05e3ae129a83c9426931b7ebac
To find the state of this project's repository at the time of any of these versions, check out the tags.