fixed issue with agi-VDAD_ALL_inbound script with CLOSER transfers

git-svn-id: svn://192.168.202.10@739 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2007-12-02 18:57:30 +00:00
parent 5bcb466377
commit 453c4a64b7
+1 -1
View File
@@ -228,7 +228,7 @@ if ( (!$callerid) or ($callerid =~ /unknown/) )
if ($call_handle_method =~ /^CLOSER/)
{
### allow for internal PRI/IAX/SIP transfer data string "90009*CL_uk3survy_*8301*10000123*universal***"
if ($extension =~ /^900\d\d\*/)
if ($extension =~ /^900\d\d\*|^9900\d\d\*/)
{
@EXT_vars = split(/\*/, $extension);