Archives : September-2020
Hello. I have two records in dialplan: exten => testA,1,Dial(PJSIP/outgoing/sip:thetestcall@sip.linphone.org) exten => testB,1,Dial(PJSIP/outgoing/sip:thetestcall@iptel.org) Calling testA works fine while testB fails with CONGESTION. Adding debug ..
All,Im new to Asterisk and Im trying to manage the calls using the rest API. I want to play a media file after 5 minutes the call started, how can Imove the call to a Stasis application using the HTTP API in order to play the media using play API(https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+Channels+REST+API#Asterisk16ChannelsRESTAPI-play)?Than..