- char interface[256]; + char interface[AST_CHANNEL_NAME]; Is there a reason why this is 256, which is quite longer than the definition of AST_CHANNEL_NAME? Ok to change this to AST_CHANNEL_NAME? /O