How To Stop Asterisk Using A Call

Home » Asterisk Users » How To Stop Asterisk Using A Call
Asterisk Users 2 Comments

hello list,

i have a question i don’t know if there is any possibility to stop asterisk using a call for exp:

when i call a number 0522xxxxxx i want to excute a script or any idea to stop asterisk automatically

i use asterisk 1.4.43

NB: with mysql using a database i can insert into table using php without issue. but now with SSH how can i do

thanks and regards.

2 thoughts on - How To Stop Asterisk Using A Call

  • Sure, try something like:
    [custom-stop]
    exten => 052212345,1,System(sudo /usr/sbin/service asterisk stop)

    (you need to give the asterisk owner permission to execute ‘service’
    comand via sudo)