[Freeswitch-users] Regex
Bote Man
bote_radio at botecomm.com
Sat Mar 7 18:11:05 MSK 2015
The FreeSWITCH debug log output is quite informative, although it can be daunting at first.
My guess is that you have not configured a gateway under conf/sip_profiles/external/gateway-name.xml containing at least
<gateway name=”wph_out_work”>
which is the lookup key for that gateway named in the sofia line.
The name of the XML file is not important, just so that you can identify it. The rest of those settings from Asterisk populate the corresponding fields; even though they come from Asterisk, I doubt that FreeSWITCH will reject them J
If you’ve already done this, then the log files will show the bridge app being fed that sofia dial string and the lines immediately following should tell you what happened next.
Or perhaps that extension in the dialplan is not even being matched in the first place?
Hope this helps.
Bote
From: Richard Mace
Sent: Saturday, 07 March, 2015 04:10
Subject: Re: [Freeswitch-users] Regex
Thanks Florent,
There must be another reason for my calls not going through the gateway then :)
Richard
On 7 Mar 2015 09:05, "Florent Krieg" <flokrrr at gmail.com> wrote:
Yes it would indeed.
Le 7 mars 2015 09:46, "Richard Mace" <richard.mace at gmail.com> a écrit :
Hi,
Can I just confirm that the following:
<extension name="wph_out_work">
<condition field="destination_number" expression="^9(0\d{10})$">
<action application="bridge" data="sofia/gateway/wph-office/$1"/>
</condition>
</extension>
Would route all calls that were 90 and then another 10 digits, to the gateway wph-office by just passing the number beginning with the 0
Thanks
Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150307/b2b6bccc/attachment-0001.html
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list