MasterVitronic / fusionpbx

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

call forwarding broken for multiple-registrations #492

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.<param name="multiple-registrations" value="true"/> in 
conf/sip_profiles/internal.xml
2.changed user/${user_data(${destination_number}@${domain_name} attr 
id)}@${domain_name}  to  
${sofia_contact(${user_data(${destination_number}@${domain_name} attr id)})} in 
local extension bridge
3.set up call forwarding, or follow me, or do not disturb

What is the expected output? What do you see instead?
Forwarding is broken when using sofia_contact to bridge the call

What version of the product are you using? On what operating system?
fusionpbx 3.3 on Debian 7.2, mysql, apache

Please provide any additional information below.

Original issue reported on code.google.com by alexandr...@gmail.com on 30 Oct 2013 at 5:53

GoogleCodeExporter commented 9 years ago
This isn't a bug if you use sofia_contact you are bridging the call directly to 
the phone and you have chosen bypass call forward, follow me and DND as defined 
in the FusionPBX gui. If you still want to honor those settings then you can 
bridge to user/${destination_number}@${domain_name}

Original comment by markjcrane@gmail.com on 30 Apr 2014 at 7:46