Re: [Freeswitch-users] problems getting openzap compiled for use withfreeswitch

2009-12-29 Thread Russell Mosemann
Harondel J. Sibble scribbled:
 I am following the wiki page here
 
 http://wiki.freeswitch.org/wiki/OpenZAP#Zaptel_Installation
...
 the compilation fails as below, 

Zaptel is old. DAHDI is now the way to go. If you have the headers installed 
for the kernel you are currently using, try this.

1. 
http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-current.tar.gz
2. tar -xzf dahdi-linux-complete-current.tar.gz
3. cd dahdi-linux-complete-whatever
4. make all
5. make install
6. make config (First time only! Modify config files in /etc/dahdi)

If this works, please add a DAHDI section to the wiki. If you want to use a 
Debian package instead of compiling the latest from scratch, try the 
dahdi-linux package.

--
Russell Mosemann


___
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


Re: [Freeswitch-users] Link between Use-context and dialplan

2009-12-13 Thread Russell Mosemann
Frank Carmickle wrote:
 Now you can put all kinds of files in the public dir and they will get
 included when the preprocess runs.  The preprocess runs at start up so you
 need to restart IIRC.

Or fire up freeswitchroot/bin/fs_cli and issue a reloadxml or reload 
module, if a change affects a module.

--
Russell Mosemann


___
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


Re: [Freeswitch-users] Does FS support STUN by default?

2009-12-11 Thread Russell Mosemann
Fred-145 wrote:
 What is static ip setting? Telling FS what the public IP is? If that's
 what it is, what about the UDP ports that must be open to allow incoming
 connections?

Yes, static IP setting puts the (non-changing) IP addresses in the FS 
configuration. The ports must be manually opened/forwarded in the firewall.

--
Russell Mosemann


___
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


Re: [Freeswitch-users] Faxing Advice

2009-12-01 Thread Russell Mosemann
Joseph L. Casale wrote:
 Ahh, so must all the actions be contained within at least one condition
 tag as content,

Yes.

 or could have I kept the
 last / on the last condition and dropped the /condition line?

No. Think of the tags as a begin/end pair that surround the content. If there 
is no content, then you can use a one-line condition tag.

condition.../

or

condition
  stuff
/condition

--
Russell Mosemann


___
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


Re: [Freeswitch-users] dialplan rule to send the caller to voicemail when same extension is called.

2009-11-26 Thread Russell Mosemann
freeswitch list wrote:

  condition field=destination_number expression=^${caller_id_number}$

I knew this day would come. After the accumulation of all of the knowledge from 
the list members, the list has finally achieved sentience and is now answering 
questions by itself. :-)

--
Russell Mosemann


___
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


Re: [Freeswitch-users] Forwarding calls to an outside number - OpenZAP

2009-11-11 Thread Russell Mosemann
Adam Ford wrote:

 I have also noted that I can simply bridge the call out another line on
 the T1 through Openzap. However, that seems to tie up 2 lines just to
 forward a call. This is not a desirable solution.

That's the way it has to work with any phone system, including your cell phone. 
If your cell phone provider received a call for you and you had forwarded cell 
phone calls to another number, your cell phone provider would have to route the 
incoming call out another line to the next destination. That takes two lines 
(or channels). That's what forwarding means. One incoming call bridged to one 
outgoing call.

--
Russell Mosemann


___
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


Re: [Freeswitch-users] Subject:, Re: FreeSWITCH-users Digest, Orien L. answer to Mike G.

2009-10-16 Thread Russell Mosemann
Michael Gende wrote:

 Hit option 8 and you'll go to a shell. I'm assuming you can get around in
 Linux or Unix (If not, tell me). ps aux | grep free and kill the PID for
 FS (pfsense runs FS in the background) Then, invoke FS with
 /usr/local/freeswitch/bin/freeswitch.

You've mentioned this twice, now, but a better way to do it is to _not_ stop 
FreeSwitch. Instead, run /usr/local/freeswitch/bin/fs_cli, which connects to 
FS, and then you can do everything that you can do directly in FS. When you are 
done, enter \quit or \bye or \exit. See \help and help for more 
information.

--
Russell Mosemann


___
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


Re: [Freeswitch-users] Subject:, Re: FreeSWITCH-users Digest, Orien L. answer to Mike G.

2009-10-16 Thread Russell Mosemann
 When you are done, enter \quit or \bye or \exit. See \help and
 help for more information.

Yup, I got the slashes wrong, and I was staring right at the commands when I 
wrote the message. I'll blame it on how late it is here. :-) It should be 
/quit, /bye, /exit and /help.

--
Russell Mosemann


___
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


Re: [Freeswitch-users] oz debug says error

2009-10-05 Thread Russell Mosemann
 On Behalf Of lakshmanan ganapathy
...
 I've compiled the freeswitch with libpri support. But when I execute
 oz libpri debug 1 all, I got the following error.
 
 API CALL [oz(libpri debug 1 all )] output:
 src/ozmod/ozmod_libpri/ozmod_libpri.c: -ERR invalid span.

If you would start freeswitch from the command line or look at 
freeswitch/log/freeswitch.log, you will see during startup that libpri does not 
find a span (note the ozmod lines). That's because the configuration below is 
not for libpri.

 openzap.conf.xml
...
 pri_spans

You need to use a libpri span configuration.

http://wiki.freeswitch.org/wiki/Openzap.conf.xml_Examples#Using_with_PRI_.28libpri_compatibility_stack.29

--
Russell Moseman


___
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


Re: [Freeswitch-users] Connecting FS to Hicom 300

2009-10-02 Thread Russell Mosemann
 Can you pastebin a dialplan snippet (or put it here) so I can see what
 you're doing?
 -MC

It is the stock FS configuration with a small change. We're still testing 
things, getting them to work. This is from public.xml. It detects calls to 
internal 71xx extensions and transfers them. The transfer works. Do some 
additional variables need to be set here?

extension name=public_extensions
  condition field=destination_number expression=^(10[01][0-9]|71\d{2})$
action application=transfer data=$1 XML default/
  /condition
/extension

--
Russell Mosemann


___
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


Re: [Freeswitch-users] Connecting FS to Hicom 300

2009-10-02 Thread Russell Mosemann
 cool. can you pastebin a debug log on an incoming call?
 -MC

Here you go.

http://pastebin.freeswitch.org/10570

One thing I notice is that in the second line, the caller number is missing.

2009-10-02 16:42:39.539736 [NOTICE] ozmod_libpri.c:772 -- Ring on channel 1:1 
(from  to 7100)

If libpri doesn't know the number, then it's probably not being sent by the 
Hicomm.

--
Russell Mosemann


___
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


Re: [Freeswitch-users] Connecting FS to Hicom 300

2009-10-02 Thread Russell Mosemann
 Exactly. Turn on q931 debugging and try again:
 
 oz libpri debug 1 all
 PB the results again and we'll check it out.
 -MC

Here's the next one. I'm not sure what to look for, but nothing pops out right 
away.

http://pastebin.freeswitch.org/10571

--
Russell Mosemann


___
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