Auto Callback on Busy Register on Busy I have implemented it as 1- I store Caller and Called party numbers in database when Called part is busy 2- I retrieve it from database and Caller is called by called party when Called party hangs up It is working fine with all kind of SIP phones I have with me basic configuration for extensions.conf is given and can be accommodated according to requirements default ;Store Called Number in DB if he is Busy exten => _XXXX.,1,Dial(SIP/${EXTEN},20,Ttr) exten => _XXXX.,2,Congestion() exten => _XXXX.,102,DBPut(CallBack/${EXTEN}=${CALLERIDNUM}) exten => _XXXX.,103,Busy() ;Auto CallBack Caller on hang up of dialed party exten => H,1,Goto(h,1) exten => h,1,DBget(temp=CallBack/${CALLERIDNUM}) exten => h,2,DBdel(CallBack/${CALLERIDNUM}) exten => h,3,Dial(SIP/${temp},20,tr) exten => h,4,Congestion() exten => h,102,NoOp(Not Registered for CallBack) exten => h,104,Busy() Enjoy Abdul Ghafoor abdul__ghafoor@hotmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050928/2a3dadd3/attachment.htm
Auto Callback on Busy Register on Busy I have implemented it as 1- I store Caller and Called party numbers in database when Called part is busy 2- I retrieve it from database and Caller is called by called party when Called party hangs up It is working fine with all kind of SIP phones I have with me basic configuration for extensions.conf is given and can be accommodated according to requirements [default] ;Store Called Number in DB if he is Busy exten => _XXXX.,1,Dial(SIP/${EXTEN},20,Ttr) exten => _XXXX.,2,Congestion() exten => _XXXX.,102,DBPut(CallBack/${EXTEN}=${CALLERIDNUM}) exten => _XXXX.,103,Busy() ;Auto CallBack Caller on hang up of dialed party exten => H,1,Goto(h,1) exten => h,1,DBget(temp=CallBack/${CALLERIDNUM}) exten => h,2,DBdel(CallBack/${CALLERIDNUM}) exten => h,3,Dial(SIP/${temp},20,tr) exten => h,4,Congestion() exten => h,102,NoOp(Not Registered for CallBack) exten => h,104,Busy() Enjoy Abdul Ghafoor abdul__ghafoor@hotmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050928/40d13ec9/attachment.htm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.2900.2722" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV> </DIV></BODY></HTML>