K
K
krll-k2016-11-24 14:44:10
Asterisk
krll-k, 2016-11-24 14:44:10

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

4 answer(s)
D
Dmitry Shitskov, 2016-11-24
@krll-k

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

S
silverjoe, 2016-11-24
@silverjoe

module load chan_sip.so

O
Oleg, 2017-03-09
@werty1001

Apparently there is no default task in gulpfile.js:

var gulp = require('gulp');

gulp.task('default', function() {
  // place code for your default task here
});

E
Egor Zhivagin, 2017-03-10
@Krasnodar_etc

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 question

Ask a Question

731 491 924 answers to any question