Re: [asterisk-dev] app_queue: member not removed from pending_members

2016-12-09 Thread Tomec Martin
-Original Message- From: asterisk-dev-boun...@lists.digium.com [mailto:asterisk-dev-boun...@lists.digium.com] On Behalf Of Joshua Colp Sent: Friday, December 09, 2016 4:00 PM To: asterisk-dev@lists.digium.com Subject: Re: [asterisk-dev] app_queue: member not removed from pending_members

Re: [asterisk-dev] Problems with custom C-file: undefined reference

2016-12-09 Thread Corey Farrell
I'm not sure what you're trying to accomplish but this is not the approach I'd take for expanding chan_sip. My advice is to simply put your system.c into channels/sip. This will automatically link it into the binary chan_sip module, but allow you to keep your source code in a separate file. I

Re: [asterisk-dev] Cannot set CallerId on outgoing call

2016-12-09 Thread Richard Mudgett
On Fri, Dec 9, 2016 at 8:54 AM, wrote: > Hi All, > > I have a scenario where an incoming external call comes into Asterisk and > into my Stasis application, I there check my database to find the > destination so I can route the call there. I follow the recommended >

Re: [asterisk-dev] Problems with custom C-file: undefined reference

2016-12-09 Thread Julian Fleischhauer
I could resolve the XML and pcap issues, but still have problems concerning "sip_get_header()". I don't want to rename the function since it's a frequently used function in chan_sip.c, I therefore defined an .exports.in file. I don't know if Mr. Michelson understood me correctly, but I think

Re: [asterisk-dev] app_queue: member not removed from pending_members

2016-12-09 Thread Joshua Colp
On Fri, Dec 9, 2016, at 10:56 AM, Tomec Martin wrote: > Hi all, > there are still cases, when member is not removed from pending_members, > for example in this issue: > https://issues.asterisk.org/jira/browse/ASTERISK-26621 > There was patch to prevent this (https://gerrit.asterisk.org/#/c/3744/1)

[asterisk-dev] app_queue: member not removed from pending_members

2016-12-09 Thread Tomec Martin
Hi all, there are still cases, when member is not removed from pending_members, for example in this issue: https://issues.asterisk.org/jira/browse/ASTERISK-26621 There was patch to prevent this (https://gerrit.asterisk.org/#/c/3744/1) but it does not cover all cases. For now I think that the

[asterisk-dev] Cannot set CallerId on outgoing call

2016-12-09 Thread sven . evensen
Hi All, I have a scenario where an incoming external call comes into Asterisk and into my Stasis application, I there check my database to find the destination so I can route the call there. I follow the recommended procedure: 1. Create bridge 2. Create channel for outbound call 3. Add