Hello everyone,
I have a problem where only one ZAP channel is available to use for inbound or outbound with a Sangoma A400 card. I talked to a Sangoma tech and he told me that there is a problem with Zaptel drivers and that I should modify the following to chan_dahdi.so and do a ./make and ./make install:
#ifdef DAHDI_CHECK_HOOKSTATE
return 1;
#else
return 1;
The first return should be changed from return 0 to return 1.
This is happening with Elastix. I know that it's much easier to make change to source in PBXinAFLASH but I want to know if any of you guys experienced this problem and are struggling to fix it.
Thanks,
I have a problem where only one ZAP channel is available to use for inbound or outbound with a Sangoma A400 card. I talked to a Sangoma tech and he told me that there is a problem with Zaptel drivers and that I should modify the following to chan_dahdi.so and do a ./make and ./make install:
#ifdef DAHDI_CHECK_HOOKSTATE
return 1;
#else
return 1;
The first return should be changed from return 0 to return 1.
This is happening with Elastix. I know that it's much easier to make change to source in PBXinAFLASH but I want to know if any of you guys experienced this problem and are struggling to fix it.
Thanks,