mikhail Posted February 27, 2007 Report Share Posted February 27, 2007 Im trying to set call duration limit, using SOAP. I have a web server with a script that i took from here http://wiki1.pbxnsip.com/wiki/index.php/SOAP When a registed user calling to Trunk the script is requested (Im shure that it is so - cause when I set duration = "" the user fail to make call) But when duration = "10" <code> .......... else if($type=="CALLINGCARDCREDIT") { ......... $duration="10"; ......... </code> call establishes and after 10 seconds nothing happens - users stay coonected. I was shure that pbx will disconnect them aftre 10 seconds Am I doing somethimg wrong? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.