Re: [asterisk-users] Finding the user agent of a channel using PJSIP?

2016-09-26 Thread Anthony Joseph Messina
On Monday, September 26, 2016 4:30:05 PM CDT John Kiniston wrote: > I'm working on my sip to pjsip translation. > > Right now I do some functionality based on what the user agent is on the > calling phone using: > > ${SIPPEER(${CHANNEL(peername)},useragent)} > > I'm trying to replace it with >

[asterisk-users] Finding the user agent of a channel using PJSIP?

2016-09-26 Thread John Kiniston
I'm working on my sip to pjsip translation. Right now I do some functionality based on what the user agent is on the calling phone using: ${SIPPEER(${CHANNEL(peername)},useragent)} I'm trying to replace it with PJSIP_CONTACT(${CHANNEL(contact)},user-agent}) but I'm not getting any data