Hi all, I'm having a problem, with the h extension.<br><br>I have an application, when I call it check for the line requested and then direct the call to a predefined context.<br>In this context I play a message (the message according to the line called) and then park the call.
<br>The dialplan does some other things, but my problem is that if I hung the phone the h extension don't run, this is my dial plan<br><br>office]<br>include => check_voicemail<br>include => parking_lot<br>include => record_msgs
<br><br>exten => fax,1,macro(RecibirFax)<br><br>exten => h,1,DeadAGI(end_logger.agi)<br><br>exten => s,1,answer()<br><br>;; pregunte por el caller id<br>exten => s,2,GotoIf($[${CALLERID(num)}]?4:3)<br><br>;; si no lo tiene entonces que lo cambie por 'Numero Privado'
<br>exten => s,3,Set(CALLERID(all)="Numero Privado")<br>exten => s,n,SET(ARG1='2')<br>exten => s,n,AGI(logger.agi)<br>exten => s,n,hangup()<br><br>exten => ACC-4,1,playback(${SOUNDS}welcome-4)
<br>exten => ACC-4,n,park(704)<br>exten => ACC-4,n,hangup<br><br><br>But the h extension is never called?<br>ideas?<br clear="all"><br>-- <br><br>==<br>Jonathan S.