[asterisk-dev] issue 17874 - app_dial breaks ring groups

Jeff LaCoursiere jeff at sunfone.com
Mon Jun 13 13:48:13 CDT 2011


I'm having this issue in 1.4.42rc1, and took a look at the diff
provided.  The diff is fairly simple and still applies to 1.4.42rc1's
app_dial.c, but there is no ast_datastore_free in 1.4.  I looked at the
code for ast_datastore_free in 1.6.2 and I guess I could just include
the function, but then I found this in 1.4 main/global_datastores.c:

dialed_interface_destroy(void *data)

Given that this is what we are trying to accomplish with the patch -
remove the list of interfaces dialed - should I just call this instead?

If I get a patch that works in 1.4.42rc1, should I attach it to this
issue for others given that it won't make it into 1.4.42 release?

Cheers,

j




More information about the asterisk-dev mailing list