Archives : September-2014
all, I continue to see the following msg on my Asterisk log:[Sep8 15:34:37] NOTICE[7375]: chan_sip.c:23277 handle_request_invite:Failed to authenticate devic..
Used it with jitsi and linphone softphones, works just OK.Just for testing i did a video-call on the loop-back, great test tool for showing the influence of (limited-) bandwith / latency.Ideal for..
Cant we use pattern matching inside a macro?Because when I am trying to do so call is terminating even for a very simple dummy dialplan.[demo3]exten=>98,1,NoOp()exten=>98,2,Macro(testme)exten=>h,1,NoOp(terminating call);[macro-testme]exten=>s,1,Playback(Digits/2)exten=>s,2,WaitExten(15)exten=>s,3,NoOp()exten=>_X,1,NoOp(${EXTEN})exten=>_X,2,Goto(s,3)E..
We exchange information among call using sipaddheader.Is there a similiar command in IAX?Tha..
I have a problem with a call between 2 webrtc clients. Asterisk removes the ice-related lines from the sdp when it sends the INVITE out, and the called webrtc client rejects the INVITE due to the missing ice lines. Both webrtc clients are defined exac..