arnaudcoquelet / fusionpbx

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

Call routing does not work from phone #784

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Dial *72 or *74
2.Follow prompts and put in correct information
3.press # to end the call.

What is the expected output? What do you see instead?
Call forward should work after this, however it does not work. Adding a call 
forward on a extension works only if you do it within the fusionpbx interface. 
Additionally this is the error I see from fs_cli:

2014-12-04 16:45:53.100121 [ERR] switch_pgsql.c:645 Error executing query:
ERROR:  invalid input syntax for uuid: ""
LINE 1: ...951df1-54be-4ae9-8a1b-9ae0a3265667' and follow_me_uuid = ''
                                                                    ^

2014-12-04 16:45:53.100121 [ERR] freeswitch_lua.cpp:446 DBH NOT Connected.

I can see that normally I would get DBH NOT connected if it was unable to 
connect to the database, however since I can call forward from the webpage, 
perform other actions which require database access I'm unsure this is the case.

What version of the product are you using? On what operating system?
3.7.1 
Debian 7
 Linux fusion 3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u3 x86_64 GNU/Linux 

Please provide any additional information below.
AFAIK everything else works no other issues to report.

Original issue reported on code.google.com by scristop...@gmail.com on 4 Dec 2014 at 9:59

GoogleCodeExporter commented 9 years ago
Title should be call forwarding

Original comment by scristop...@gmail.com on 4 Dec 2014 at 10:00

GoogleCodeExporter commented 9 years ago
Updating FusionPBX source and update the Lua scripts in freeswitch/scripts 
should fix this problem.

Original comment by markjcrane@gmail.com on 5 Dec 2014 at 6:04