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!

addressed isn't answer

Status
Not open for further replies.

srad

Programmer
Jan 9, 2004
49
0
0
ES
Hi,

How to addressed a generic extension (extension Freeset)to an analogical or digital extension if this extension (generic extension) isn't answer.

Thank you for all!!
 
You have to programm RID on the freeset (Repeated Individual Diversion)

PELPI:DIR="Freeset",LIST=1,CHO=1,ANSPOS="Freeset",TIME=20;
PELPI:DIR="Freeset",LIST=1,CHO=2,ANSPOS="Analog",TIME=30;

Freeset rings 20 secs.
Then the analog is called , and rings 30 secs .

substitute "Freeset" and "Analog" with their directory numbers.
 
Hi,

How to remove this Repeated Individual Diversion (RID)?
Is possible to make a RID which tre or more estensions?

Regards.
 
Hi srad !
yes in bc10 you can have cho=(1-5)

PELPI:DIR="Freeset",LIST=1,CHO=1,ANSPOS="Freeset",TIME=12;
PELPI:DIR="Freeset",LIST=1,CHO=2,ANSPOS="Analog",TIME=12;
PELPI:DIR="Freeset",LIST=1,CHO=3,ANSPOS="Analog",TIME=12;
PELPI:DIR="Freeset",LIST=1,CHO=4,ANSPOS="Analog",TIME=12;
PELPI:DIR="Freeset",LIST=1,CHO=5,ANSPOS="Analog",TIME=12;

And in bc11/bc12 cho=(1-10)

PELPI:DIR="Freeset",LIST=1,CHO=1,ANSPOS="Freeset",TIME=12;
PELPI:DIR="Freeset",LIST=1,CHO=2,ANSPOS="Analog",TIME=12;
PELPI:DIR="Freeset",LIST=1,CHO=3,ANSPOS="Analog",TIME=12;
PELPI:DIR="Freeset",LIST=1,CHO=4,ANSPOS="Analog",TIME=12;
PELPI:DIR="Freeset",LIST=1,CHO=5,ANSPOS="Analog",TIME=12;
PELPI:DIR="Freeset",LIST=1,CHO=6,ANSPOS="Analog",TIME=12;
PELPI:DIR="Freeset",LIST=1,CHO=7,ANSPOS="Analog",TIME=12;
PELPI:DIR="Freeset",LIST=1,CHO=8,ANSPOS="Analog",TIME=12;
PELPI:DIR="Freeset",LIST=1,CHO=9,ANSPOS="Analog",TIME=12;
PELPI:DIR="Freeset",LIST=1,CHO=10,ANSPOS="Analog",TIME=12;

Syar
 
Forgot !
To remove use

PELPE:DIR= ; ( removes all lists for the directory number )
or
PELPE:DIR= ,LIST=1,CHO=3; (remove one choice in the list #1)
or
PELPE:DIR= ,LIST=1; (remove list#1 if multiple lists is used)


Syar
 
Thanks for all SYAR2003. You have helped a lot

But I have a new problem. I'm explain:
When a telephone is busy and call it somebody, doesn't jump a next free phone defined in a RID list, the message is "BUSY". How to solve this problem?

Regards.
 
Example :


PELPI:DIR="1001",LIST=1,CHO=1,ANSPOS="1001",TIME=12,BSYCHO=2;
bsycho(busy choice) redirects to CHO 2 in the list when
anspos in CHO 1 is busy.
PELPI:DIR="1001",LIST=1,CHO=2,ANSPOS="1002",TIME=12;


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top