Displaying 1 result from an estimated 1 matches for "callingpartynumberie".
Did you mean:
  callingpartynumber
  
2003 May 16
0
OpenH323 channel driver, Q931 Calling party number
...ators and the actual number. 
Our provider uses some of those to decide if the numer should be
presented or 
not to the outside world.
I've done a crude hack in our GnuGK to always change those so that our
numbers 
are displayed.
ProxyChannel.cxx:~513:
        if (m_lastQ931->HasIE(Q931::CallingPartyNumberIE)) {
                        unsigned plan, type;
                        PString oldnumber;
                        m_lastQ931->GetCallingPartyNumber(oldnumber,
&plan, &type);
                        m_lastQ931->SetCallingPartyNumber(oldnumber,
plan, 2);
                        change...