Hello! I am playing around with transfering calls with chan capi. Here is a little example from the readme: --- example: exten => s,1,Answer exten => s,2,capiHOLD exten => s,3,capiECT,55:50 --- However, it only gets to capiHOLD and not further! So when i try to transfer a call, i am stuck in the hold loop. What am i doing wrong? Thanks, Mario