Hello, with asterisk 1.6 i am trying to make a dialplan Which i have such entry in extensions.conf exten => _8XXX,1,Dial(SIP/${EXTEN}) But some of my clients have both IAX and SIP accounts, to use iax clients while outside of my Local Area, and SIP clients (or hardware phones) in local area. But with such rule, i can only dial SIP accounts. Is there a parameter to find how the user connected? such as exten => _8XXX,1,Dial(${protocol}/${EXTEN}) etc, so it automatically selects sip or iax according to the extensions conection type??