<div dir="ltr">Hi,<br><br>On my call back system, I have the&nbsp; script as follows:<br><br>[calback]<br>exten =&gt; s,1,NoOp(* STARTING CALLCHEAP\&#39;S CALLBACK SYSTEM *)<br>exten =&gt; s,n,Set(CALL=${CALLERID(number)})<br>exten =&gt; s,n,Set(DESTINATION=myCallback.2000.1)<br>
exten =&gt; s,n,Set(SLEEP=5)<br>exten =&gt; s,n,System(/var/lib/asterisk/bin/callback ${CALL} ${DESTINATION} ${SLEEP} &amp;)<br>exten =&gt; s,n,Hangup<br><br>The idea behind this system is that the script picks up the call, notes down the caller&#39;s number, and hangs it immediately. Then the caller gets a call back.<br>
<br>But what is happening is that cell phone callers are still being charged for calling into this callback context.<br><br>How can I avoid this? I want cell phone users to not get charged for the call back.<br clear="all">
<br>-- <br>Zeeshan A Zakaria<br>
</div>