Tag : endpoint
Greetings ! My goal is to get Twilio trunking working, and with TLS/SRTP. I see this concerning message in my log:[Feb7 16:50:26] ERROR[20596] res_sorcery_config.c: Could not create an object of type endpoint with id ’twilio from configuration f..
Currently using PJSIP.First, they want me to get this working with the existing PJSIP configuration, but then setup a second box using chan_sip performing similar work.For PJSIP… I currently have an endpoint configured to a system using IP based authentication..
.I use sorcery to configure an astdb backend to my pjsip endpoints.This works well, but it would be even better if I could set attribute defaults for these endpoints in the config file. The way I do it now forces me to store all endpoint attributes ..
List,following this thread:http://asterisk-users.digium.narkive.com/ulR5hd1M/same-pjsip-username-with-differents-domainsI tried to configure on the pjsip.conf the same endpoint with different domains like:[1000@sip.domain.com]type=endpoint[1000@sip1.domain.com]type=endpoi..
Greetings.I am using the PJSIP driver with TLS transport, and my endpoints are SIP mobile apps operating in environments that I do not control.I would like Asterisk to default to sending INVITES and all other SIP signals to endpoints via the exist..
Im running FreePBX 13.0.49 (Asterisk 13.5.0) with PJSIP and running into a problem when my endpoint disconnects form the network while the call is in progress. I was able to set RTP timeouts on the endpoint so that it recognizes loss of connectiv..
Is it possible to mix PJSIP realtime and flat file configuration in pjsip,conf?What we want is to set up endpoints in the ps_endpoints table with some columns set but most being NULL, and then allow end-customers to optionally add configuration by add..
everyone,I have just upgraded to Asterisk 13.7.0-rc2 and noticed that when I type pjsip show endpoints at the CLI, I get No Objects Found.However, if I request information on a specific endpoint, (for example: pjsip show endpoint 101) then I get ..
I am trying to set up a default outbound endpoint for my Asterisk 13.6.0PBX, and per https://wiki.asterisk.org/wiki/display/AST/Asterisk+12+Configuration_res_pjsip, I do in pjsip.conf:[global]default_outbound_endpoint=SillyEndpoint…[SillyEndpoint]type=endpointetc.Howev..
I am running asterisk 13.1.0In pjsip.conf, the endpoint section has an aors and an auth field.I can name the auth field anything I want.The key is to set the auth=field accordingly. However, when I try this with the aors field, it never works.It se..