Hi all,<br><br>If i may first note, I've compiled the latest h323plus with no problem, but when i go to compile the simpleplus program, it gives an unresolved error for H46019UDPSocket::GetPeerAddress(...).   This happens because H323_H46024A and H323_H46024B are disabled and GetPeerAddress is defined within H323_H46024A but declared within H323_H46019M. I did a minor work around and it now compiles fine.<br>

<br>Another issue I came upon, when I initialize UPNP during the h323 initialization, during the UPnPThread::TestMapping()  function call, it manages to map both ports (11000 and 11001) but after calling         RemoveMap(extPort,true);  and  RemoveMap(extPort+1,true), only 11001 is removed and not 11000. I tested this with different port range and it produces the same results (one unmapped and not the other). Is this supposed to be the case or is something wrong somewhere?<br>

<br>Although, after closing the program, both ports are unmapped successfully. But another problem that happens every time I close the program is a memory access violation at;<br><br>    ~IxNATNumberOfEntriesCallback() { delete m_pointer; } from <br>

<br>interface IxNATNumberOfEntriesCallback : public INATNumberOfEntriesCallback<br><br>Any reason why this could be the case? <br><br>Lastly, when upnp is initialized, making a call doesn't seem to open and map the ports at all. What else should be done aside from initializing upnp? <br>

<br>Your help and suggestions will be greatly appreciated.<br><br>Thanks<br><br>Josh <br><br>