; Test for ASTERISK-27438 [tst_endpoint] exten = 10,1,NoOp() same = n,NoOp(endpoint 1001 followme: '${PJSIP_ENDPOINT(1001,followme)}') same = n,NoOp(endpoint 1002 followme: '${PJSIP_ENDPOINT(1002,followme)}') same = n,NoOp(endpoint 1003 followme: '${PJSIP_ENDPOINT(1003,followme)}') same = n,NoOp(endpoint 1001 @fred: '${PJSIP_ENDPOINT(1001,@fred)}') same = n,NoOp(endpoint 1002 @fred: '${PJSIP_ENDPOINT(1002,@fred)}') same = n,NoOp(endpoint 1003 @fred: '${PJSIP_ENDPOINT(1003,@fred)}') same = n,Hangup() exten = 11,1,NoOp() same = n,Dial(PJSIP/1001,2,b(predial)) same = n,Hangup() ; This executes on the PJSIP/1001 channel same =n(predial),NoOp(This is the value of followme:'${followme}') same = n,Return() exten = 12,1,NoOp() same = n,Dial(PJSIP/1002,2,b(predial)) same = n,Hangup() ; This executes on the PJSIP/1002 channel same =n(predial),NoOp(This is the value of followme:'${followme}') same = n,Return() exten = 13,1,NoOp() same = n,Dial(PJSIP/1003,2,b(predial)) same = n,Hangup() ; This executes on the PJSIP/1003 channel same =n(predial),NoOp(This is the value of followme:'${followme}') same = n,Return()