Displaying 20 results from an estimated 20000 matches similar to: "PJSIP endpoint max-calls limit missing"
2015 Apr 01
4
PJSIP Endpoint AOR question
I am running asterisk 13.1.0
In 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 seems I have to name the aors=field to match the name of the endpoint section.
Is this correct?
Would there ever be a need for multiple aors to
2015 Apr 01
1
PJSIP Endpoint AOR question
I just realized that you are asking about dynamic AORs, not static Contacts
in an AOR. That may be the difference. I have never actually tried giving a
dynamic AOR a different name. And you wouldn't want more than one dynamic
AOR, you'd just use an AOR that allowed more than 1 contact.
On Wed, Apr 1, 2015 at 2:59 PM Trey Hilyard <kctrey at gmail.com> wrote:
> I don't know
2015 Jul 14
2
pjsip.conf question
I am currently running Asterisk 13.1.0-1
I have a chan_sip configuration that works fine with a 3rd party. Third party does not use authentication or registration, it's ip based authentication...
When I try switching to PJSIP.conf, I seeing 488 responses from the Asterisk side.
What has me really baffled is the debugging indicates
[Jul 14 17:28:24] DEBUG[3620] pjsip: sip_endpoint.c
2017 Dec 13
2
Is it possible to have two endpoints to the same IP address where one uses IP based authentication and the other requires asterisk to register to that system?
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. It is configured with a match setting in the endpoint section.
All channels coming from that IP address go to this endpoint.
They
2019 Nov 28
2
PJSIP device_state_busy_at, how does this work?
Hi Gang
According to:
https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Configuration_res_pjsip#Asterisk12Configuration_res_pjsip-endpoint_device_state_busy_at
And endpoint should return busy if this number is reached.
We have PBX Trunks registering to the Asterisk.
So we want to limit the number of concurrent calls to a PBX and return
busy, if more than the configured number of channels
2016 Jul 01
2
CALLERID on pjsip doesn't work?
Asterisk 13.8
Is CALLERID(all) supposed to wok for pjsip? When I do this:
exten => 1234,Set(CALLERID(all)="Jon Doe" <+123456789>)
same => n,Dial(PJSIP/phone123, 30)
I expect the callerid to be as set, but is always seems to be "phone123",
the name of the endpoint.
Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2018 Oct 03
2
Any idea what causes "Oooh, got a frame with format of g729 on channel 'PJSIP/121-000001d2' when we're sending 'ulaw', switching to match"
The PJSIP endpoint is configured for ulaw only. Not sure how or why we are seeing the g729 on calls for this endpoint.
Would this be a case that asterisk detects the rtp stream is g729 even though it's negotiated as ulaw?
Why would asterisk change the format to g729 when disallow = all and allow = ulaw are the endpoint settings?
[121]
type = endpoint
context = IS
transport = transport1
aors
2017 Nov 19
2
pjsip subscribe (presence) always returns: No matching endpoint found
Hello List
I am in the progress of migrating from chan_sip to pjsip.
I fear I have missed something on how hints need to be specified for
pjsip.
For chan_sip I have configured sip.conf
subscribecontext = localuser
and in the dialplan I set:
[localuser]
exten => 11,hint,SIP/11
Now if a phone subscribes to '11' this works.
Now I try to get the same working for pjsip. I understood
2017 Dec 18
3
Is it possible to have two endpoints to the same IP address where one uses IP based authentication and the other requires asterisk to register to that system?
Thanks George
I originally didn?t have the 1002@ for the identify. Changed that when things were not working. I changed it back.
Unfortunately, the system I am connecting with doesn?t seem to support the line support. Looking at the SIP packets, I see Asterisk send it. Unfortunately, they do not send the line information as part of the INVITE. I checked with some developers of that system
2020 Feb 14
2
Question on pjsip.conf and aors
I have the following configuration...
[aor3]
type = aor
max_contacts = 1
remove_existing = yes
[auth3]
type = auth
username = 1004
password = SuperSecretProbation
[1004]
type = endpoint
context = IS
transport = transport1
auth = auth3
aors = aor3
accountcode = 3
dtmf_mode = rfc4733
device_state_busy_at = 2
force_rport = no
moh_passthrough = yes
disallow = all
allow = ulaw
acl = acl1
When a
2017 Nov 19
2
pjsip subscribe (presence) always returns: No matching endpoint found
Hi Joshua
thank you for the quick reply
> Have you checked the Asterisk console when PJSIP is loaded to see if
> the endpoint did not load for some reason? Does it show up in "pjsip
> show endpoints"?
Yes, the endpoint shows up.
Endpoint: 11/(scrubbed from mail) Not in use 0 of inf
InAuth: 11/11
Aor: 11
2017 Jun 05
3
asterisk 13.16 / pjsip / t.38: res_pjsip_t38.c:207 t38_automatic_reject: Automatically rejecting T.38 request on channel 'PJSIP/91-00000007'
On 06/05/2017 at 11:30 AM, Joshua Colp wrote:
> On Sun, Jun 4, 2017, at 10:40 AM, Michael Maier wrote:
>> On 06/04/2017 at 01:41 PM Telium Technical Support wrote:
>>> Just a guess (without knowing about your network), but are the two ends
>>> points on public networks and visible to one another? If not the reinvite
>>> may be passing an internal (nat'ed)
2016 Dec 29
3
Saving endpoint statuses to database with pjsip and realtime
Hi all,
Is there any native way to save endpoint statuses to database?
I use asterisk 13 with pjsip and realtime, and didn't found proper way.
I read that there is config parameter in sip.conf: rtupdate=yes. But how
can I do that with pjsip? Or I should use sip.conf with pjsip
simultaneously.
Or is there any kind of hooks, which allows make custom action on endpoint
status change.
Thanks.
2017 Dec 02
2
pjsip subscribe (presence) always returns: No matching endpoint found
Hi Joshua
> The chan_pjsip module doesn't prevent that. You'd need to provide the
> full SUBSCRIBE now that it is actually finding the endpoint and coming
> in.
Ok, let's see if we can solve the mystery..
pjsip.conf
[endpt-home](!)
type=endpoint
disallow=all
allow=g722
allow=alaw
allow=gsm
ice_support=yes
context=from-home
allow_subscribe=yes
2015 Jan 04
3
Confused by concepts behind pjsip: endpoint, aor, contact
Hello,
I am slightly confused by the difference between chan_sip and pjsip.
Especially the new (to me) objects aor and contact.
I am having trouble mapping them to the typical SIP configuration settings
on a phone.
Suppose I have a phone with two line buttons, for two extension numbers.
Now,
I think that means two 'endpoints' in pjsip right? But what exactly is the
difference
between
2016 Jan 18
2
Asterisk 13.6 + pjsip: sip2sip registers but incoming calls get "No matching endpoint found".
Would greatly appreciate any input into this currently-unanswered
question on the forum:
http://forums.asterisk.org/viewtopic.php?f=1&t=96496
I posted it on Jan 6th, have tried so many things, so much forum/list
searching and late nights since, but have had to admit defeat.
Rather than duplicate it all here, I've posted my logs and conf files
on that thread, too.
Problem is that while
2018 Jan 04
3
Is it possible to have two endpoints to the same IP address where one uses IP based authentication and the other requires asterisk to register to that system?
Thank you George.
I will pass along the rfc information to those responsible for the other switch.
I missed the match_header addition to Asterisk.
Unfortunately, the only header field that seems appropriate is the To header.
On a separate box I am now trying to configure the endpoint recognition. Planning on multiple endpoints to the same switch, so I am trying to use the match_header field.
2014 Dec 10
2
PJSIP configuration question
I'm working with a SIP provider to try and transition our sip connection with them to PJSIP. I thought I had transitioned the settings correctly, but whenever I attempt an Originate it never even tries to send any PJSIP messages.
I'm currently running Asterisk 13.0.0.
Anyone have any suggestions as to what I am doing wrong?
The SIP provider says the latest version of Asterisk they have
2016 Aug 12
2
PJSIP is Ignored
?Asterisk 13.11 rc1
./configure LDFLAGS="-z muldefs" --libdir=/usr/lib64
--with-unixodbc=$(odbc_config --include-prefix)/ --disable-dev-mode
--with-pjproject-bundled
?checking for pjsip_dlg_create_uas_and_inc_lock in -lpjsip... no
checking for pjsip_tsx_create_uac2 in -lpjsip... no
checking if "pjmedia_mod_offer_flag flag =
PJMEDIA_SDP_NEG_ALLOW_MEDIA_CHANGE" compiles using
2015 Mar 04
1
PJSIP: Failed to create outgoing session to endpoint
Hello.
I am using asterisk and chan_sip a lot of years. And newbie in chan_pjsip.
Now i am transfering all from chan_sip to chan_pjsip. And have a lot of
questions. First of...
system: Asterisk 13.2 on slackware 14.1
Errors on outgoing call:
[2015-03-03 00:18:58] ERROR[6794]: chan_pjsip.c:1778 request: Failed to
create outgoing session to endpoint 'srv_d228'
[2015-03-03 00:18:58]