Tag : UDP
I have an Asterisk 15.6.0 installation with PJSIP SIP Driver and Sorcery for Realtime. My Goal is to enforce endpoints to UDP, TCP or TLS. For that I set the transport column in the endpoint to the corresponding transport in pjsip.conf. But if I e..
Scenario:Our Asterisk 13 PBX (on network 192.168.254.0/24, bound to 192.168.254.1:5060) is behind a NAT, acting as a client to our ITSPs SIP server. But also, this Asterisk is server for various VoIP telephones. Acoording to Asterisks wiki, the transp..
I have webrtc up and running with asterisk 11. All is going well with TLS now working. At least I hope it is using TLS and wss. Based on what I am seeing I have UDP, WSS listed in the Allowed transports, but every time I connect the Primary transp..
I have an Asterisk 13.8.2, which is supposed to be only a client to an encrypted SIP service. All local phones are connected via UDP.Since I cant use PJSIP (see my mailing list post from yesterday), Itried configuring chan_sip to work that way. My setti..
is there someone with working asterisk13+chan_sip+SIP.js/sipml5 ?or is chan_pjsip better supported?or the recommended way for asterisk is use respoke.io?my problem with asterisk13+chan_sip+sipml5(the same problem is with SIP.js)chan_sip.c:10496 process_s..
Morning,We recently pushed our Asterisk video bridge into a DMZ and since then, local calls have been unreliable to say the least. While offsite calls work nicely, calls on our internal server usually fail to ring the far end. Two test calls that w..
,I have a fresh install of Asterisk 12.0.0 and Im going to use it only as a client. Im trying to SIP REGISTER with a remote SIP provider.The situation is that Asterisk is running in a VMware VM with a RFC IP address (192.168.1.2). The provider of ..
If after installing Asterisk 10.X.X you see the following errors on SIP reload: No valid Transports Available, Falling Back To UDP, This might be because a possible regression. Please open an issue in JIRA referencing th..
Asterisk cannot act as a proxy, it is a B2BUA. If you want to make its behavior appear to be a proxy, there are a number of things you can do, but it will never just ‘pass along’ headers from an incoming INVITE to an outgoing INVITE.When Aster..