Archives : July-2018
Im trying to configure sip2sip, which says: http://wiki.sip2sip.info/projects/sip2sip/wiki/SipDevicesAsterisk Asterisk, is currently unable to handle more that one result for a DNS SRV lookup, and the Asterisk configuration needed for getting it w..
Ive not needed to do a dialplan reload for a while, so I dont know exactly which version is stopped working, but on 15.5, Im not seeing ANY debug info at any debug level. So Im not really sure how to find mistakes in the dialplan.This is all I get..
Using pjsip 2.7.2 on Asterisk 15.5 Really struggling to make sense of translating these old 1.8 SIP instructions into a neat pjsip_wizard conf suitable for 2018 http://wiki.sip2sip.info/projects/sip2sip/wiki/SipDevicesAsterisk#Version-18 In pjsip_wizard.co..
——=_NextPart_001_0FE4_01D425D9.D78007D0Content-Type: text/plain; charset=windows-1255Content-Transfer-Encoding: quoted-printableAll, I never had to face this issue and when needed I thought I could set the relevant country indication tone per chann..
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..
Could you give us more details what you are trying to do ?Your request seems special for m..
Who do you want to whisper to? Both channels? The way it works though is snoop channel creates a channel that you can treat like any other (add to a bridge, record, etc) – audio coming from it is a copy of the audio from the channel you are snoop..