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??




_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Reply via email to