Phone call forwarding

Hello! I am using asterisk 13 and set up call forward on my phone, when forward occures i get this message in asterisk:

It transfer calls, but it last no longer that time set in Dial + ignores ‘z’ option.
Can this behaivior changed without changing Dial timeout?

That message has nothing to do with your problem. What’s the complete console output for an attempt?

Thank you for your reply! And this message stands for and why it appears?

Seems trouble with my service provider.
Output for attempt:

== Using SIP RTP CoS mark 5 -- Executing [0501@msk-metal:1] NoOp("SIP/0405-000000fc", "") -- Executing [0501@msk-metal:2] Dial("SIP/0405-000000fc", "SIP/0501,80,tTz") == Using SIP RTP CoS mark 5 -- Called SIP/0501 == Extension Changed 0501[msk-metal] new state Ringing for Notify User 0502 == Extension Changed 0501[msk-metal] new state Ringing for Notify User 0503 == Extension Changed 0501[msk-metal] new state Ringing for Notify User 0101 -- SIP/0501-000000fd is ringing -- Nobody picked up in 20000 ms == Extension Changed 0654[msk-metal] new state Idle for Notify User 0101 -- Executing [0654@msk-metal:3] Dial("SIP/0608-000000f8", "SIP/0661,20,tT") == Using SIP RTP CoS mark 5 -- Called SIP/0661 -- SIP/0661-000000fe is ringing == Spawn extension (msk-metal, 0654, 3) exited non-zero on 'SIP/0608-000000f8' -- Got SIP response 302 "Moved Temporarily" back from 172.17.24.177:5060 -- Now forwarding SIP/0405-000000fc to 'Local/89031122772@msk-metal' (thanks to SIP/0501-000000fd) [2015-06-30 14:29:54] NOTICE[24753][C-00000092]: app_dial.c:891 do_forward: Not accepting call completion offers from call-forward recipient Local/89031122772@msk-metal-00000012;1 -- Executing [89031122772@msk-metal:1] NoOp("Local/89031122772@msk-metal-00000012;2", "") in new stack -- Executing [89031122772@msk-metal:2] Dial("Local/89031122772@msk-metal-00000012;2", "SIP/mtt-ariel/89031122772") in new stack == Extension Changed 0501[msk-metal] new state Idle for Notify User 0502 == Extension Changed 0501[msk-metal] new state Idle for Notify User 0503 == Extension Changed 0501[msk-metal] new state Idle for Notify User 0101 == Using SIP RTP CoS mark 5 -- Called SIP/mtt-ariel/89031122772 -- Got SIP response 603 "Decline" back from 80.75.132.66:5060 -- SIP/mtt-ariel-000000ff is busy == Everyone is busy/congested at this time (1:1/0/0) -- Auto fallthrough, channel 'Local/89031122772@msk-metal-00000012;2' status is 'BUSY' -- Local/89031122772@msk-metal-00000012;1 is busy == Everyone is busy/congested at this time (1:1/0/0) -- Executing [0501@msk-metal:3] Hangup("SIP/0405-000000fc", "") == Spawn extension (msk-metal, 0501, 3) exited non-zero on 'SIP/0405-000000fc'

NOTICE means that the message is normal and doesn’t indicate a problem.

“call completion” means things like ring back when free.

The call has failed because the called network has reported that the end user has rejected the call. That may not be the real reason, but you should take that up with the network operator.