Supervised transfer doesn't work
Hi, I have Asterisk 13.1-cert2 and fop2 fop2_server version 2.29.01 but I cannot get supervised transfer to work, blind transfer does.
To Test I have setup this;
incoming call from sip trunk, answered by ext. 917 (IP Phone), select ext. 916 (IP Phone) button in fop2 press supervised transfer but nothing happens.
[from-sip-trunk]
exten => _073193XXXX,1,Wait(1)
exten => _073193XXXX,2,Dial(SIP/917,30,tT)
exten => _073193XXXX,3,Hangup()
[internal]
exten => _9XX,1,Dial(SIP/${EXTEN},30,tT)
exten => _9XX,n,GotoIf($["${DIALSTATUS}" = "BUSY"]?busy:unavail)
exten => _9XX,n(unavail),Voicemail(${EXTEN},u)
exten => _9XX,n,Hangup()
exten => _9XX,n(busy),VoiceMail(${EXTEN},b)
exten => _9XX,n,Hangup()
Any help would be appreciated thanks
BW
To Test I have setup this;
incoming call from sip trunk, answered by ext. 917 (IP Phone), select ext. 916 (IP Phone) button in fop2 press supervised transfer but nothing happens.
[from-sip-trunk]
exten => _073193XXXX,1,Wait(1)
exten => _073193XXXX,2,Dial(SIP/917,30,tT)
exten => _073193XXXX,3,Hangup()
[internal]
exten => _9XX,1,Dial(SIP/${EXTEN},30,tT)
exten => _9XX,n,GotoIf($["${DIALSTATUS}" = "BUSY"]?busy:unavail)
exten => _9XX,n(unavail),Voicemail(${EXTEN},u)
exten => _9XX,n,Hangup()
exten => _9XX,n(busy),VoiceMail(${EXTEN},b)
exten => _9XX,n,Hangup()
Any help would be appreciated thanks
BW
Comments
BW
Best regards,
http://support.asternic.biz/?/selfhelp/view-article/how-to-debug-fop2/10
That will give you an idea of what is happening and why.
Best regards,