antirek / virtual-pbx

Automatically exported from code.google.com/p/virtual-pbx
0 stars 1 forks source link

features.conf #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
*9,*1,*0 -  broken 

Original issue reported on code.google.com by igor.oku...@gmail.com on 23 Aug 2010 at 3:52

GoogleCodeExporter commented 8 years ago
edit features.conf and remove follow lines:
[applicationmap]
xvb-transfer => *9,self/callee,Macro,xvb-transfer
xvb-record => *1,self/callee,Macro,xvb-record
xvb-hangup => *0,self/caller,Macro,xvb-hangup

correct values:
[applicationmap]
xvb-transfer => *9,self/callee,Macro,xvb-call-transfer
xvb-record => *1,self/callee,Macro,xvb-call-record
xvb-hangup => *0,self/caller,Macro,xvb-call-hangup

Original comment by igor.oku...@gmail.com on 23 Aug 2010 at 3:55

GoogleCodeExporter commented 8 years ago
fixed in build 3767-img2

Original comment by igor.oku...@gmail.com on 24 Aug 2010 at 1:07