<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Yeah 8000 is just a dialplan extension. That worked...<BR>
<BR>
originate loopback/8000 &txfax(storage/fax/test.tif)<BR>
<BR>
Thanks MC. I guess the loopback bypasses all the security stuff and jumps right into the dialplan looking for a matching # condition?<BR><BR>
<BR>
Tim<BR>
<BR>
<BR>
<BR>> ------------------------------<BR>> <BR>> Message: 3<BR>> Date: Tue, 23 Jun 2009 16:14:11 -0700<BR>> From: Michael Collins <msc@freeswitch.org><BR>> Subject: Re: [Freeswitch-users] Transmit fax locally for test<BR>> To: freeswitch-users@lists.freeswitch.org<BR>> Message-ID:<BR>> <87f2f3b90906231614t6223f65cr64e3dc492564a83c@mail.gmail.com><BR>> Content-Type: text/plain; charset="windows-1252"<BR>> <BR>> Is 8000 just a dialplan extension? I'm curious about the whole<BR>> 8000@192.168.10.35 thing. I doubt that's necessary. For kicks try something<BR>> like this:<BR>> <BR>> originate loopback/8000 &txfax(storage/fax/test.tif)<BR>> <BR>> That will drop the A leg right into extension 8000.<BR>> <BR>> -MC<BR>> <BR>> On Tue, Jun 23, 2009 at 3:12 PM, Tim B <timb0311@hotmail.com> wrote:<BR>> <BR>> > Did anyone have any suggestions on this? Just to reiterate...<BR>> ><BR>> > - 8000 is a local extension defined in the default dialplan... see<BR>> > http://pastebin.freeswitch.org/9450 for definition<BR>> ><BR>> > - didn't work: originate sofia/default/8000@192.168.10.35&txfax(storage/fax/test.tif) ... see<BR>> > http://pastebin.freeswitch.org/9440 for log<BR>> ><BR>> > - had to add the FS ip (192.168.10.35) to the domains acl... now it to<BR>> > works<BR>> > <list name="domains" default="deny"><BR>> > <node type="allow" cidr="192.168.10.35/32"/><BR>> > <node type="allow" domain="$${domain}"/><BR>> > </list><BR>> ><BR>> ><BR>> > Is this the proper way to configure?<BR>> ><BR>> ><BR>> > Tim<BR>> ><BR>> > ------------------------------<BR>> > From: timb0311@hotmail.com<BR>> > To: freeswitch-users@lists.freeswitch.org<BR>> > Subject: RE: Transmit fax locally for test<BR>> > Date: Mon, 22 Jun 2009 18:37:47 -0400<BR>> ><BR>> > 8000 is a local extension defined in the default dialplan.<BR>> ><BR>> > Tim<BR>> ><BR>> ><BR>> > > ------------------------------<BR>> > ><BR>> > > Message: 2<BR>> > > Date: Mon, 22 Jun 2009 15:05:20 -0400<BR>> > > From: Brian West <brian@freeswitch.org><BR>> > > Subject: Re: [Freeswitch-users] Transmit fax locally for test<BR>> > > To: freeswitch-users@lists.freeswitch.org<BR>> > > Message-ID: <8618988E-BB27-4400-BDDF-99C87A26FE67@freeswitch.org><BR>> > > Content-Type: text/plain; charset="us-ascii"<BR>> > ><BR>> > > what is 8000? is it local or is it a remote endpoint?<BR>> > ><BR>> > > /b<BR>> > ><BR>> > > On Jun 22, 2009, at 3:01 PM, Tim B wrote:<BR>> > ><BR>> > > ><BR>> > > > originate sofia/default/8000@192.168.10.35 &txfax(storage/fax/<BR>> > > > test.tif)<BR>> > ><BR>> > > Brian West<BR>> > > brian@freeswitch.org<BR>> > ><BR>> > > -- Meet us at ClueCon! http://www.cluecon.com<BR>> > ><BR>> > ><BR>> ><BR>> ><BR>> ><BR>> > ------------------------------<BR>> > Insert movie times and more without leaving Hotmail?. See how.<http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd_062009><BR>> > ------------------------------<BR>> > Microsoft brings you a new way to search the web. Try Bing? now<http://www.bing.com?form=MFEHPG&publ=WLHMTAG&crea=TEXT_MFEHPG_Core_tagline_try+bing_1x1><BR>> ><BR>> > _______________________________________________<BR>> > Freeswitch-users mailing list<BR>> > Freeswitch-users@lists.freeswitch.org<BR>> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>> > http://www.freeswitch.org<BR>> ><BR>> ><BR>> -------------- next part --------------<BR>> An HTML attachment was scrubbed...<BR>> URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090623/6df939cc/attachment.html <BR>> <BR>> ------------------------------<BR>> <BR>> _______________________________________________<BR>> Freeswitch-users mailing list<BR>> Freeswitch-users@lists.freeswitch.org<BR>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>> http://www.freeswitch.org<BR>> <BR>> <BR>> End of Freeswitch-users Digest, Vol 36, Issue 231<BR>> *************************************************<BR><BR><br /><hr />Microsoft brings you a new way to search the web. <a href='http://www.bing.com?form=MFEHPG&publ=WLHMTAG&crea=TEXT_MFEHPG_Core_tagline_try bing_1x1' target='_new'>Try Bing™ now</a></body>
</html>