Re: [Astlinux-users] PJSIP migration

2025-06-22 Thread The Cadillac Kid via Astlinux-users
PJSIP is confusing at first but after a short time its flow is pretty easy... the part i miss most about CHAN_SIP is the 'sip show peers' in a nice compact easy to read format.. pjsip show endpoints is not so easy..  several lines per station / trunk..  you can use the wizard format to have all

Re: [Astlinux-users] PJSIP migration

2025-06-22 Thread David Kerr
I migrated from SIP to PJSIP several months ago. In general it went okay, but I ran into a problem with one DID provider... outbound would work fine, inbound calls just never arrived and nothing would show up in the asterisk debug messages. I had to tcpdump the SIP packets to figure out what was

Re: [Astlinux-users] PJSIP migration

2025-06-22 Thread Dr. Peter Voigt
thing at some stage. > I have seen migration articles online for this but I will be using ChatGPT > with the Asterisk Ace GPT😊 >   > Regards > Michael Knill >   >   > From:Dr. Peter Voigt > Date: Sunday, 22 June 2025 at 3:10 am > To: AstLinux List > Subjec

Re: [Astlinux-users] PJSIP migration

2025-06-22 Thread Dr. Peter Voigt
Hi Lonie, thanks for your quick reply. Nice to hear that chan_sip support will be continued with version 20.x giving me at least some more time for this complex migration. I've configured Asterisk numerous yours ago and almost left it untoched as it is simply working. Therefore I am not an Asteris

Re: [Astlinux-users] PJSIP migration

2025-06-21 Thread Michael Knill
Hi Peter I need to do the same thing at some stage. I have seen migration articles online for this but I will be using ChatGPT with the Asterisk Ace GPT 😊 Regards Michael Knill From: Dr. Peter Voigt Date: Sunday, 22 June 2025 at 3:10 am To: AstLinux List Subject: [Astlinux-users] PJSIP

Re: [Astlinux-users] PJSIP migration

2025-06-21 Thread Lonnie Abelbeck
Hi Peter, The AstLinux, Asterisk version 20.x [1] still contains chan_sip. That will be the last of chan_sip support. Personally I still use chan_sip, so I have no experience migrating to chan_pjsip. It is my understanding there are scripts to roughly perform the migration for you. Lonnie

[Astlinux-users] PJSIP migration

2025-06-21 Thread Dr. Peter Voigt
I am currently running astlinux-1.5.10 x86_64 - Asterisk 18.26.1 using chan_sip. If reading all information correctly, Asterisk 18 will be the last Asterisk supporting chan_sip. So I think it is time to start migrating to res_pjsip.so. My current chan_sip.so configuration is quite simple, just c

Re: [Astlinux-users] PJSIP

2024-06-20 Thread David Kerr
- > *From:* David Kerr > *Sent:* Thursday, 13 June 2024 11:31 PM > *To:* AstLinux Users Mailing List > *Subject:* Re: [Astlinux-users] PJSIP > > Thanks for the pointer to the custom asterisk commands, for some reason my > eyes didn't pick up on

Re: [Astlinux-users] PJSIP

2024-06-16 Thread The Cadillac Kid via Astlinux-users
2024 11:31 PM To: AstLinux Users Mailing List Subject: Re: [Astlinux-users] PJSIP Thanks for the pointer to the custom asterisk commands, for some reason my eyes didn't pick up on those.  So all is good, I used the show registrations and contacts commands. Michael, I've been putting off

Re: [Astlinux-users] PJSIP

2024-06-16 Thread Michael Knill
Thanks David Due to move to PJSIP in our next major release. Regards Michael Knill From: David Kerr Sent: Thursday, 13 June 2024 11:31 PM To: AstLinux Users Mailing List Subject: Re: [Astlinux-users] PJSIP Thanks for the pointer to the custom asterisk

Re: [Astlinux-users] PJSIP

2024-06-13 Thread David Kerr
ichael.kn...@ipcsolutions.com.au> wrote: > Yes Im going to need to go down this path at some stage but Im not looking > forward to it 🙁 > > Regards > > Michael Knill > -- > *From:* Home > *Sent:* Thursday, 13 June 2024 8:27 AM > *To:* A

Re: [Astlinux-users] PJSIP

2024-06-12 Thread Michael Knill
Yes Im going to need to go down this path at some stage but Im not looking forward to it 🙁 Regards Michael Knill From: Home Sent: Thursday, 13 June 2024 8:27 AM To: AstLinux Users Mailing List Subject: Re: [Astlinux-users] PJSIP For what it may be worth

Re: [Astlinux-users] PJSIP

2024-06-12 Thread Home
For what it may be worth, I've found...pjsip show endpointsandpjsip show contacts... to be useful.Dan Original message From: Lonnie Abelbeck Date: 6/12/24 6:05 PM (GMT-05:00) To: AstLinux Users Mailing List Subject: Re: [Astlinux-users] PJSIP Hi David,In the

[Astlinux-users] PJSIP

2024-06-12 Thread David Kerr
I'm embarking on a long overdue conversion from SIP to PJSIP in my Asterisk configuration. I think I have it mostly working now but I notice that in the status page the commands to show SIP trunk and SIP peer status no longer exist (I have noload for chan_sip.so). SIP Trunk Registrations: No such

Re: [Astlinux-users] PJSIP

2024-06-12 Thread Lonnie Abelbeck
Hi David, In the Prefs -> Status Tab Options:, there are 4 pairs of these: -- Custom Asterisk Name: Custom Asterisk Command: -- Which you can label and call what commands you want. And uncheck: -- Show SIP Trunk Registrations Show SIP Peer Status -- Though I don't think there is an exact equival

Re: [Astlinux-users] PJSIP

2024-06-12 Thread David Kerr
It looks like pjsip list (or show) registrations pjsip list (or show) contacts Gets closest to the old versions? Should the prefs panel be updated to allow a command to be provided? David On Wed, Jun 12, 2024 at 5:10 PM David Kerr wrote: > I'm embarking on a long overdue conversion from SIP

Re: [Astlinux-users] PJSIP Best Practice?

2022-01-20 Thread Dan Ryson
Hi Lonnie and Team AstLinux, No worries. This wasn't an urgent request. I agree that pjsip show channels is sub-ideal for this purpose. After all, 95% of the data shown simply echos the configuration. I've settled on pjsip show contacts, which looks good since it's all on one line, and provide

Re: [Astlinux-users] PJSIP Best Practice?

2022-01-20 Thread Lonnie Abelbeck
Hi Dan, Sorry for the lack of replies, but many of us are still using chan_sip. There may be a command more useful than "pjsip show channels" -- pbx*CLI> pjsip show aoraors auth auths channel channels

[Astlinux-users] PJSIP Best Practice?

2022-01-18 Thread Dan Ryson
AstLinux Team, I'm delighted to see the ongoing progress of AstLinux. Thank you! Although Asterisk 13SE is still working fine for me, the Pre-Release recommendation (highlighted below) prompted me to start experimenting with Asterisk 16 and pjsip/pjproject on a new droplet PBX, which is now 48 h