Answer the question
In order to leave comments, you need to log in
Why did sip disappear in asterisk?
9608550525d9*CLI>
! acl agent agi aoc ari bridge calendar cc cdr
cel channel cli confbridge config core data database devstate dialplan
dnsmgr fax features file group hangup help http iax2 indication
keys local logger manager mixmonitor module moh no originate parking
pjproject pjsip presencestate pri queue realtime reload rtcp rtp say
sorcery stun timing udptl ulimit voicemail xmldoc xmpp
Answer the question
In order to leave comments, you need to log in
Because in the new version, it seems, only pjsip by default :)
Or your modules are not loaded due to differences in versions, or for another reason that can be found in the logs
Apparently there is no default task in gulpfile.js:
var gulp = require('gulp');
gulp.task('default', function() {
// place code for your default task here
});
Google and read about gulp . The "gulp" command starts executing the 'default' task, and you don't have it in your gulpfile.
If you have other tasks (all sorts of compilations, something else, ...) you can do this: gulp.task('default', ['task1', 'task2', ...]);
Then gulp will start executing task1, task2, ... Googling in
order)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question