Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

llamadas con clave

Status
Not open for further replies.

RJSIERRA55

Technical User
Oct 22, 2003
14
0
0
CO
I have a problem, when they mark from an extension with key, * 72 * key # and makes the call, despues if I give him * * * marks me I number without having digital the key again, and in the tarificador does not show the assigned extension to me the key, I also I need that despues of 2 minutes the call is cut.

:)gracias.


 
Ponlo en español, porque en spanglish no te entienden ni ellos ni yo...
 
Listo,, el problema que tengo es que hay unas extensiones con categoria 0 (Solo llamas entre extensiones) cuando alguien realiza una llamada con una clave * 72 * clave # numero externo, funciona bien, pero si esa persona digita *** para que marque de nuevo, le permte marcar sin necesidad de la clave, lo que yo nesecito es que si un telefono no tiene llamadas externas, que siempre halla que marcar la clave y que la llamada se asigne al CILCOD de la clave.
 
There is patch for this problem where the CILCOD is not reported when *** is used.BC10 I thinks. I don't have the patch to hand, as I ditched all BC10 stuff on upgrade. SYAR2003 or Whosrdaddy mabe able to help.
 
ok, but I have a BC-11, and IF IT SETTLES to HIM EAST PATCH IS NOT WORKING ***?
 
The patch is for early revisions of BC11 pre-SP8 and not BC10. I will try to find it and post it here.
 
Here is the patch you need!!

/*======================================================================*/
/* ERICSSON FAULT REPORT FORM (Rev. 9) Exported from TACOS */
/*======================================================================*/
/* TaskId.FR.No : 94867 Originator : LMDMDQC */
/* Date.Created : 2002-01-23 Created.By : lmdbme */
/* Cust.Rep.No : DK11080 Priority : 3 */
/*----------------------------------------------------------------------*/
/* Product.No : 1/CAA1119640/011 Revision : R18A */
/* Unit : RMP Block : RM */
/* System.1 : ASB50104 Sys.Release : R8 */
/* System.2 : ACS Subsystem : TCS */
/* BC.Release : BC11 SES.Release : */
/* Category : Feature : SSI/CIL */
/*----------------------------------------------------------------------*/
/* AD.Identity : Team.No : */
/* Mod.Release : CNI.No : SP6 */
/* FRB.Meeting : Short.Answer: OK-GEN */
/*----------------------------------------------------------------------*/
/* Fault.Type : SOF Fault.Phase : SUS */
/* Fault.Area : MD1 Status : OPN-ENG */
/* Resp.Person : */
/*----------------------------------------------------------------------*/
/* Relation Task Id (FR Number) : */
/* Relations to other FR's */
/* none */
/* Relations from other FR's */
/* none */
/*----------------------------------------------------------------------*/
/* Short.Descr : USING LNR AND AUTH CODE DIALING NO CILCODE IN CL. */
/*----------------------------------------------------------------------*/
/* Fault.Descr.And.Explanation : */
/* TRAFFIC CASE: LNR LAST NUMBER REDIAL USED */
/* COMMON AUTHORIZATION CODE USED */
/* CALL LOGGING USED */
/*/* */
/* */ */
/* IF A CALL IS MADE USING COMMON AUTHORIZATION CODE THE CILCODE ARE */
/* PRESENT IN THE CALL LOGGING RECORD. */
/* USING LNR ON THE PHONE EXECUTES THE CALL WITH AUTH CODE BUT THE */
/* CILCODE ARE NOT PRESENT IN THE CALL LOGGING RECORD. */
/* SINCE LNR CALL STILL USES THE AUTH CODE THE CILCODE SHOULD BE PRESENT*/
/* IN THE CALL LOGGING RECORD. */
/*----------------------------------------------------------------------*/
/* Answer : */
/*----------------------------------------------------------------------*/
/* Note.Book : */
/*2002-01-23 13:50.33 lmdbme */
/* PREPARED BY LMD/O/NT BJARNE MEELBY */
/* CONTACT ORGANIZATION: ORIGINATOR IS NSC */
/* CONTACT PERSON: BJARNE MEELBY */
/* EMAIL: bjarne.meelby@lmd.ericsson.se */
/* TELEPHONE: +4533883878 (ECN 8453878) */
/* ALTERNATIVE PHONE: +4533883400 (ECN 8453400) */
/* FAX: +4533883141 (ECN 8453141) */
/* */
/* */
/*2002-02-14 09:45.28 seasa */
/*QC: a comment from the RM blockresponsible please. */
/* */
/*----------------------------------------------------------------------*/
/* Key.Words : */
/*----------------------------------------------------------------------*/
/* Test.Spec : Test.Spec.Rev : */
/* Test.Spec.CLS: Test.No : */
/*----------------------------------------------------------------------*/
/* Test.Plan : */
/*----------------------------------------------------------------------*/
/* Included Patch(es) : */
/*======================================================================*/
/* Patch : S94867A PR.Originator : LMDMDQC */
/* PR.Product.No: 1/CAA1119640/011 PR.Revision : R18A */
/* PR.Unit : RMP */
/*----------------------------------------------------------------------*/
/* PLEX SOLUTION : */
/* */
/* O: > VERAUTCODRES > (VERIFICATIO */
/* O: AUTHORITY C */
/* O: REG1P:pROSTA = ABB12750 */
/* O: ! */
/* O: ABB12750) */
/* O: */
/* O: IF TRESULT = AUTCODVALID THEN */
/* O: DO GETAPARTYIND1P; */
/* O: DO SET_TAUTHCOS; */
/* O: TLIM = REG1P:DXALIM; */
/* O: TRDXAP = REG1P:RDXAP; */
/* O: REG1P:pROSTA = ABB12751; */
/* O: DO SENDUPDAUTCOD; !SEND <UPDAU */
/* O: !UPDATE CATE */
/* N: REG1P:CILCODENUM(0) = TSIGDAT6; */
/* N: REG1P:CILCODENUM(1) = TSIGDAT7; */
/* N: REG1P:CILCODENUM(2) = TSIGDAT8; */
/* O: ELSE */
/* O: TMESTOAATNOP = NOPAUTCODINVALID; */
/* O: */
/* */
/*----------------------------------------------------------------------*/
/* ASSEMBLY SOLUTION : */
PCASI:UNIT=RMP,CI=S94867A,REV=1-R18A,IA=1D976,RA=1D97C,BYTE=0;
JSR PROGSTART+$82A96; ! OLD CODE !
MOVEA.L ($2,A6),A5;
MOVE.L A5,D5;
TRAPEQ.W #QFP;
MOVE.B ($2D3,A6),($8C,A5);
MOVE.B ($2D4,A6),($8D,A5);
MOVE.B ($2D5,A6),($8E,A5);
END;
!A;
PCACS:UNIT=RMP,CI=S94867A;
Y;
PCCOS:UNIT=RMP,CI=S94867A;
Y;
/*======================================================================*/
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top