David If youve got if fixed that way, great. Just thought Id comment and share the scripts / manner we use this, using CURL, and mention one major gotcha I ran into that took me a few hours to solve related with using CURL in CentOS 7 on Asterisk 1.8.32..
Author : Stefan Viljoen
Jonas We have more or less this behaviour with 1.8.32.3 when writing CDRs to ODBC on Percona 5.6 (MySQL drop-in replacement with some optimisations and extra features.) In our case the system does NOT reboot, but Asterisk itself crashes with a segfa..
Guys Found the solution for this…! https://wiki.asterisk.org/wiki/display/AST/New+in+12#Newin12-channels_chan_a gent and https://reviewboard.asterisk.org/r/2657/diff/1/ and https://blogs.asterisk.org/2016/02/10/converting-from-chan_agent-to-app_a..
All With the below config, I just keep gettings this in the Asterisk 13.22.0 CLI: WARNING[15872][C-00000051]: channel.c:6343 ast_request: No channel type registered for Agent whenever a caller gets sent to that agent queue with logged in agents wait..
Daniel Thanks for the reply! Yes, turns out it was all my fault, I had a line feed character (0x0a a.k.a printf(\n)) in one of the Asterisk channel variables passed via system() / shell() to my target script. It seems 13.22.0 (Im using the same vers..
Guys Just feedback on this particular thread, this issue is SOLVED. The reason why SYSTEM() and SHELL() was not working for me was that I was passing a linefeed character (\n, hex 0x0a) in one of the channel variables in Asterisk that was then par..
all This is a followup on my post Asterisk 13 – system() dialplan app cannot call bash scripts from yesterday Ive given up trying to use system() to call BASH scripts with parameters from Asterisk 13. Turned out under Asterisk 13.22.0 System() DOES wo..
Sorry, I see I have submitted a testing version of the dialplan fragment. Actual extension 7777 is: ;listen to recording exten=>7777,1,Answer() exten=>7777,n,NoOp(Requesting File ${recfile}) exten=>7777,n,NoOp(Rec file set to ${recfile}) exten=>7777,n,NoOp(..
Guys I have the following dialplan code that I use to play back recordings, the filename being provided in an originate statement to the AMI (AJAM) interface: Action: Originate ActionID: test Channel: SIP/3015 Exten: 7777 Context: local Priority: 1 Caller..
Guys If I recompile Asterisk (on a CentOS 7 test box, Asterisk 1.8.32.3) multiple times in a row, e. g. make clean;configure;make menuselect;make I note that the asterisk binary in the /main folder in the source tree, has a different SHA256 hash e..