Archives : January-2020
As mentioned in [1], a common pattern is to let everyone monitor everyone except oneself.How do implement this ?Is there something like this:[alice_list]list_item = full_list list_exclude_item = alice[bob_list]list_item = full_list list_exclude_i..
examining the network traffic with wireshark shows that asterisk does not set any QoS values at all. What do I need to do to make asterisk set QoS values (on CentOS 7)? The wiki says to use vconfig to set QoS values[1].What does the skb-priority n..
when sending IMs from endpoint to endpoint with the MessageSend() application, I can check the MESSAGE_SEND_STATUS and send another message to the sender of the message to notify them that their message was not sent when the status indicates it. T..
–000000000000cbeb58059d4c637c Content-Type: text/plain; charset=UTF-8For those of you who actually process SIP MESSAGE requests…Do you use any of the AMI events generated by the Message/ast_msg_queue channel? We want to change that channel to an inter..
fellows VOIPer, If you want to share with the rest of the VoIP & RTC community some news, interesting or breaking through ideas, or even more, some experience you had in terms of designing, integrating or operating various solutions or platform ba..
I can make calls over a SIP trunk as SIP//numberI am trying to make calls over an extension thought using the same format SIP/4452/number – its not working.person says they can connect a software as extension 4452 and it works just fine.I have my register:regis..
Gang I have not yet managed to find a solution to correctly generate CDRs for this situation: Alice calls Bob. Bob has call forwarding delayed 20s to Charlie. Charlie picks up immediately. exten => bob,1,DBget(cfwdly=CFDLY/${exten}); $cfwdly conta..
Gang To get our customers more information on how they registered I am looking for a elegant way to get an information like the CLI command: pjsip show endpoint [endpoint] I had a got on ARI, but that basically only returns the information if an endpo..
Gang I have stumbled of this problem. I need the P-Asserted-Identity header in an AGI scrip. In the Dial-Plan I do: same => n,Set(PAI=${PJSIP_HEADER(read,P-Asserted-Identity)}) In the AGI I do: my $pai = $AGI->get_variable(PAI); This works fine, unl..
My Asterisk 16.2 instance (Debian Buster package) has:same = n,Verbose(0,CHANNEL is ${CHANNEL})same = n,Verbose(0,CHANNEL(accountcode) is ${CHANNEL(accountcode)})same = n,Verbose(0,CHANNEL(contact) is ${CHANNEL(contact)})same = n,Verbose(0,CHANNEL(endpoi..