[Asterisk-Dev] oh323 inband-info AST_CONTROL_PROGRESS

Igor - BZ ib.asterisk.dev at bzsolutions.it
Fri Sep 30 11:28:55 MST 2005


Hi :)
    I'm doing some test with H323 channel and asterisk and I found in code 
of  asterisk-oh323-0.6.7

inband-info don't works.... for examples I'm calling a mobile phone and I 
don't ear GAV (user unreachable, ecc....)
I check in source code and I found that:

        /* -- Call has progress information (inband announcements/tones) */
        } else if (e->type == OH323EXC_CALL_PROGRESS) {
                if (option_debug)
                        ast_log(LOG_DEBUG, "%s: Call progress.\n", c->name);
                p->fr.frametype = AST_FRAME_CONTROL;
                p->fr.subclass = AST_CONTROL_PROGRESS;

I try to implement audio "pass-trouth" but it's don't work...
I think that wrapper don't support... is it real?

Sorry for my english
Best Regards :)
-Igor-
www.bzsolutions.it 





More information about the asterisk-dev mailing list