Tweeter buttonFacebook buttonLinkedin button
  • 04 Jun 2008 /  Asterisk IP-PBX

    If you’re thinking… “How can I kill an active call?” you can try it with: “soft hangup”

    asterisk*CLI> help soft
    soft hangup Request a hangup on a given channel

    Do you know how to see the list of active channels?
    asterisk*CLI> core show channels

    How to kill an active call?
    sasterisk*CLI> soft hangup SIP/54028-0b864c40

  • 23 May 2008 /  VoIP

    Browsing in the CallWeaver project I’m found with this new release.
    Yep now we have CallWeaver 1.2 after waiting it.

    CallWeaver:

    It has been a long road to finally get here, but its been worth the wait. CallWeaver 1.2.0 is the result of countless hours of work and testing. It is very solid and feature-rich.

    We can download it here:

    http://devs.callweaver.org/release/callweaver-1.2.0.tar.gz

  • 09 Sep 2007 /  Asterisk IP-PBX

    ¿Espirar las llamadas de tus usuarios SIP?
    CLARO!!

    /etc/asterisk/extensions.conf

    [admin]
    exten => _*9.,1,ChanSpy(SIP/${EXTEN:2})

    Y ahora si a escuchar!!

  • 08 May 2007 /  Asterisk IP-PBX

    exten=>_111XXXXXX,1,Set(USUARIOS=${EXTEN:3})
    exten=>_111XXXXXX,2,Set(USUARIO1=${USUARIOS:0:3})
    exten=>_111XXXXXX,3,Set(USUARIO2=${USUARIOS:4:3})
    exten=>_111XXXXXX,4,Page(SIP/${USUARIO1}&SIP/${USUARIO2},qd)
    exten=>_111XXXXXX,5,Hangup()