[asterisk-users] Very simple callback application needed

Chris Mason (Lists) lists at masonc.com
Thu Sep 3 01:24:22 CDT 2009


No, I do want call back. I want the caller to call a number, then hang 
up without it being answered. They then get a call-back and a dialtone, 
so they are now an extension on the PBX and can make calls.

Danny Nicholas wrote:
> As I read this, it's not truly a "callback"; it's more of a notify;  you
> call 555-1212 and want asterisk to call 555-1313?  If this is actually the
> case, you would just do this in your dialplan:
> - exten => 5551212,1,dial(DAHDI/g1/5551313,60)
>
> This would effectively make asterisk do a new call to bridge A to B.
> If you wanted a non-bridged call, you could set up a call file and do this:
> - exten => 5551212,1,System("/bin/cp newcall.call
> /var/spool/asterisk/outgoing")
> - exten => 5551212,2,hangup
>
> Just my .02
>
> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com
> [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Chris Mason
> (Lists)
> Sent: Wednesday, September 02, 2009 10:43 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: [asterisk-users] Very simple callback application needed
>
> I have need of a very simple callback function - when any call is made 
> to a special SIP DID, the call is not answered but Asterisk then calls a 
> pre-determined number - no need for CallerID to capture the calling 
> number. Does anyone have a simple script to do this?
>
> Chris
>
>   


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




More information about the asterisk-users mailing list