[asterisk-users] pjsip Hangupcause not working

2022-03-01 Thread cio-alves
I have a hangup handler on an outgoing PJSIP channel that grabs the SIP status like this: NoOp(keys=${HANGUPCAUSE_KEYS()} sipmsg=${HANGUPCAUSE(${CHANNEL},tech)}) This works fine if the call connects to the other end but the caller for example hangs up while it's still ringing:

Re: [asterisk-users] Pickup with pjsip not working

2022-03-01 Thread Tom Ray
I haven't used my snom in a few years but Polycom, Yealink, Cisco SPA series, Grandtream and I think snom have settings to define the call pickup code used by your PBX. I always set that and haven't any issues with call pick over chan_pjsip. I'd suggest setting it in the phones and see if that

Re: [asterisk-users] Pickup with pjsip not working

2022-03-01 Thread Karsten Wemheuer
Am Dienstag, dem 01.03.2022 um 07:46 -0500 schrieb Tom Ray: > What phone is this being used on? I am able to do call pickup on > various Polycom VVX’s, Yealink’s and even old Cisco SPA3xx/5xx > phones. I think I even got it on an old snom but I would have to fire > it up to double check. > >

Re: [asterisk-users] Pickup with pjsip not working

2022-03-01 Thread Tom Ray
What phone is this being used on? I am able to do call pickup on various Polycom VVX’s, Yealink’s and even old Cisco SPA3xx/5xx phones. I think I even got it on an old snom but I would have to fire it up to double check. Granted that each the phone configs for each of those brands do ask for

Re: [asterisk-users] Pickup with pjsip not working

2022-03-01 Thread Joshua C. Colp
On Tue, Mar 1, 2022 at 7:16 AM Karsten Wemheuer wrote: > Am Dienstag, dem 01.03.2022 um 06:37 -0400 schrieb Joshua C. Colp: > > On Tue, Mar 1, 2022 at 6:14 AM Karsten Wemheuer wrote: > > > Hi *, > > > > > > i am currently trying to migrate from chan_sip to pjsip. I am using > > > Asterisk

Re: [asterisk-users] Pickup with pjsip not working

2022-03-01 Thread Karsten Wemheuer
Am Dienstag, dem 01.03.2022 um 06:37 -0400 schrieb Joshua C. Colp: > On Tue, Mar 1, 2022 at 6:14 AM Karsten Wemheuer wrote: > > Hi *, > > > > i am currently trying to migrate from chan_sip to pjsip. I am using > > Asterisk version 18.10. > > > > In chan_sip information about the pickup was sent

Re: [asterisk-users] Pickup with pjsip not working

2022-03-01 Thread Joshua C. Colp
On Tue, Mar 1, 2022 at 6:14 AM Karsten Wemheuer wrote: > Hi *, > > i am currently trying to migrate from chan_sip to pjsip. I am using > Asterisk version 18.10. > > In chan_sip information about the pickup was sent in the XML body of > the NOTIFY requests: > > /--- > > state="full" >

[asterisk-users] Pickup with pjsip not working

2022-03-01 Thread Karsten Wemheuer
Hi *, i am currently trying to migrate from chan_sip to pjsip. I am using Asterisk version 18.10. In chan_sip information about the pickup was sent in the XML body of the NOTIFY requests: /--- \--- If I use pjsip, the pickup information is missing: /--- \--- Many phones