El Viernes, 1 de Agosto de 2008 21:44, Hauke Zuehl escribió:
> Hi all!
>
> I have followoing Proc in my dialplan:
> [proc-kommtvonaussen]
> ; ${ARG1} - anzurufende Apparate - mehrere z.B. siehe Variable im
> Abschnitt [glo
> bals]
> ; ${ARG2} - Klingelzeit bis Mailbox rangeht
> ; ${ARG3} - aufzurufende Mailbox
> exten => s,1,NoOp(Ich bin im Proc: proc-kommtvonaussen)
> exten =>
> s,n,Set(DATEI=/home/asti/cw/monitor/${TIMESTAMP}_von_${CALLERID(num)}_an_${
>ARG3}.gsm) exten => s,n,MuxMon(${DATEI},b)
> exten => s,n,Dial(${ARG1},${ARG2},r)
> exten => s,n,VoiceMail(${ARG3},u)
> exten => t,n,Hangup()
> exten => t,n,NoOp(nach HANGUPIch beende das Proc: proc-kommtvonaussen)
> exten => h,1,System(/home/asti/cw/share/callweaver/ogi/gsm2aac ${DATEI})
> exten => h,n,NoOp(Ich beende das Proc: proc-kommtvonaussen)
>
> Unfortunately it never reaches the h-extension and dial is always ending
> with non-zero result after calling an IAX2 phone. Maybe a bug or a
> question for -users?The problem is that inside Proc's, the only valid extension is 's', 't','i' and 'h' will never get reached. -- Saludos. Raúl Alexis Betancor Santana Dimensión Virtual S.L. _______________________________________________ Callweaver-dev mailing list [email protected] http://lists.callweaver.org/mailman/listinfo/callweaver-dev
