MasterVitronic / fusionpbx

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

FollowMe Call Prompt for external destination not working #458

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create followMe to external number, and set Call Prompt to "True"
2. Enable FollowMe
3. Call extension

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

1. When the call is presented to the external caller they should hear "Press 1 
to accept". Call is presented to caller with no confirm action needed

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

Please provide any additional information below.

EXECUTE sofia/internal/6784915050 lua(confirm.lualeg_delay_start=0)
2013-09-14 08:46:11.154351 [ERR] mod_lua.cpp:198 cannot open 
/usr/local/freeswitch/scripts/confirm.lualeg_delay_start=0: No such file or 
directory 

Original issue reported on code.google.com by acarreg...@gmail.com on 14 Sep 2013 at 1:02

GoogleCodeExporter commented 9 years ago
This is what is being added to the extension dialstring. I think its missing a 
"'" between confirm.lua and leg_delay_start. It may be adding it in the wrong 
place as I see 2 commas between the presence_id string and group_confirm_key 
string

{instant_ringback=true,ignore_early_media=true,sip_invite_domain=demo2.domain.co
m}[presence_id=678491xxxx@demo2.domain.com,,group_confirm_key=exec,group_confirm
_file=lua confirm.lualeg_delay_start=0,leg_timeout=20]loopback/678491xxxx 

Original comment by acarreg...@gmail.com on 14 Sep 2013 at 1:16

GoogleCodeExporter commented 9 years ago
Manually cleaning the dial string and putting the "," in the right place seems 
to fix this reported issue. 

Original comment by acarreg...@gmail.com on 14 Sep 2013 at 1:20

GoogleCodeExporter commented 9 years ago
acarrega50, run svn update from the fusionpbx directory, try it and then report 
back.

Original comment by markjcrane@gmail.com on 18 Sep 2013 at 4:12

GoogleCodeExporter commented 9 years ago
Its working after a svn update to 4575 on dev. Thx

Original comment by acarreg...@gmail.com on 24 Sep 2013 at 4:42

GoogleCodeExporter commented 9 years ago
Closing the issue after it is reported that it is working.

Original comment by markjcrane@gmail.com on 30 Sep 2013 at 1:20