1 – Principle of Astcallback
AstCallBack is a unique solution for mobile phone based on the open-source telephony system of Asterisk.
With AstCallBack, it becomes possible to cut your mobile phone bills. The principle is to use the callback feature of your Asterisk PBX: you choose a person to call, your PBX calls you back then calls your contact and put you together.
This solution is especially advantageous that some numbers are very expensive from your mobile (special number, international) and these calls from abroad (roaming) are sometimes exorbitant.
The “lite” version offers the basic services through a simple and free solution. It is now available on AppStore.
2 – Astcallback settings
- Connect the PBX to the sector and to the computer with a RJ45 cable and switch it on.
- Enter the PBX IP in your web browser (Default : 192.168.1.100 Make sure that you are in the same subnet. For instance :192.168.1.2)
- Type your login and password (Defaut admin and switchfin)

- Go to Admin > File Editor.

- Edit the sip.conf file in the menu on the right.

- Create the [outpeer] extension by clicking on Add context

then, click on Add.

- Open the extension by clicking on the “+” icon next to the context. A gray bar appears, click on it.

- Type in the following text :
type=peer
qualify=yes
fromdomain="your SIP provider address"
fromuser="your SIP Account's username"
username="your SIP Account's username"
secret="your SIP Account's password"
host="your SIP Account's proxy server"
realm="your SIP Account's realm"
insecure=very
nat=yes
canreinvite=no
- Save.
- Then, open the file extensions.conf.

- Create the extension [callback_with_number] like you did for [outpeer]
- Open it and type in the following text and adapt the first line to your configuration :
exten => _.,1, Dial(ZAP/g3/${EXTEN})
exten => _.,2,Hangup
Note : It is possible that the extension is not fully visible. Click on what exceeds like below.

- Save.
3 – Caution
BEWARE through your Asterisk server and its AMI interface are available from your iPhone, you also put it accessible to all. It is YOUR RESPONSIBILITY to secure your configuration so that your Asterisk server can not be used by unauthorized persons. The application AstCallBack Pro will support this security.