Hi,
I have a dial plan configuration:
<extension name="myLine">
<condition field="destination_number" expression="^333$">
<action application="answer"/>
<action application="set" data="allow_voicemail=true"/>
<action application="set" data="queue=default_queue"/>
<action application="set" data="brand=00990099"/>
<action application="set" data="domain_name=$${domain}"/>
</condition>
</extension>
The following scenario works for me:
1. 202 (Twinkle phone) calls open acd line
2. agent 401 rings and pick up the call (I used Bria soft phone for the agent)
3. 401 transfer to 301 (X-Lite phone) with 'call first' option (consultative transfer)
4. 301 rings and pick up the call
5. 401 transfer the call and the call is establishe between 202 and 301
But, on step 3, the transfer failed if I used 'transfer now' option (blind transfer) instead of 'call first' option.
I've seen in the FS log:
[INFO] mod_dialplan_xml.c:336 Processing Twinkle <202>->301 in context default
[INFO] switch_core_state_machine.c:145 No Route, Aborting
I've attached the openACD and FS logs.
Any help is really appreciated.
Thanks,
Laurentiu