When I use the AMI from python (asterisk.manager) for executing
response = self.ami_client.command(“module unload chan_mobile.so”)
I get:
Response: Error
ActionID: asteriskpi-00000001
Message: Command blacklisted
What I want to achieve is a unload of the chan_mobile.so so I can take phone calls again on my mobile.
Problem I’m having is that when I use chan_mobile I cannot take calls on my mobile directly any more so I need to be able to switch the chan_mobile on and off.