Displaying 1 result from an estimated 1 matches for "localregex".
2006 May 12
0
Sip domains, contexts and CHECKSIPDOMAIN
...ans the
internal clients can't make out bound calls, and using the context
'outbound' has huge security implications.
I'd like to get sip domains working if only because I'd like to change
the difficult to maintain
exten => s,3,GoToIf($["${SIPDOMAIN}" : "${LOCALREGEX}"]?4:20)
in my dial plan to something like
exten => s,3,GoToIf($["${CHECKSIPDOMAIN(${SIPDOMAIN})}" = ""]?4:20)
I'm using Asterisk 1.2.7.1 on FreeBSD 5.4.
Thanks
--
Chris Hastie