The mediaWaitForConnect flag is always set by ooh323 to false. When CCM 
wants to route a call to PSTN it sends a SETUP message to the PSTN 
interface (a different machine) to set up a call between * and the PSTN, 
just like it sets up a call to another extension normally. But for 
reasons known only to Cisco it wants CCM to monitor the call (I think) 
because it wants to continue to provide dial tone. I guess it wants to 
provide (a different) dial tone after you have pressed 9 for an external 
line. With mediaWaitForConnect set to false the call goes through and is 
then torn down by CCM about 8 seconds later. When set to True is works 
as it should.

xx xx wrote:
> Hi Tim,
>
> Thank you for the message. Can you please explain more Pt.3. 
>
> Thank you
>
> mortex
>
>
>  >3. Also in ooq931 Cisco Call Manager tries to send a dial tone when 
>  >causing a dial from PSTN interface. This causes call being set up to be 
>  >dropped. Solution is to turn off mediaWaitForConnect - it would be nice 
>  >if this was an option.
>  >
>  >--- ooh323c/src/ooq931.c        2006-03-02 22:21:17.000000000 +0000
>  >+++ /home/asterisk/asterisk-ooh323c-0.5/ooh323c/src/ooq931.c    
>  >2006-05-30 10:00:41.
>  >707445408 +0100
>  >@@ -2317,7 +2317,7 @@
>  >                                call->callIdentifier.guid.numocts);
>  >   
>  >    setup->m.mediaWaitForConnectPresent = TRUE;
>  >-   setup->mediaWaitForConnect = FALSE;
>  >+   setup->mediaWaitForConnect = TRUE;
>  >    setup->m.canOverlapSendPresent = TRUE;
>  >    setup->canOverlapSend = FALSE;
>  >
>
> -----------------------------------------------------------------
> http://www.sportni.bg/worldcup/ - ???????? 2006 - ?????????? ?????????? ?? 
> ?????? ?????????!
>
>   


_______________________________________________
ooh323c-devel mailing list
ooh323c-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ooh323c-devel

Reply via email to