- Joined
- Jun 11, 2010
- Messages
- 12
- Reaction score
- 0
Hi there,
Cant manage to solve an issue i have :
I'm trying to pickup a call on an extension called by a follow-me hunt list :
Phone 6666 calls phone 6853,which has a follow-me toward 6856.
Im trying to pickup 6856 from 6861 with **6856 :
Result :
And "declined" message on the 6861 phone.
Before Follow-me : (6853 ringing) :
After Follow-me (6856 ringing) :
Note that when the phone 6856 is ringing (by the 6853 follow-me), i can pickup it dialing **6853
I was able te reproduce this issue on all Elastix 2.4 i tested.
Have you any idea about it? i just can't use *8 pickup method.
Thanks for any help or advices,
Regards,
./Kriss
Cant manage to solve an issue i have :
I'm trying to pickup a call on an extension called by a follow-me hunt list :
Phone 6666 calls phone 6853,which has a follow-me toward 6856.
Im trying to pickup 6856 from 6861 with **6856 :
Code:
[May 16 18:32:40] VERBOSE[32201] pbx.c: -- Executing [**6856@from-internal:1] Pickup("SIP/6863-000007a7", "6856&6856@ext-local&6856@from-internal&6856@from-internal-xfer&6856@from-did-direct&LC-6856@from-internal&LC-6856@from-internal-xfer&FMPR-6856@from-internal&FMPR-6856@from-internal-xfer&FMPR-6856@from-did-direct&603@from-internal&603@from-internal-xfer&603@ext-group&604@from-internal&604@from-internal-xfer&604@ext-group&608@from-internal&608@from-internal-xfer&608@ext-group") in new stack
Result :
Code:
[May 16 18:32:40] NOTICE[32201] app_directed_pickup.c: No target channel found for 6856.
[May 16 18:32:40] NOTICE[32201] app_directed_pickup.c: No target channel found for 6856.
[May 16 18:32:40] NOTICE[32201] app_directed_pickup.c: No target channel found for 6856.
[May 16 18:32:40] NOTICE[32201] app_directed_pickup.c: No target channel found for 6856.
[May 16 18:32:40] NOTICE[32201] app_directed_pickup.c: No target channel found for 6856.
[May 16 18:32:40] NOTICE[32201] app_directed_pickup.c: No target channel found for LC-6856.
[May 16 18:32:40] NOTICE[32201] app_directed_pickup.c: No target channel found for LC-6856.
[May 16 18:32:40] NOTICE[32201] app_directed_pickup.c: No target channel found for FMPR-6856.
[May 16 18:32:40] NOTICE[32201] app_directed_pickup.c: No target channel found for FMPR-6856.
[May 16 18:32:40] NOTICE[32201] app_directed_pickup.c: No target channel found for FMPR-6856.
[May 16 18:32:40] NOTICE[32201] app_directed_pickup.c: No target channel found for 603.
[May 16 18:32:40] NOTICE[32201] app_directed_pickup.c: No target channel found for 603.
[May 16 18:32:40] NOTICE[32201] app_directed_pickup.c: No target channel found for 603.
[May 16 18:32:40] NOTICE[32201] app_directed_pickup.c: No target channel found for 604.
[May 16 18:32:40] NOTICE[32201] app_directed_pickup.c: No target channel found for 604.
[May 16 18:32:40] NOTICE[32201] app_directed_pickup.c: No target channel found for 604.
[May 16 18:32:40] NOTICE[32201] app_directed_pickup.c: No target channel found for 608.
[May 16 18:32:40] NOTICE[32201] app_directed_pickup.c: No target channel found for 608.
[May 16 18:32:40] NOTICE[32201] app_directed_pickup.c: No target channel found for 608.
Before Follow-me : (6853 ringing) :
Code:
-- SIP/6853-000007a5 is ringing
-- Nobody picked up in 10000 ms
Code:
Channel Location State Application(Data)
SIP/XXX_VoipAccess- s@macro-dial:38 Ring Dial(SIP/6853,10,trwWM(auto-bl
SIP/6853-000007a5 6853@from-internal:1 Ringing AppDial((Outgoing Line))
2 active channels
1 active call
After Follow-me (6856 ringing) :
Code:
-- Called SIP/6856
-- SIP/6856-000007a6 is ringing
Code:
Channel Location State Application(Data)
SIP/6856-000007a6 6853@from-internal:1 Ringing AppDial((Outgoing Line))
SIP/XXX_VoipAccess- s@macro-dial:38 Ring Dial(SIP/6856,10,trwWM(auto-bl
Note that when the phone 6856 is ringing (by the 6853 follow-me), i can pickup it dialing **6853
I was able te reproduce this issue on all Elastix 2.4 i tested.
Have you any idea about it? i just can't use *8 pickup method.
Thanks for any help or advices,
Regards,
./Kriss