Jump to content

mikhail

Members
  • Posts

    8
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

1,344 profile views

mikhail's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I've forgotten the admin`s passw, what cam I do to reset it to empty? pbx works under Linux and no more accounts(such as domain admin) exists
  2. mikhail

    Call duration

    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?
  3. mikhail

    MaxCallDuaration

    Well I see its rather hard...both for me and for you... May be someone knows just how to make pbx send SOAP request for call_duration to some server after recieving INVITE from user registed by REGISTER request? (PBX Latest version)
  4. mikhail

    MaxCallDuaration

    Here described situation when pbx sends SOAP req to find out how long the call will last: http://wiki1.pbxnsip.com/wiki/index.php/Ca...ards_using_SOAP Is this functionallity still supported? After this call duration expire the dialog will be broken? and is it possible to resend such request during the call? In the situatioan when two users have common account it can be changed by another user and so call duration for the current call should be decreased. I consider it is posible if SOAP request can be resended during the call ... or maybe there is some other way?
  5. Is it possible to allow gateway software to read information form PBX about registed users at the present moment? may be snmp protocol or something else ? or may be just to get a response if this particular user is now registed or no.
  6. mikhail

    Authenticate

    The problem is that pbx can answer "Unauthorized" for BYE from Gateway(and I know that some pbx do so) and gatway knows nothing about password. It is rather expectable becouse it answers "Unauthorized" for INVITE. Well you have told me that "The PBX does not challenge BYE". Actually I just need some official confirmation that it is so. (or config settings) for latest January pbx version. We are to install pbxnsip but don`t know for shure that it will work correctly in our network just becouse of this "small point".
  7. mikhail

    Authenticate

    Thanks. But can u recommend some other way to hang up the call from the gateway? As I suggest The most easier way is to sen BYE in both directions - But if you say that it "might not be possible to hang up a call." May be there is more reliable way?
  8. mikhail

    Authenticate

    A gateway should obtain a function to finish an existing call. Is it possible if INVITE contained Authorization? Is there some way to config BYE Authorization? The situation is that pbx should answer 401 or 407 for INVITE, but I need some setings to know for sure that pbx will accept BYE without AUTH and it wont send 401 or 407 for my BYE.
×
×
  • Create New...