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.
_________________________________________________________________
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

Reply via email to