Gabriel Filion

Results 49 issues of Gabriel Filion

I've just discovered that contexts that use a template, e.g. `[blah](sometemplatecontext)` should be loaded after the template context itself, otherwise the whole configuration is invalid. asterisk was able to start...

the default contents of "extensions.lua" on debian can interfere with what's configured in extensions.conf. the default contents from "extensions.ael" seems a bit less problematic by default since it doesn't look...

When a config file is changed, asterisk gets restarted. This has the potential to cut out calls in progress which is a pretty bad outcome! This module should use an...

With the current default configurations, asterisk gives the following warnings: ~~~ features_config.c:1533 unsupported_handler: Parkinglots are no longer configurable in features.conf; parking is now handled by res_parking.conf features_config.c:1537 unsupported_handler: The option...

I've learned this week that `chan_sip` is being slowly replaced by `res_pjsip` (which was added in asterisk 12). See: https://wiki.asterisk.org/wiki/display/AST/Migrating+from+chan_sip+to+res_pjsip This module needs to have some support for `res_pjsip` so...

feature request

@archii has implemented managing asterisk's built-in http options. this is interesting and I'd like to merge this code. I need to take some time to evaluate the changes to perform...

the `asterisk::dahdi` class can be super useful for ppl who'd like to bridge their PBX to the POTS. however, it looks like it would need more work to be complete....

feature request

To make the resource more friendly and manifests using it more self-describing, the asterisk::iax defined type should enumerate parameters that are valid values for iax contexts. we'd also need to...

rework

someone uploaded a pypi project named scout last year so I lost the chance to claim that name. If I want to release on pypi I'll need to come up...

I've just tried using the edit subcommand with gnote and was surprised by the result: * the note was renamed to "note name (system:notebook:thenameofthenotebook" * all text formatting disappeared Both...