Re: [asterisk-dev] AMD

2020-01-31 Thread i...@magnussolution.com
hello, thanks Kevin, I use ast_check_hangup(chan_peer) and I can get the user CANCEL. for now my APP work ok, I’ll test in production. Thanks > On 30 Jan 2020, at 16:04, i...@magnussolution.com wrote: > > Hi Kevin, thanks for your help > > I’ll to try your recommendati

Re: [asterisk-dev] AMD

2020-01-30 Thread i...@magnussolution.com
Magnus > On 30 Jan 2020, at 17:44, Kevin Harwell wrote: > > On Thu, Jan 30, 2020 at 1:04 PM i...@magnussolution.com > <mailto:i...@magnussolution.com> <mailto:i...@magnussolution.com>> wrote: > Hi Kevin, thanks for your help > > I’ll to try your reco

Re: [asterisk-dev] AMD

2020-01-30 Thread i...@magnussolution.com
Hi Kevin, thanks for your help I’ll to try your recommendation and send you the feedback. There is any existent method to execute AMD on the 183? best regards > On 30 Jan 2020, at 14:21, Kevin Harwell wrote: > > On Wed, Jan 29, 2020 at 3:07 PM i...@magnussolution.com &g

[asterisk-dev] ast_coredumper

2020-01-30 Thread i...@magnussolution.com
Hello everyone, sorry bother you guys. how you guys seen in my last email I’m to try developer a Asterisk Application. So, my application crashed the Asterisk and I use /var/lib/asterisk/scripts/ast_coredumper core to analise the log. For example in core-full.txt there are 175 Thread, What

[asterisk-dev] AMD

2020-01-29 Thread i...@magnussolution.com
Hello I’m to try execute AMD on the 183 signalisation, to detect audio on early media. I’m work in app_dial.c and it work ok when the audio start on the beginner, but when keep ringing I need to continue analyse until receive the 200 OK or some error. I already do it but, always there a

Re: [asterisk-dev] ast_play_and_wait

2020-01-28 Thread i...@magnussolution.com
t 8:43 AM i...@magnussolution.com > <mailto:i...@magnussolution.com> <mailto:i...@magnussolution.com>> wrote: > Hello, > > I’m learning about Asterisk code, and to try developer a new application, in > this application I nee to execute sounds, I’m using > ast_pl

[asterisk-dev] ast_play_and_wait

2020-01-28 Thread i...@magnussolution.com
Hello, I’m learning about Asterisk code, and to try developer a new application, in this application I nee to execute sounds, I’m using ast_play_and_wait(chan,audio), but this function, as the name suppose, play the and wait to user press any digits. Have another function to only execute the

[asterisk-dev] SIP OAC

2019-04-02 Thread i...@magnussolution.com
Hello everyone I’m learn how to implement AOC using chan_sip. On the doc I see is necessary active option snom_aoc_enabled=yes but it not work. analyzing the code I see app_dial.c that the channel is answered is checked the option aoc_s_rate_list to set the flag AST_CONTROL_AOC if

[asterisk-dev] Advice of Charge

2018-10-28 Thread i...@magnussolution.com
Hello, there is any module to Advice of Charge? https://www.grandstream.com/sites/default/files/Resources/AoC_Guide.pdf If not exist I could start the development. Best regards -- _ -- Bandwidth and Colocation Provided

Re: [asterisk-dev] write my self app. Debug

2018-09-17 Thread i...@magnussolution.com
hi, you are correct. I try release two time. best regards > On 17 Sep 2018, at 18:48, Matt Fredrickson wrote: > > On Mon, Sep 17, 2018 at 9:00 AM i...@magnussolution.com > <mailto:i...@magnussolution.com> > mailto:i...@magnussolution.com>> wrote: >> >

Re: [asterisk-dev] write my self app. Debug

2018-09-17 Thread i...@magnussolution.com
obj = NULL; 4222} Please help me. Best regards > On 12 Sep 2018, at 20:10, i...@magnussolution.com wrote: > > thanks for you help. > > > I try use backtrace. But I no a expert. > > I using cents 7 64x > > gdb -se "asterisk"

Re: [asterisk-dev] doxygen offline

2018-09-14 Thread i...@magnussolution.com
Thank you so much per your quick answer. Can you indicate me how the better way to start learn Asterisk code? Like how to get started. Best regards. > On 14 Sep 2018, at 15:18, Joshua Colp wrote: > > On Fri, Sep 14, 2018, at 3:15 PM, i...@magnussolution.com wrote: >> hel

[asterisk-dev] doxygen offline

2018-09-14 Thread i...@magnussolution.com
hello, anyone know why the DEV doc is unavailable? http://doxygen.asterisk.org/trunk/index.html Was migrated to another domain? Best regards -- _ -- Bandwidth and Colocation

Re: [asterisk-dev] write my self app. Debug

2018-09-14 Thread i...@magnussolution.com
inside my app. Exist any method to use from app_dial.c? Best regards > On 12 Sep 2018, at 20:10, i...@magnussolution.com wrote: > > thanks for you help. > > > I try use backtrace. But I no a expert. > > I using cents 7 64x > > gdb -se "asterisk

Re: [asterisk-dev] write my self app. Debug

2018-09-12 Thread i...@magnussolution.com
nector-odbc-5.3.11-1.el7.x86_64.rpm ln -s /usr/lib64/libmyodbc5w.so /usr/lib64/libmyodbc5.so > On 12 Sep 2018, at 19:28, Alex Villací­s Lasso > wrote: > > El 12/9/18 a las 14:33, i...@magnussolution.com escribió: >> that’s correct. I wrote a ael context with func_odbc and th

Re: [asterisk-dev] write my self app. Debug

2018-09-12 Thread i...@magnussolution.com
ssues that present with an AGI based solution. > > -- > BJ Weschke > Sent with Airmail > > On September 12, 2018 at 3:22:33 PM, i...@magnussolution.com > (i...@magnussolution.com <mailto:i...@magnussolution.com>) wrote: > >> i’m developing a native applic

Re: [asterisk-dev] write my self app. Debug

2018-09-12 Thread i...@magnussolution.com
> > What language? > Are you using a library? > > There simply isn't enough here to give a qualified answer > On Wed, Sep 12, 2018 at 9:10 AM i...@magnussolution.com > <mailto:i...@magnussolution.com> > mailto:i...@magnussolution.com>> wrote: > > > > Hello.

Re: [asterisk-dev] write my self app. Debug

2018-09-12 Thread i...@magnussolution.com
AGI? > AMI? > > What language? > Are you using a library? > > There simply isn't enough here to give a qualified answer > On Wed, Sep 12, 2018 at 9:10 AM i...@magnussolution.com > wrote: >> >> Hello. >> >> I’m developing a new app. But i’m a pr

[asterisk-dev] write my self app. Debug

2018-09-12 Thread i...@magnussolution.com
Hello. I’m developing a new app. But i’m a problem. The app crash and restart. This cause that all call hangup. My question is about DEBUG, where or how, I can get details about errors? Exist any documentation to DEBUG. My app overview: Connect mysql via ODBC, mount the DIAL command and