Displaying 1 result from an estimated 1 matches for "puckup".
Did you mean:
pickup
2011 Jul 22
1
Pickup(${EXTEN:2}); not works from outside
Hi!
I'm using ael language and I need to pick up a call from outside to an internal number.
for example:
i'm 120
the phone 100 rings, it's a call from outside.
now I pick up the call with: *8100
and I would expect to answer the call but the response is Declined
the Puckup code is below:
_*8X! => {
Pickup(${EXTEN:2});
Hangup();
}
the problem is if an another number ( 130) calls the phone 120 and I pick up with *8100, this works!
I respond to the caller 130.
I tried this code below:
_*8X! => {
SET(GLOBAL(PICKUPMARK)=${EXTEN:2});
Pickup(${EXTEN:2}@P...