arnaudcoquelet / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

Attended Call Transfer does not work #852

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Register three local extension (i.e 7001,7002,7003)
2. Now call 7002 extension from 7001
3. When 7002 picks up the call press *4 and extension number(7003) followed by 
pound sign.

What is the expected output? What do you see instead?

Call should transferred to 7003 extension but it doesn't, and give me error 
like 
2015-02-12 06:36:21.559566 [WARNING] mod_dptools.c:3979 Can't find user [7003@]

What version of the product are you using? On what operating system?

FusionPBX : 3.7.1 
OS : Debian/Wheezy 7.8
Also I am using XML Handler

Please provide any additional information below.
Here is my complete FreeSWITCH log http://pastebin.com/qp7KMNUv

Original issue reported on code.google.com by jkhan6...@gmail.com on 12 Feb 2015 at 6:50

GoogleCodeExporter commented 9 years ago
I have just installed FusionPBX stable 3.6.3 in local system, and even in that 
I am facing same issue :(

Anyone please help to fix this.

Original comment by jkhan6...@gmail.com on 24 Feb 2015 at 5:50

GoogleCodeExporter commented 9 years ago
Now been fixed in the Dev branch.  You will need to goto Dialplan Manager for 
every domain and either 
1) Delete att_xfer entry (Order 310) then run Advanced >> Upgrade >> Source 
Code then App Defaults or 
2) Edit the entry and replace transfer_context with context.

Original comment by ewsamu...@gmail.com on 22 Mar 2015 at 8:37