Hi,

ok with the patch now when the called number answer call do not drop like 
before, when the called number answer he can hear me clear but I cant hear 
him.
so now call pickup normal but its one way audio. what I notice I can hear 
the first 2 or 3 seconds from call pickup then the sound goes off, if I keep 
the line open every around 30 seconds I can hear for 2-3 seconds then the 
sound gone again. Strange!!!!!

Regards
Rushan

----- Original Message ----- 
From: "Avin Patel" <[EMAIL PROTECTED]>
To: "Rushan Sobar" <[EMAIL PROTECTED]>
Cc: <ooh323c-devel@lists.sourceforge.net>
Sent: Friday, March 16, 2007 11:08 PM
Subject: Re: [ooh323c-devel] asterisk-ooh323c-0.6


> Hi Rushan,
> Please apply the attached patch and let us know that fixes this problem.
>
> If this doesn't fix the problem, than please provide the debug log, the
> asterisk-oo323c/faq.html contains info about how to generate debug log.
>
> Regards,
> Avin Patel
> Objective Systems, Inc.
>
> Rushan Sobar wrote:
>> Hi,
>>
>> I'm running asterisk with the default asterisk addons with the default
>> ooh323 version , i try to upgrade to the asterisk-ooh323c-0.6 version and
>> the problem i face after upgrade that when i dial a number it ring but as
>> soon as line pickup call get drop directly, when i rollback to the old
>> version it work normally ,,, but with the new version it rings but call 
>> get
>> drop.
>> i guess its codec issue , any one can advise if there is any change in
>> setting the G729 codec in config file ? do i have to change anything to 
>> work
>> around with the new version?
>>
>> Regards
>>
>
>


--------------------------------------------------------------------------------


> Index: ooh323c/src/ooCapability.c
> ===================================================================
> --- ooh323c/src/ooCapability.c (revision 327)
> +++ ooh323c/src/ooCapability.c (working copy)
> @@ -932,7 +932,7 @@
>       noofframes = audioCap->u.g729;
>       break;
>    case T_H245AudioCapability_g729AnnexA:
> -      cap = OO_G729;
> +      cap = OO_G729A;
>       noofframes = audioCap->u.g729AnnexA;
>       break;
>    case T_H245AudioCapability_g7231:
> @@ -943,7 +943,7 @@
>       return FALSE;
>    }
>
> -   OOTRACEDBGC3("Comparing codecs: channel's=%d, requested=%d\n",
> +   OOTRACEDBGC3("Comparing codecs: current=%d, requested=%d\n",
>       epCap->cap, cap);
>    if(cap != epCap->cap) { return FALSE; }
>
> 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
ooh323c-devel mailing list
ooh323c-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ooh323c-devel

Reply via email to