I have an incoming ZAP call from extension 3666 which connects to SIP extension 6008.
Then SIP extension 6008 dials #* and 6007 (attended transfer).
The SIP extension 6007 rings but when the call is picked up, it fails with a beeperr message and 3666 is back with 6008.
6007 and 6008 are part of a hunt group.
[Apr 19 13:16:51] VERBOSE[401] logger.c: -- AGI Script dialparties.agi completed, returning 0
[Apr 19 13:16:51] DEBUG[401] app_macro.c: Executed application: AGI
[Apr 19 13:16:51] VERBOSE[401] logger.c: -- Executing [s@macro-dial:7] Dial("Local/6007@from-internal-xfer-2b44,2", "SIP/6007||tTwW") in new stack
[Apr 19 13:16:51] VERBOSE[401] logger.c: -- Called 6007
[Apr 19 13:16:51] VERBOSE[401] logger.c: -- SIP/6007-0000110e is ringing
[Apr 19 13:16:54] VERBOSE[401] logger.c: -- SIP/6007-0000110e answered Local/6007@from-internal-xfer-2b44,2
[Apr 19 13:16:54] VERBOSE[32709] logger.c: -- Stopped music on hold on Zap/26-1
[Apr 19 13:16:54] VERBOSE[401] logger.c: -- Executing [h@macro-dial:1] Macro("Local/6007@from-internal-xfer-2b44,2", "hangupcall") in new stack
[Apr 19 13:16:54] VERBOSE[401] logger.c: -- Executing [s@macro-hangupcall:1] ResetCDR("Local/6007@from-internal-xfer-2b44,2", "w") in new stack
[Apr 19 13:16:54] VERBOSE[32709] logger.c: -- <SIP/6008-0000110c> Playing 'beeperr' (language 'en')
[from-internal-xfer]
include => parkedcalls
include => from-internal-custom
include => ext-fax
include => ext-local-confirm
include => findmefollow-ringallv2
include => from-internal-additional
; This causes grief with '#' transfers, commenting out for the moment.
; include => bad-number
exten => s,1,Macro(hangupcall)
exten => h,1,Macro(hangupcall)
What could the problem be?