3

I installed VMware and then Ubuntu. I am running asterisk on top of it.

I started the asterisk server successfully by following a tutorial. After making few changes into the sip.conf, I want to reload the the process so it pick up the changes. So I ran

sip reload 

and nothing happens.

Neither the commands to restart the asterisk server work actually the commands do not exists. Can some please throw light or point to right direction?

masegaloeh
  • 18,236
  • 10
  • 57
  • 106
Khurram Ijaz
  • 133
  • 1
  • 6

2 Answers2

2

Are you in Asterisk CLI?

asterisk -r
asterisk*CLI>sip reload 
Paul Basov
  • 163
  • 7
1

Command to restart asterisk is

asterisk -rx "core restart now"

IF that not work, probably your asterisk core is hangs.

arheops
  • 708
  • 1
  • 5
  • 13