On Tue, Jun 23, 2009 at 6:23 PM, Tim B <[email protected]> wrote: > Yeah 8000 is just a dialplan extension. That worked... > > originate loopback/8000 &txfax(storage/fax/test.tif) > > Thanks MC. I guess the loopback bypasses all the security stuff and jumps > right into the dialplan looking for a matching # condition? >
Correct. -MC > > > Tim > > > > > ------------------------------ > > > > Message: 3 > > Date: Tue, 23 Jun 2009 16:14:11 -0700 > > From: Michael Collins <[email protected]> > > Subject: Re: [Freeswitch-users] Transmit fax locally for test > > To: [email protected] > > Message-ID: > > <[email protected]> > > Content-Type: text/plain; charset="windows-1252" > > > > > Is 8000 just a dialplan extension? I'm curious about the whole > > [email protected] thing. I doubt that's necessary. For kicks try > something > > like this: > > > > originate loopback/8000 &txfax(storage/fax/test.tif) > > > > That will drop the A leg right into extension 8000. > > > > -MC > > > > On Tue, Jun 23, 2009 at 3:12 PM, Tim B <[email protected]> wrote: > > > > > Did anyone have any suggestions on this? Just to reiterate... > > > > > > - 8000 is a local extension defined in the default dialplan... see > > > http://pastebin.freeswitch.org/9450 for definition > > > > > > - didn't work: originate > > > sofia/default/[email protected]&txfax(storage/fax/test.tif) > ... see > > > http://pastebin.freeswitch.org/9440 for log > > > > > > - had to add the FS ip (192.168.10.35) to the domains acl... now it to > > > works > > > <list name="domains" default="deny"> > > > <node type="allow" cidr="192.168.10.35/32"/> > > > <node type="allow" domain="$${domain}"/> > > > </list> > > > > > > > > > Is this the proper way to configure? > > > > > > > > > Tim > > > > > > ------------------------------ > > > From: [email protected] > > > To: [email protected] > > > Subject: RE: Transmit fax locally for test > > > Date: Mon, 22 Jun 2009 18:37:47 -0400 > > > > > > 8000 is a local extension defined in the default dialplan. > > > > > > Tim > > > > > > > > > > ------------------------------ > > > > > > > > Message: 2 > > > > Date: Mon, 22 Jun 2009 15:05:20 -0400 > > > > From: Brian West <[email protected]> > > > > Subject: Re: [Freeswitch-users] Transmit fax locally for test > > > > To: [email protected] > > > > Message-ID: <[email protected]> > > > > Content-Type: text/plain; charset="us-ascii" > > > > > > > > what is 8000? is it local or is it a remote endpoint? > > > > > > > > /b > > > > > > > > On Jun 22, 2009, at 3:01 PM, Tim B wrote: > > > > > > > > > > > > > > originate sofia/default/[email protected] &txfax(storage/fax/ > > > > > test.tif) > > > > > > > > Brian West > > > > [email protected] > > > > > > > > -- Meet us at ClueCon! http://www.cluecon.com > > > > > > > > > > > > > > > > > > > > ------------------------------ > > > Insert movie times and more without leaving Hotmail?. See how.< > http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd_062009 > > > > > ------------------------------ > > > 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 > > > > > > > > _______________________________________________ > > > Freeswitch-users mailing list > > > [email protected] > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > > > http://www.freeswitch.org > > > > > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > URL: > http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090623/6df939cc/attachment.html > > > > ------------------------------ > > > > _______________________________________________ > > Freeswitch-users mailing list > > [email protected] > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > > > End of Freeswitch-users Digest, Vol 36, Issue 231 > > ************************************************* > > > ------------------------------ > 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> > > _______________________________________________ > Freeswitch-users mailing list > [email protected] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > >
_______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
