xyj70 / fusionpbx

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

Huntgroup failing to get outbound caller id and name variables #285

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call into a squential hunt group 
2. Huntgroup must have a member that calls out a gateway
3. Monitor log for failure

What is the expected output? What do you see instead?
When the huntgroup member that is called on the gateway the two variables 
should be pulled and then passed to the entity being called. 
Instead the script stops at this and does not continue on putting this error 
into the console "attempt to concatenate global 'outbound_caller_id_name' (a 
nil value)"

What version of the product are you using? On what operating system?
FusionPBX version 3.0.4, Freeswitch version 1.0.7
Running on Centos 6.3 64 bit.
Using NGINX for the web server

Please provide any additional information below.

When you remove 
"origination_caller_id_name="..outbound_caller_id_name..",origination_caller_id_
number="..outbound_caller_id_number" 
From the huntgroup member in the script it acts as expected.

Original issue reported on code.google.com by Mast...@gmail.com on 3 Aug 2012 at 4:30

GoogleCodeExporter commented 9 years ago
Additional information:
When the huntgroup is called internally, say from a softphone By dialing the 
huntgroups
extention number the script acts as expected with no errors. This error only 
happens from an inbound route coming from DID. such that the call flow goes: 
PSTN>DID>IVR>HuntGrp. This is where it breaks. 

Original comment by Mast...@gmail.com on 6 Aug 2012 at 3:50

GoogleCodeExporter commented 9 years ago
Hunt group functionality has been replaced by ring groups. Please upgrade.

Original comment by markjcrane@gmail.com on 26 Apr 2014 at 2:43