Archives : December-2014
Everyone.I was referred here by malcolmd of the Asterisk forums. What follows is a copy of this question: http://forums.asterisk.org/viewtopic.php?f=1&t=92007?Ive recently upgraded from Asterisk 11 to Asterisk 13.Most of it went smoothly thanks to ..
i upgraded few asterisk systems from last asterisk 1.8 to 11 and i see in graph that cpu usage is ~50% higherany ideas? configuration, modules, .. i..
Tonight several community services will have intermittent availability due to maintenance. This maintenance will begin at approximately 9:00 PM CST[1] and should last no longer than three hours, ending around 12:00 AM CST.The affected services ar..
,im using Chanspy to dynamically play a sound file on a specific channel. It works the caller and the callee can hear the file playing during their conversation. However, im also using Mixmonitor to record the call. The thing is, in the resulting ..
Lets say I do:Set(data=xxx,yyy)Gosub(my-sub,s,1(${data}))My subroutine will only receive xxx for ARG1. How can I pass a literal with a comma to a single argument in a subroutine?(The point is: when calling the subroutine I do not know if the varia..
all,(I am testing on Asterisk 11.7.0~dfsg-1ubuntu1)I am using the following format to append to a logfile, according to the documentation :same => n,Set(FILE(/tmp/mylog.txt,,,a)=my-log-message)But this does not append a newline. So I am trying:same..