VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
timb0311 at hotmail.com Guest
|
Posted: Mon Jun 22, 2009 2:08 pm Post subject: [Freeswitch-users] Transmit fax locally for test |
|
|
Just wanted to follow-up again. Is this the proper or best way to configure this? See below... Tim From: timb0311@hotmail.comTo: freeswitch-users@lists.freeswitch.orgSubject: (Found Fix) Transmit fax locally for testDate: Fri, 19 Jun 2009 23:06:10 -0400 .ExternalClass .EC_hmmessage P {padding:0px;} .ExternalClass body.EC_hmmessage {font-size:10pt;font-family:Verdana;} Ok so after many attempts of trial and error I narrowed it down to acls. So when trying to orginate a call to the local FS extension it was getting blocked. Adding the following allow with my freeswitch IP to the domains list allowed the originate to take place. acl.conf.xml:<list name="domains" default="deny"> <node type="allow" cidr="192.168.10.35/32"/> <node type="allow" domain="$${domain}"/> </list> So now this statement works for local fax testing: originate sofia/default/8000@192.168.10.35 ([email]sofia/default/8000@192.168.10.35[/email]) &txfax(storage/fax/test.tif) Now my question is, is this the proper or best way to configure this? Tim > ----------------------------------------------------------------------> > Message: 1> Date: Fri, 19 Jun 2009 10:00:35 -0500> From: Michael Collins <msc@freeswitch.org>> Subject: [Freeswitch-users] Update - Transmit fax locally for test> To: freeswitch-users@lists.freeswitch.org> Message-ID:> <87f2f3b90906190800u5d9436cbu2bd594bc8d09503@mail.gmail.com>> Content-Type: text/plain; charset="windows-1252"> > Tim,> > Look at lines 47 and 48 of the pastebin. I think something goofy is> happening there. What is 8000@x.x.x.x in your system? Is that the receive> fax extension?> -MC> > ---------- Forwarded message ----------> From: Tim B <timb0311@hotmail.com>> Date: Fri, Jun 19, 2009 at 7:39 AM> Subject: Re: [Freeswitch-users] Freeswitch-users Digest, Vol 36, Issue 188> To: freeswitch-users@lists.freeswitch.org> > > here is the log...> http://pastebin.freeswitch.org/9440> > haha, yeah i see it now... duh. pulled an all nighter, too many things> going on. must have overlooked it.> >> > When I connect to pastebin.freeswitch.org I get a helpful notice saying> > the login and password is pastebin/freeswitch> >> > been trying to break myself into freeswitch on top of my original workload.> thanks for the help.> Bing™ brings you maps, menus, and reviews organized in one place. Try it now.Microsoft brings you a new way to search the web. Try Bing™ now |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Mon Jun 22, 2009 2:11 pm Post subject: [Freeswitch-users] Transmit fax locally for test |
|
|
what is 8000? is it local or is it a remote endpoint?
/b
On Jun 22, 2009, at 3:01 PM, Tim B wrote:
Quote: |
originate sofia/default/8000@192.168.10.35 ([email]sofia/default/8000@192.168.10.35[/email]) &txfax(storage/fax/test.tif) |
Brian West
brian@freeswitch.org (brian@freeswitch.org)
-- Meet us at ClueCon! http://www.cluecon.com |
|
Back to top |
|
|
timb0311 at hotmail.com Guest
|
Posted: Mon Jun 22, 2009 5:39 pm Post subject: [Freeswitch-users] Transmit fax locally for test |
|
|
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 <brian@freeswitch.org>> Subject: Re: [Freeswitch-users] Transmit fax locally for test> To: freeswitch-users@lists.freeswitch.org> Message-ID: <8618988E-BB27-4400-BDDF-99C87A26FE67@freeswitch.org>> 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/8000@192.168.10.35 &txfax(storage/fax/ > > test.tif)> > Brian West> brian@freeswitch.org> > -- Meet us at ClueCon! http://www.cluecon.com> > Insert movie times and more without leaving Hotmail®. See how. |
|
Back to top |
|
|
timb0311 at hotmail.com Guest
|
Posted: Tue Jun 23, 2009 5:13 pm Post subject: [Freeswitch-users] Transmit fax locally for test |
|
|
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/8000@192.168.10.35 &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: timb0311@hotmail.comTo: freeswitch-users@lists.freeswitch.orgSubject: RE: Transmit fax locally for testDate: Mon, 22 Jun 2009 18:37:47 -0400 .ExternalClass .EC_hmmessage P {padding:0px;} .ExternalClass body.EC_hmmessage {font-size:10pt;font-family:Verdana;} 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 <brian@freeswitch.org>> Subject: Re: [Freeswitch-users] Transmit fax locally for test> To: freeswitch-users@lists.freeswitch.org> Message-ID: <8618988E-BB27-4400-BDDF-99C87A26FE67@freeswitch.org>> 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/8000@192.168.10.35 &txfax(storage/fax/ > > test.tif)> > Brian West> brian@freeswitch.org> > -- Meet us at ClueCon! http://www.cluecon.com> > Insert movie times and more without leaving Hotmail®. See how.Microsoft brings you a new way to search the web. Try Bing™ now |
|
Back to top |
|
|
msc at freeswitch.org Guest
|
Posted: Tue Jun 23, 2009 6:16 pm Post subject: [Freeswitch-users] Transmit fax locally for test |
|
|
Is 8000 just a dialplan extension? I'm curious about the whole 8000@192.168.10.35 (8000@192.168.10.35) 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 <timb0311@hotmail.com (timb0311@hotmail.com)> wrote:
|
|
Back to top |
|
|
timb0311 at hotmail.com Guest
|
Posted: Tue Jun 23, 2009 8:24 pm Post subject: [Freeswitch-users] Transmit fax locally for test |
|
|
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? Tim > ------------------------------> > Message: 3> Date: Tue, 23 Jun 2009 16:14:11 -0700> From: Michael Collins <msc@freeswitch.org>> Subject: Re: [Freeswitch-users] Transmit fax locally for test> To: freeswitch-users@lists.freeswitch.org> Message-ID:> <87f2f3b90906231614t6223f65cr64e3dc492564a83c@mail.gmail.com>> Content-Type: text/plain; charset="windows-1252"> > Is 8000 just a dialplan extension? I'm curious about the whole> 8000@192.168.10.35 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 <timb0311@hotmail.com> 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/8000@192.168.10.35&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: timb0311@hotmail.com> > To: freeswitch-users@lists.freeswitch.org> > 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 <brian@freeswitch.org>> > > Subject: Re: [Freeswitch-users] Transmit fax locally for test> > > To: freeswitch-users@lists.freeswitch.org> > > Message-ID: <8618988E-BB27-4400-BDDF-99C87A26FE67@freeswitch.org>> > > 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/8000@192.168.10.35 &txfax(storage/fax/> > > > test.tif)> > >> > > Brian West> > > brian@freeswitch.org> > >> > > -- 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> > Freeswitch-users@lists.freeswitch.org> > 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> Freeswitch-users@lists.freeswitch.org> 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 |
|
Back to top |
|
|
msc at freeswitch.org Guest
|
Posted: Wed Jun 24, 2009 1:31 am Post subject: [Freeswitch-users] Transmit fax locally for test |
|
|
On Tue, Jun 23, 2009 at 6:23 PM, Tim B <timb0311@hotmail.com (timb0311@hotmail.com)> wrote:
Quote: | 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
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|