[asterisk-bugs] [JIRA] (ASTERISK-29964) Faulty/incomplete sample code in Blog "Building a Channel Driver Part 1"

Marcel Wagner (JIRA) noreply at issues.asterisk.org
Thu Mar 10 12:25:07 CST 2022


Marcel Wagner created ASTERISK-29964:
----------------------------------------

             Summary: Faulty/incomplete sample code in Blog "Building a Channel Driver Part 1"
                 Key: ASTERISK-29964
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29964
             Project: Asterisk
          Issue Type: Improvement
      Security Level: None
          Components: Documentation
    Affects Versions: GIT
            Reporter: Marcel Wagner


Some code samples in the blog/article https://www.asterisk.org/building-a-channel-driver-part-1/ didn't seem to be working when just copying. 

The first sample should end with ");" instead of "};".
I think in the sixth sample, line 6 should be "struct ast_frame* ast_groovy_receive_frame()", i.e. the asterisk should be after ast_frame instead of being infront of it.
The seventh sample (starts with #ifndef _ASTERISK_RES_GROOVY_H), should include a semicolon at the end of line 4.

Also, it would be very helpful if the required header files where also be included in the samples to make following easier.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list