[Asterisk-Dev] channel driver

Mark Spencer markster at digium.com
Sun Aug 24 16:15:26 MST 2003


build it as part of the normal asterisk build process (by putting it in
the channels sub directory) and adding to the Makefile.

Mark

On Sun, 24 Aug 2003, Florian Overkamp wrote:

> Hi,
>
> I'm still baffled by this one. A prerelease driver we have has this code:
>
>          struct ast_channel *tmp;
>          tmp = ast_channel_alloc(1);
>          tmp->pvt->rawwriteformat = fmt;
>
> Reportedly, this works just fine on someones Redhat and Suse boxes, but it
> segfaults on the last line on my Debian box. Now, Mark had this pinned down
> apparently and mentioned some changes to move the driver into the asterisk
> source tree should fix the issue. Unfortunately, it does not.
>
> Any suggestions on how to solve this will be appreciated..
>
> Florian
>
> _______________________________________________
> Asterisk-Dev mailing list
> Asterisk-Dev at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-dev
>




More information about the asterisk-dev mailing list