Hi Attila,
thanks for your reply, I've implemented the retry mechanism in the dialplan
as you told me in a slightly different way as I don't have AEL enabled:
exten => 99,1,Set(try=1)
exten => 99,n(d),Dial(DAHDI/g1/55)
exten => 99,n,NoOP(DIALSTATUS=${DIALSTATUS} HANGUPCAUSE=${HANGUPCAUSE});
exten
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
Hi,
it is not implemented.
Regards,
Attila
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
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
fun