[Freeswitch-users] cant dial through registered gateway in windows 2k3
Brian West
brian at freeswitch.org
Tue Sep 16 07:51:43 PDT 2008
On Sep 16, 2008, at 9:44 AM, xbipin wrote:
>
>
> <extension name="india">
> <condition field="destination_number"
> expression="^919825967120$">
> <action application="bridge" data="sofia/gateway/sip.server.com/
> $1"/>
> </condition>
> </extension>
Well your regular expression won't capture anything so $1 will be blank.
So either wrap it in () ie ^(1234)$ or just use the number in place of
$1.
Also what does the console say?
/b
PS: you do realize you sent the same email 6 times!
More information about the FreeSWITCH-users
mailing list