Jump to content

Vodia PBX

Administrators
  • Posts

    11,111
  • Joined

  • Last visited

Posts posted by Vodia PBX

  1. Well, the PBX code only deals with WAVEHDR, which contains a block of data. I would say this problem sounds like a problem with the audio subsystem as the PBX does not even dive into the byte area.

     

    Instead of just blaming the audio subsystem, would it be possible to have a similar setup (maybe different computer, same type) and see if the problem also occurs without the PBX being involved?

  2. Well the Alert-Info header is controlled by a XML file (see below). Maybe it needs to be tweaked for the GS again. But most of the phones now understand this way of Alert-Info.

     

    If you change the file, you can now re-load it through the web interface (admin/config?) to that you don't have to restart the service.

     

    <?xml version="1.0"?>

    <ringtones>

    <tone name="custom1">

    <vendor ua="Polycom.*" type="alert-info">Custom 1</vendor>

    <vendor type="alert-info"><http://127.0.0.1/Bellcore-dr4></vendor>

    </tone>

    <tone name="custom2">

    <vendor ua="Polycom.*" type="alert-info">Custom 2</vendor>

    <vendor type="alert-info"><http://127.0.0.1/Bellcore-dr4></vendor>

    </tone>

    <tone name="custom3">

    <vendor ua="Polycom.*" type="alert-info">Custom 3</vendor>

    <vendor type="alert-info"><http://127.0.0.1/Bellcore-dr4></vendor>

    </tone>

    <tone name="custom4">

    <vendor ua="Polycom.*" type="alert-info">Custom 4</vendor>

    <vendor type="alert-info"><http://127.0.0.1/Bellcore-dr4></vendor>

    </tone>

    <tone name="internal" type="internal">

    <vendor ua="Polycom.*" type="alert-info">Internal</vendor>

    <vendor type="alert-info"><http://127.0.0.1/Bellcore-dr2></vendor>

    </tone>

    <tone name="external" type="external">

    <vendor ua="Polycom.*" type="alert-info">External</vendor>

    <vendor><http://127.0.0.1/Bellcore-dr3></vendor>

    </tone>

    <tone name="intercom" type="intercom">

    <vendor ua="Polycom.*" type="alert-info">Auto Answer</vendor>

    <vendor ua="Cisco-CP79.*">auto-answer=0</vendor>

    <vendor type="call-info"><{from-uri}>;answer-after=0</vendor>

    </tone>

    </ringtones>

  3. Well, 2.0 had hand-crafted images for the menus on the top. That was obviously not very smart and has been replaced in 2.1 with a simple html interface that just uses a few background images (some people were asking if we can change the color and the answer was "ouch").

     

    F5 is your friend now. If you use your own design, most of the logic should still work, but just make sure that the cor_xx.gif images and the main_*.gif stuff is moved away. Sorry, but in this case it is really hard to stay 100 % backward compatible...

  4. Are the log bits fixed in this? Also customer with *87 issues reported they've picked up a calls and got silence... Whether that is because they were too slow (or should they receive a 404?)

     

    The clear log is fixed. *87 must always result in audio, if there is no pickup available then there should a IVR annoucement.

  5. Version 2.1 has global settings called "timeout_hold" and "timeout_connected" which can be manually edited in the pbx.xml config file. You can set it to any value bigger than 10 seconds.

     

    Depending on the phone and the software version, the phone should send some kind of keep-alive traffic during mute. Silence does not mean there is no RTP!

  6. The last Windows build available on download is 2.1.0.2103 - could you please post 2.1.0.2105 for testing? Thanks!

     

    Sorry, should be there now.

     

    Does 2105 fix the ACK issue for paging?

     

    I think so.

     

    Outstanding issues (top of my head) are: (1) Some strange stuff with the mailbox when you enter the wrongpin the MB starts recording itself (?!). (2) CO-line monitoring seems to be fixed, but need to verify. (3) There is still a case where T.38 does not work (properly?)

  7. We are still testing and finding issues. So for production the latest and the greatest is still 2.0.3.1715.

     

    The latest Windows build of the day is 2.1.0.2105 (http://www.pbxnsip.com/download/pbxctrl-2.1.0.2105.exe), if you like you can try this one out and help exposing it more to the real world. We are running it already, but still have one or two tickets open that we want to close before releasing it.

     

    Once we are through with 2.1 QA, one thing is sure: This will be a great release addressing many features requests (TAPI, email spooling, G.722 and Re-INVITE, multiple mailbox messages, ...) and fixing several issues that we had in 2.0.3.

  8. There are images available for the Teles box that run 2.x. The upgrade should be relatively easy, once you are ablt to figure out how to put a new image there.

     

    My suggestion is to wait until 2.1 is out and then upgrade to that version (we will include the NetBSD build for 2.1 as well). Should not be too long until then.

  9. What did you use for outbound proxy? Something like "sip:192.168.1.2:5061;transport=tls"? The transport=tls is important because otherwide the phone will use UDP.

     

    Do you have a SIP trace from the phone's web interface? PCAP are useless, due to the nature of TLS we will not be able to see too much...

  10. Nono. The port number is not the point here. Proxy Server/Registrar Server are also not the point here. There is a setting called "outbound proxy" - I think it is in a different config page. In the config file it looks like this:

     

    sip outbound proxy: {ip-adr}

    sip outbound proxy port: {sip-udp-port}

     

    No need for DNS. Lets keep things simple!

     

    Then you should be able to put domain names into the proxy and registrar - they should be the same (e.g. company.com).

×
×
  • Create New...