This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.
Andreas Eversberg andreas at eversberg.eu[ast]
remote asterisk
context from-lcr
earlyb yes
tones yes
hi pierre,
the chan_lcr to asterisk is now an interface. you can define multiple
interfaces, if you like to use different contexts. (in this case it is
"from-lcr".)
exten => _.,1,Dial(LCR/ast/${EXTEN:0})
in order to define what interface to be used, name it in the dial app at
extensions.conf. ("ast" in this case.)
regards,
andreas