[asterisk-ss7] Automatic Repeat Attempt

Attila Domjan adomjan at tvnet.hu
Tue Oct 27 03:31:07 CDT 2009


Hi sorry I missunderstand you. It must implemented via dialplan.

the hangupcause=256 means have to try dial again.

from my dialplan (ael):

CUR_TRY=0;
loop:

Dial(DAHDI/G2/${DIALNUM},90,L(${LIMIT_CALLTIME}${LIMIT_PLAY_WARNING})g);
NoOP(DIALSTATUS=${DIALSTATUS} HANGUPCAUSE=${HANGUPCAUSE});
CUR_TRY=${CUR_TRY}+1;
if (${HANGUPCAUSE}=256 & ${CUR_TRY}<30) // 256 tell explicit dial again,
max 30 times
       goto loop;



On Mon, 2009-10-26 at 23:34 +0100, enrico mario wrote:
> Hi guys,
> I'm trying to test the automatic repeat attempt of libss7 (Attila's
> version), but I cannot get it to work. The message sequence I obtain
> is correct until the cic release (as described in Q.784 6.2.2 and
> 6.2.3) but the second try don't happen, in other words the IAM is not
> sent. Is this functionality to be developed or is it a problem of my
> setup? Anybody else has the same issue?
> 
> Mario
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
> 
> asterisk-ss7 mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-ss7
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.digium.com/pipermail/asterisk-ss7/attachments/20091027/8d154c52/attachment.pgp 


More information about the asterisk-ss7 mailing list