On Thu, 2021-11-04 at 08:52 -0300, Joshua C. Colp wrote:
> > Thanks, that looks perfect. What is the syntax? I have tried a few
> > things but none work:
> > 
> 
> ${CHANNEL(pjsip,remote_addr)} 

Hmm, I can't get this to work. This dialplan code:

exten => s,n,NoOp(### state=${CHANNEL(state)} ##)
exten => s,n,NoOp(### remote_addr=${CHANNEL(pjsip,remote_addr)} ##)

logged this:

    -- Executing [s@register-answer:5] NoOp("PJSIP/btipx-0000000b", "### 
state=Up ##") in new stack
[Nov  4 12:31:00] WARNING[974]: pjsip/dialplan_functions.c:834 
channel_read_pjsip: No transport information for channel PJSIP/btipx-0000000b
[Nov  4 12:31:00] WARNING[12206][C-00000006]: func_channel.c:463 
func_channel_read: Unknown or unavailable item requested: 'pjsip,remote_addr'
    -- Executing [s@register-answer:6] NoOp("PJSIP/btipx-0000000b", "### 
remote_addr= ##") in new stack


That sub was called from this context:

Dial("Local/2.1.01162687107-btipx@dial_pstn_carrier-00000011;2", 
"PJSIP/btipx/sip:[email protected]:5060,,r(ring)b(dial_pstn_carrier^set_handler^1(btipx,2,1,1))U(register-answer^2^1)")

Am I doing something silly?

Cheers,
Kingskey,
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to