HelloI have 2 strange errors when using the Background()-application and DTMF-input that is received.First of all, my first 2 lines are not being executed. The first line being executed is the Set() application, thus line 3.Secondly, the received dig..
Author : Jonas Kellens
HelloI have already several Asterisk servers running with similar configuration, but now I stumble into a problem.I have mysql configuration res_config_mysql.conf :[MyAsteriskDB]dbhost = 127.0.0.1dbname = MyAsteriskDBdbuser = astadmin dbpass = mysec..
Helloi have the following field (text string) in a MySQL database : ${KNUMMER} ${phone_number_to} ${phone_number_from} ${CHANNEL:4}I read this string form the database and want to have the dialplan variables to be replaced with the correct content…
I have the following in my dialplan :exten => callpark,n,Set(PARKINGDYNPOS 0-210)exten => callpark,n,Set(PARKINGDYNCONTEXT=parked_001)exten => callpark,n,Park(20000,,,,s,parkinglot_001)I see on the CLI :[Nov 25 15:08:47] — Executing [callpark@pbx-routing:..
I have 5 Asterisk servers all using mysql realtime to store queue log information.There is 1 out of 5 servers which stores the data in 4 columns : data1 –> data 5.All other servers store data in 1 column data with the data seperated by pipe.I see..
I read on the wiki :Asterisk 1.8 will allow to read SIP response codes in the dialplan via *${HASH(SIP_CAUSE,)}*. Additionally make sure youre using the destination channel, not the source channel.But when I use this in my dialplan, this variable..
is it possible to reload just a context in stead of the whole dialplan ?I see this on the tracker : https://issues.asterisk.org/jira/browse/ASTERISK-19934But is it possible in some Asterisk version ?Kind rega..
I have added the following to the peer definition :ignorecryptolifetime=yesBut still Asterisk tells me :[Oct9 14:02:34] NOTICE[31980]: sip/sdp_crypto.c:244 sdp_crypto_process: Crypto life time unsupported: crypto:1 AES_CM_128_HMAC_SHA1_80 inline:ikW6yFvdVkSaeTuVO1isTQkdaxOjgQjMEMSGUf+K|2^32[O..
I am trying to setup a Grandstream GXP2160 IP-phone with secure calling (SRTP).Secure signaling SSIP for registration is working great !I follow this guide : https://wiki.asterisk.org/wiki/display/AST/Secure+Calling+TutorialBut when I try to make a c..
using asterisk 1.8.12.2 and realtime architecture with mysql.I get the following message on CLI when changing the value in the strategy/[Mar 26 11:02:24] WARNING[10648]: app_queue.c:2030 queue_set_param: Changing to the linear strategy currently requi..