j
k
j a
j l
On Tue, Apr 05, 2005 at 01:03:10PM +0300, tesastac@tesas.com wrote:
How sould i configure this? if (uri=="test.com") {
How sould i configure this?
if (uri=="test.com") {
Try
if (uri =~ "^sip:(.+@)?(XX.XX.XX.XX|(sip.)?test.com)([:;?].*)?$")
instead. (Change "XX" to the proxy IP fields).
Back to the thread
Back to the list