Changeset 317:b625535abdc6

Show
Ignore:
Timestamp:
10/20/08 11:19:58 (3 months ago)
Author:
vadim@mbdsys.com
Tags:

tip

Message:

fix phAcceptMcCall2 to correctly retrive master call descritptor

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • phapi/phapi.c

    r310 r317  
    16841684{ 
    16851685   phcall_t *ca = ph_locate_call_by_cid(cid); 
    1686    phcall_t *mca = ph_locate_call_by_cid(cid); 
     1686   phcall_t *mca = ph_locate_call_by_cid(mcid); 
    16871687   char  local_voice_port[16] = "0"; 
    16881688   int streams = PH_STREAM_AUDIO;