Im facing strange issue while establishing inbound calls from SIP trunks. Provider A is sending (G729, Alaw, uLaw) offer and asterisk dial the peer with its preferred codec order(G729, aLaw, uLaw). The peers phone send the codec list as (uLaw, spe..
Author : Muhammad Faheem
Home » Articles posted by Muhammad Faheem
Im facing a strange dialplan issue with a PJSIP_DIAL_CONTACTS.When I try to call an offline endpoint with PJSIP_DIAL_CONTACTS, the dial command breaks and the call control go to hangup block instead of next priority. The error in CLI says *Dial requi..
Try MixMonitor. Land the call to a local channel and answer it. This code will record the silence as well.exten => _X.,1,MixMonitor()exten => _X.,n,Dial(Local/100@context1)[context1]exten => _X.,1,Answer()exten => _X.,n,Dial(SI..