similar to: 401 error

Displaying 20 results from an estimated 300 matches similar to: "401 error"

2023 Mar 10
2
401 error
On Thu, Mar 9, 2023 at 9:42 PM Jerry Geis <jerry.geis at gmail.com> wrote: > I have a SIP trunk - calls going out work fine. > > Trying to setup an incoming call with a DNIS > > When I dial the number - I see nothing on the CLI. > The person says the server is returning 401 > > How do I debug that. Using asterisk 18.8.0 > > Thanks > > Jerry > Thanks I
2023 Mar 10
2
401 error
On Fri, Mar 10, 2023 at 9:49 AM Jerry Geis <jerry.geis at gmail.com> wrote: > > > On Thu, Mar 9, 2023 at 9:42 PM Jerry Geis <jerry.geis at gmail.com> wrote: > >> I have a SIP trunk - calls going out work fine. >> >> Trying to setup an incoming call with a DNIS >> >> When I dial the number - I see nothing on the CLI. >> The person says
2010 Oct 20
1
SIP 401
Hi ? I am trying to get 2 accounts from voipblaster to talk to each other. Calls withing voipblaster network is free. If I configure two sip clients?with the two accounts it works fine however with Asterisk I am getting SIP 401 ? In my Sip.conf file I?under general ? register = user:password at sip.voipblaster.com ? then I have a sip peer ? ? [FreeCall](default) type= friend context= incoming
2020 Aug 29
1
401 Unauthorized when originating SIP user exists on remote server
Hi list! I'm trying to make a SIP test call from Bria and/or 3CXPhone from a PC behind NAT. From Bria/3CXPhone I connect to an Asterisk 11.25.0 server on the internet at 100.100.94.210 with a SIP account "3333" created in sip.conf: [3333] type=friend secret=something host=dynamic nat=yes qualify=no disallow=all allow=alaw allow=ulaw canreinvite=no context=voipin I dial +1234
2002 Dec 18
8
iptables: Invalid argument
2015 Aug 13
2
simultaneous use of chan_sip/chan_pjsip
hello, is it possible simultaneously use chan_sip and chan_pjsip? if yes, can you recommend settings i'm thinking about - chan_sip - for sip hardphones/softphones (sip udp 5060) - chan_pjsip - for webrtc -- --------------------------------------- Marek Cervenka =======================================
2015 Aug 13
2
simultaneous use of chan_sip/chan_pjsip
Dne 13.8.2015 v 17:20 Rusty Newton napsal(a): > On Thu, Aug 13, 2015 at 3:54 AM, Marek ?ervenka <cervajs at fpf.slu.cz > <mailto:cervajs at fpf.slu.cz>> wrote: > > hello, > > is it possible simultaneously use chan_sip and chan_pjsip? > > if yes, can you recommend settings > > i'm thinking about > - chan_sip - for sip
2020 Sep 05
4
func_pjsip_aor.so: undefined symbol: ast_sip_location_retrieve_aor_contacts
asterisk-16.13.0-rc2. Fedora 32 pjsip won't load because of undefined symbols: [Sep 4 14:19:25] ERROR[141137]: loader.c:2396 load_modules: Error loading module 'func_pjsip_aor.so': /usr/lib64/asterisk/modules/func_pjsip_aor.so: undefined symbol: ast_sip_location_retrieve_aor_contacts [Sep 4 14:19:25] ERROR[141137]: loader.c:2396 load_modules: Error loading module
2023 Jul 05
3
Setting codec on originating (calling) channel with chan_pjsip (SIP_CODEC_INBOUND equivalent)
Hello, Anyone? I have hard time to believe this is not possible with chan_pjsip. Anyway, may I ask how people handle the following scenario which I imagine should be quite common: - I have internal extensions talk to each other using g722. so their codec setting (with chan_sip now) is "allow=g722,ulaw" - I have carriers trunks that handle ulaw only (allow=ulaw) - calls between
2015 May 21
4
PJSIP CCSS
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Le 21/05/2015 00:16, Joshua Colp a ?crit : > If CCSS is needed then the only option is to use chan_sip. The > chan_pjsip module does not implement CCSS in any way. Is CCSS support planned for PJSIP? chan_sip is in "extended" state in asterisk-13, so chan_pjsip should be preferred for new installations, ri ght? Thanks, - --
2016 Aug 09
3
chan_pjsip ignoring endpoint device state (qualify) on dial
Hi, We have been migrating our PBX system from Asterisk 1.8 and chan_sip to Asterisk 13 and chan_pjsip. Things are mostly, ok, but now I have stumbled on a behaviour difference I don't like. With chan_pjsip when a phone went unexpectedly offline (Ethernet cable disconnected) Asterisk would detect this quickly (through the 'qualify' pings), mark the phone as 'Unavailable' and
2023 Feb 23
1
5s delays before executing the dialplan
Hi, We've recently hit an issue with Asterisk 18.8.0 where a call comes in via SIP (using pjsip) but it can take 5 seconds before starting to execute the dialplan. This was intermittent, but frequent (eg approx half of the calls). We have verbose logging on, but I didn't see any errors. Running asterisk -r -vvvv and then watching SIP traffic in another window showed the INVITE coming
2015 May 21
1
PJSIP CCSS
Ludovic Gasc wrote: > 2015-05-21 17:59 GMT+02:00 Jean-Denis Girard <jd.girard at sysnux.pf > <mailto:jd.girard at sysnux.pf>>: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Le 21/05/2015 00:16, Joshua Colp a ?crit : > > If CCSS is needed then the only option is to use chan_sip. The > > chan_pjsip module does not implement
2015 Sep 23
2
problems with PJSIP install on UBUNTU 14.04
Ok so now I'm getting this when doing a make in asterisk... travis at pcimphone1:~/downloads/asterisk-13.5.0$ make [LD] chan_pjsip.o pjsip/dialplan_functions.o -> chan_pjsip.so /usr/bin/ld: /usr/local/lib/libpjsip-ua-x86_64-unknown-linux-gnu.a(sip_inv.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
2023 Jun 30
1
Setting codec on originating (calling) channel with chan_pjsip (SIP_CODEC_INBOUND equivalent)
Hello, I finally got to look at chan_sip to chan_pjsip migration again. This time I’m having problems with influencing codec selection on originating (calling) channel. It looks like PJSIP_MEDIA_OFFER only works on outbound (called) channel and has no affect on calling channel. My experiments and function documentation (which says “Media and codec offerings to be set on an outbound SIP
2018 Apr 16
2
PJSIP error No auth credentials for realm(s) 'asterisk' in challenge
Hi all, we are trying to move our servers from chan_sip to chan_pjsip. At this time no problems with phones, they all register fine and can place calls. But for a trunk we face problem and can't place calls despite the fact that registration is OK. What we get is: [2018-04-16 16:08:33] WARNING[18665]: res_pjsip_outbound_authenticator_digest.c:178
2019 Jan 15
2
(NAT) direct media to host on local net when registering from external address
On Tue, 2019-01-15 at 09:00 -0700, John Kiniston wrote: > How is your endpoint currently configured in asterisk? It's configured as a chan_sip peer. > Have you tried > rtp_symmetric to see if the endpoint sends audio to asterisk if > asterisk > can send audio back to the client? That would require using chan_pjsip wouldn't it? Not that I am opposed to trying that. I
2015 May 21
2
PJSIP CCSS
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi list, It looks like Call Completion Supplementary Services is not available for PJSIP channels, am I right? Is there another solution? Thanks, - -- Jean-Denis Girard SysNux Syst?mes Linux en Polyn?sie fran?aise http://www.sysnux.pf/ T?l: +689 40.50.10.40 / GSM: +689 87.79.75.27 -----BEGIN PGP SIGNATURE-----
2020 May 08
1
Changing ssrc
Hi Everyone, We're routing calls through Asterisk (dialing in via sip and then dialing out via SIP). We've noticed a curious behavior in chan_sip that doesn't persist with chan_pjsip. When examining the packet capture, we're seeing the SSRC changing constantly on the call. At first it happens over a variable interval (15s 6s etc) but eventually it ends up changing exactly every
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]