Menu

#13 Disable H450

closed
nobody
None
5
2013-01-10
2012-12-07
Francesca
No

Hi,
I'm using opal dll to develop my own softphone h323. I'm using an old version: 3.10.5.
It works fine, but now I have to use my softphone it with an Aastra PBX that doesn't understand h450 protocol; so park, retrieve, conferences and tranfers don't works fine.
Analizing opal project I saw that i can disable h450, but I'm not able to disable it correctly.
In particular, to disable h450, in file buildopts.h.in I commented #undef OPAL_H450. In that file now I have //#undef OPAL_H450; (all works fine) but I think it's a wrong solution.
Someone can help me?
How and in which file can I disable H450 correctly?
thanks in advance
Francesca

Discussion

  • Nobody/Anonymous

    You should use the opal-voip mailing list for questions, this Web site is for bugs.

    The best is that you execute configure with --disable-h450.

     
  • Robert Jongbloed

    • status: open --> closed
     
  • Robert Jongbloed

    First, almost nothing support H.450.x for hold/retrieve. The system is designed to "fall back" to the TCS=0 method. This should work with or without H.450 code enabled.

    I would recommend updating to 3.10.9 as a priority.

     

Log in to post a comment.