VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
MPeace at edcogroupinc... Guest
|
Posted: Tue Aug 25, 2009 2:06 pm Post subject: [Freeswitch-users] Moved Freeswitch to new subnet. |
|
|
It was started from the services configuration window first and I still get the error. I set the service not to load rebooted then ran it from the prompt as you suggested. It stated “3585 Backgrounding” I then ran ps –eaf from the prompt and that PID didn’t show up. Then when I attempted to run the fs_cli I received the same error as before [ERROR] libs/esl/fs_cli.c.639 main() Error Connecting [Socket Connection Error]
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Mathieu Rene
Sent: Tuesday, August 25, 2009 12:55 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
It means freeswitch is not running. You need to start it with /usr/local/freeswitch/bin/freeswitch -nc
@MikeJ: Nice bash scripting
Mathieu Rene
Avant-Garde Solutions Inc
Office: + 1 (514) 664-1044 x100
Cell: +1 (514) 664-1044 x200
mrene@avgs.ca (mrene@avgs.ca)
On 25-Aug-09, at 1:53 PM, Mike Peace wrote:
Ok, figured out from your post to load the FS-CLI in order to run the Sophia status Michael mentioned.
Now I get: [ERROR] libs/esl/fs_cli.c.639 main() Error Connecting [Socket Connection Error] when running ./fs_cli from a terminal window in /usr/local/freeswitch/bin where fs_cli is located.
Mike
From: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org) [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] On Behalf Of Michael Jerris
Sent: Tuesday, August 25, 2009 12:39 PM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
if you want to run that at your prompt instead of at the fs_cli you can do this:
function sofia() { fs_cli -x "$(echo "sofia $@")"; }
(thanks ray for the bash foo)
Mike
On Aug 25, 2009, at 1:04 PM, Mike Peace wrote:
I get a bash: sofia: command not found. Is there something I need to add to my config to use these commands?
From: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org) [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] On Behalf Of Michael Collins
Sent: Tuesday, August 25, 2009 10:55 AM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
Hmm... can you fire up FS and then do "sofia status" and tell us if the internal profile looks okay? Also, do "sofia status profile internal" and capture the output. Something fishy is going on...
-MC
Quote: |
Mike Peace
Network Analyst
EDCO, The Document People
Direct 417-447-3367
|
EDCO Group, Inc.
Phone: (800) 999-3456
Fax: (800) 999-3551
Web: http://www.edcogroupinc.com/
Confidentiality Notice: The information contained in this e-mail message (including any attachments) may contain confidential and privileged information, and is for the sole use of the intended recipient(s). If you are not the intended recipient, any unauthorized review, use, or disclosure or distribution is strictly prohibited. If you have received this message in error, please notify the sender by replying to this e-mail message or by telephone at (800) 999-3456 and permanently destroy all copies of the original message (including any attachments), along with any reply, and delete them from your system.
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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
EDCO Group, Inc.
Phone: (800) 999-3456
Fax: (800) 999-3551
Web: http://www.edcogroupinc.com/
Confidentiality Notice: The information contained in this e-mail message (including any attachments) may contain confidential and privileged information, and is for the sole use of the intended recipient(s). If you are not the intended recipient, any unauthorized review, use, or disclosure or distribution is strictly prohibited. If you have received this message in error, please notify the sender by replying to this e-mail message or by telephone at (800) 999-3456 and permanently destroy all copies of the original message (including any attachments), along with any reply, and delete them from your system. |
|
Back to top |
|
|
mrene_lists at avgs.ca Guest
|
Posted: Tue Aug 25, 2009 2:08 pm Post subject: [Freeswitch-users] Moved Freeswitch to new subnet. |
|
|
You can start it without the -nc switch and it'll stay active on the current terminal so you can look for any errors.
Just do:
/usr/local/freeswitch/bin/freeswitch
Mathieu Rene
Avant-Garde Solutions Inc
Office: + 1 (514) 664-1044 x100
Cell: +1 (514) 664-1044 x200
mrene@avgs.ca (mrene@avgs.ca)
On 25-Aug-09, at 2:58 PM, Mike Peace wrote:
Quote: | It was started from the services configuration window first and I still get the error. I set the service not to load rebooted then ran it from the prompt as you suggested. It stated “3585 Backgrounding” I then ran ps –eaf from the prompt and that PID didn’t show up. Then when I attempted to run the fs_cli I received the same error as before [ERROR] libs/esl/fs_cli.c.639 main() Error Connecting [Socket Connection Error]
From: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org) [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] On Behalf Of Mathieu Rene
Sent: Tuesday, August 25, 2009 12:55 PM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
It means freeswitch is not running. You need to start it with /usr/local/freeswitch/bin/freeswitch -nc
@MikeJ: Nice bash scripting
Mathieu Rene
Avant-Garde Solutions Inc
Office: + 1 (514) 664-1044 x100
Cell: +1 (514) 664-1044 x200
mrene@avgs.ca (mrene@avgs.ca)
On 25-Aug-09, at 1:53 PM, Mike Peace wrote:
Ok, figured out from your post to load the FS-CLI in order to run the Sophia status Michael mentioned.
Now I get: [ERROR] libs/esl/fs_cli.c.639 main() Error Connecting [Socket Connection Error] when running ./fs_cli from a terminal window in /usr/local/freeswitch/bin where fs_cli is located.
Mike
From: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org) [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] On Behalf Of Michael Jerris
Sent: Tuesday, August 25, 2009 12:39 PM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
if you want to run that at your prompt instead of at the fs_cli you can do this:
function sofia() { fs_cli -x "$(echo "sofia $@")"; }
(thanks ray for the bash foo)
Mike
On Aug 25, 2009, at 1:04 PM, Mike Peace wrote:
I get a bash: sofia: command not found. Is there something I need to add to my config to use these commands?
From: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org) [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] On Behalf Of Michael Collins
Sent: Tuesday, August 25, 2009 10:55 AM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
Hmm... can you fire up FS and then do "sofia status" and tell us if the internal profile looks okay? Also, do "sofia status profile internal" and capture the output. Something fishy is going on...
-MC
Quote: |
Mike Peace
Network Analyst
EDCO, The Document People
Direct 417-447-3367
|
EDCO Group, Inc.
Phone: (800) 999-3456
Fax: (800) 999-3551
Web: http://www.edcogroupinc.com/
Confidentiality Notice: The information contained in this e-mail message (including any attachments) may contain confidential and privileged information, and is for the sole use of the intended recipient(s). If you are not the intended recipient, any unauthorized review, use, or disclosure or distribution is strictly prohibited. If you have received this message in error, please notify the sender by replying to this e-mail message or by telephone at (800) 999-3456 and permanently destroy all copies of the original message (including any attachments), along with any reply, and delete them from your system.
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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
EDCO Group, Inc.
Phone: (800) 999-3456
Fax: (800) 999-3551
Web: http://www.edcogroupinc.com/
Confidentiality Notice: The information contained in this e-mail message (including any attachments) may contain confidential and privileged information, and is for the sole use of the intended recipient(s). If you are not the intended recipient, any unauthorized review, use, or disclosure or distribution is strictly prohibited. If you have received this message in error, please notify the sender by replying to this e-mail message or by telephone at (800) 999-3456 and permanently destroy all copies of the original message (including any attachments), along with any reply, and delete them from your system.
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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
|
|
|
Back to top |
|
|
MPeace at edcogroupinc... Guest
|
Posted: Tue Aug 25, 2009 2:52 pm Post subject: [Freeswitch-users] Moved Freeswitch to new subnet. |
|
|
OK,
Received a different error: Cannot Initialize [[error near line 294]: unclosed <!--]
?
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Mathieu Rene
Sent: Tuesday, August 25, 2009 2:02 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
You can start it without the -nc switch and it'll stay active on the current terminal so you can look for any errors.
Just do:
/usr/local/freeswitch/bin/freeswitch
Mathieu Rene
Avant-Garde Solutions Inc
Office: + 1 (514) 664-1044 x100
Cell: +1 (514) 664-1044 x200
mrene@avgs.ca (mrene@avgs.ca)
On 25-Aug-09, at 2:58 PM, Mike Peace wrote:
It was started from the services configuration window first and I still get the error. I set the service not to load rebooted then ran it from the prompt as you suggested. It stated “3585 Backgrounding” I then ran ps –eaf from the prompt and that PID didn’t show up. Then when I attempted to run the fs_cli I received the same error as before [ERROR] libs/esl/fs_cli.c.639 main() Error Connecting [Socket Connection Error]
From: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org) [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] On Behalf Of Mathieu Rene
Sent: Tuesday, August 25, 2009 12:55 PM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
It means freeswitch is not running. You need to start it with /usr/local/freeswitch/bin/freeswitch -nc
@MikeJ: Nice bash scripting
Mathieu Rene
Avant-Garde Solutions Inc
Office: + 1 (514) 664-1044 x100
Cell: +1 (514) 664-1044 x200
mrene@avgs.ca (mrene@avgs.ca)
On 25-Aug-09, at 1:53 PM, Mike Peace wrote:
Ok, figured out from your post to load the FS-CLI in order to run the Sophia status Michael mentioned.
Now I get: [ERROR] libs/esl/fs_cli.c.639 main() Error Connecting [Socket Connection Error] when running ./fs_cli from a terminal window in /usr/local/freeswitch/bin where fs_cli is located.
Mike
From: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org) [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] On Behalf Of Michael Jerris
Sent: Tuesday, August 25, 2009 12:39 PM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
if you want to run that at your prompt instead of at the fs_cli you can do this:
function sofia() { fs_cli -x "$(echo "sofia $@")"; }
(thanks ray for the bash foo)
Mike
On Aug 25, 2009, at 1:04 PM, Mike Peace wrote:
I get a bash: sofia: command not found. Is there something I need to add to my config to use these commands?
From: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org) [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] On Behalf Of Michael Collins
Sent: Tuesday, August 25, 2009 10:55 AM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
Hmm... can you fire up FS and then do "sofia status" and tell us if the internal profile looks okay? Also, do "sofia status profile internal" and capture the output. Something fishy is going on...
-MC
Quote: |
Mike Peace
Network Analyst
EDCO, The Document People
Direct 417-447-3367
|
EDCO Group, Inc.
Phone: (800) 999-3456
Fax: (800) 999-3551
Web: http://www.edcogroupinc.com/
Confidentiality Notice: The information contained in this e-mail message (including any attachments) may contain confidential and privileged information, and is for the sole use of the intended recipient(s). If you are not the intended recipient, any unauthorized review, use, or disclosure or distribution is strictly prohibited. If you have received this message in error, please notify the sender by replying to this e-mail message or by telephone at (800) 999-3456 and permanently destroy all copies of the original message (including any attachments), along with any reply, and delete them from your system.
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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
EDCO Group, Inc.
Phone: (800) 999-3456
Fax: (800) 999-3551
Web: http://www.edcogroupinc.com/
Confidentiality Notice: The information contained in this e-mail message (including any attachments) may contain confidential and privileged information, and is for the sole use of the intended recipient(s). If you are not the intended recipient, any unauthorized review, use, or disclosure or distribution is strictly prohibited. If you have received this message in error, please notify the sender by replying to this e-mail message or by telephone at (800) 999-3456 and permanently destroy all copies of the original message (including any attachments), along with any reply, and delete them from your system.
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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
EDCO Group, Inc.
Phone: (800) 999-3456
Fax: (800) 999-3551
Web: http://www.edcogroupinc.com/
Confidentiality Notice: The information contained in this e-mail message (including any attachments) may contain confidential and privileged information, and is for the sole use of the intended recipient(s). If you are not the intended recipient, any unauthorized review, use, or disclosure or distribution is strictly prohibited. If you have received this message in error, please notify the sender by replying to this e-mail message or by telephone at (800) 999-3456 and permanently destroy all copies of the original message (including any attachments), along with any reply, and delete them from your system. |
|
Back to top |
|
|
mrene_lists at avgs.ca Guest
|
Posted: Tue Aug 25, 2009 2:53 pm Post subject: [Freeswitch-users] Moved Freeswitch to new subnet. |
|
|
It means you have an error in your XML configuration. You can open /usr/local/freeswitch/log/freeswitch.xml.fsxml to figure out where it is (but do not modify this file, as it is generated from all the other xml files).
Mathieu Rene
Avant-Garde Solutions Inc
Office: + 1 (514) 664-1044 x100
Cell: +1 (514) 664-1044 x200
mrene@avgs.ca (mrene@avgs.ca)
On 25-Aug-09, at 3:41 PM, Mike Peace wrote:
Quote: |
OK,
Received a different error: Cannot Initialize [[error near line 294]: unclosed <!--]
?
From: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org) [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] On Behalf Of Mathieu Rene
Sent: Tuesday, August 25, 2009 2:02 PM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
You can start it without the -nc switch and it'll stay active on the current terminal so you can look for any errors.
Just do:
/usr/local/freeswitch/bin/freeswitch
Mathieu Rene
Avant-Garde Solutions Inc
Office: + 1 (514) 664-1044 x100
Cell: +1 (514) 664-1044 x200
mrene@avgs.ca (mrene@avgs.ca)
On 25-Aug-09, at 2:58 PM, Mike Peace wrote:
It was started from the services configuration window first and I still get the error. I set the service not to load rebooted then ran it from the prompt as you suggested. It stated “3585 Backgrounding” I then ran ps –eaf from the prompt and that PID didn’t show up. Then when I attempted to run the fs_cli I received the same error as before [ERROR] libs/esl/fs_cli.c.639 main() Error Connecting [Socket Connection Error]
From: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org) [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] On Behalf Of Mathieu Rene
Sent: Tuesday, August 25, 2009 12:55 PM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
It means freeswitch is not running. You need to start it with /usr/local/freeswitch/bin/freeswitch -nc
@MikeJ: Nice bash scripting
Mathieu Rene
Avant-Garde Solutions Inc
Office: + 1 (514) 664-1044 x100
Cell: +1 (514) 664-1044 x200
mrene@avgs.ca (mrene@avgs.ca)
On 25-Aug-09, at 1:53 PM, Mike Peace wrote:
Ok, figured out from your post to load the FS-CLI in order to run the Sophia status Michael mentioned.
Now I get: [ERROR] libs/esl/fs_cli.c.639 main() Error Connecting [Socket Connection Error] when running ./fs_cli from a terminal window in /usr/local/freeswitch/bin where fs_cli is located.
Mike
From: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org) [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] On Behalf Of Michael Jerris
Sent: Tuesday, August 25, 2009 12:39 PM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
if you want to run that at your prompt instead of at the fs_cli you can do this:
function sofia() { fs_cli -x "$(echo "sofia $@")"; }
(thanks ray for the bash foo)
Mike
On Aug 25, 2009, at 1:04 PM, Mike Peace wrote:
I get a bash: sofia: command not found. Is there something I need to add to my config to use these commands?
From: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org) [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] On Behalf Of Michael Collins
Sent: Tuesday, August 25, 2009 10:55 AM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
Hmm... can you fire up FS and then do "sofia status" and tell us if the internal profile looks okay? Also, do "sofia status profile internal" and capture the output. Something fishy is going on...
-MC
Quote: |
Mike Peace
Network Analyst
EDCO, The Document People
Direct 417-447-3367
|
EDCO Group, Inc.
Phone: (800) 999-3456
Fax: (800) 999-3551
Web: http://www.edcogroupinc.com/
Confidentiality Notice: The information contained in this e-mail message (including any attachments) may contain confidential and privileged information, and is for the sole use of the intended recipient(s). If you are not the intended recipient, any unauthorized review, use, or disclosure or distribution is strictly prohibited. If you have received this message in error, please notify the sender by replying to this e-mail message or by telephone at (800) 999-3456 and permanently destroy all copies of the original message (including any attachments), along with any reply, and delete them from your system.
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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
EDCO Group, Inc.
Phone: (800) 999-3456
Fax: (800) 999-3551
Web: http://www.edcogroupinc.com/
Confidentiality Notice: The information contained in this e-mail message (including any attachments) may contain confidential and privileged information, and is for the sole use of the intended recipient(s). If you are not the intended recipient, any unauthorized review, use, or disclosure or distribution is strictly prohibited. If you have received this message in error, please notify the sender by replying to this e-mail message or by telephone at (800) 999-3456 and permanently destroy all copies of the original message (including any attachments), along with any reply, and delete them from your system.
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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
EDCO Group, Inc.
Phone: (800) 999-3456
Fax: (800) 999-3551
Web: http://www.edcogroupinc.com/
Confidentiality Notice: The information contained in this e-mail message (including any attachments) may contain confidential and privileged information, and is for the sole use of the intended recipient(s). If you are not the intended recipient, any unauthorized review, use, or disclosure or distribution is strictly prohibited. If you have received this message in error, please notify the sender by replying to this e-mail message or by telephone at (800) 999-3456 and permanently destroy all copies of the original message (including any attachments), along with any reply, and delete them from your system.
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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
|
|
|
Back to top |
|
|
MPeace at edcogroupinc... Guest
|
Posted: Tue Aug 25, 2009 4:03 pm Post subject: [Freeswitch-users] Moved Freeswitch to new subnet. |
|
|
That was it! I had been try to setup the conference java script example and I made an error in the conference-conf.xml. Thanks a lot to everyone!
Can somebody point me in the right direction to get my new T-1 taking to the Sangoma A101?
I have it installed and setup the Wanpipe driver off their site.
When I issue a wanrouter status it shows connected, an ifconfig shows RX and TX packets incrementing on the w1g1 interface.
This is the spec on the phone line:
LD T1 with ISDN, ESF, B8ZS, DTMF, ASCENDING HUNTING, PSEUDO ANI 417-862-4351, REAL TIME ANI, COS US 50 CA,
AND TO ADD 10 8XX #S TO POINT AT THE DS1 WITH NO DNIS.
Thanks again!
Mike
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Mathieu Rene
Sent: Tuesday, August 25, 2009 2:45 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
It means you have an error in your XML configuration. You can open /usr/local/freeswitch/log/freeswitch.xml.fsxml to figure out where it is (but do not modify this file, as it is generated from all the other xml files).
Mathieu Rene
Avant-Garde Solutions Inc
Office: + 1 (514) 664-1044 x100
Cell: +1 (514) 664-1044 x200
mrene@avgs.ca (mrene@avgs.ca)
On 25-Aug-09, at 3:41 PM, Mike Peace wrote:
OK,
Received a different error: Cannot Initialize [[error near line 294]: unclosed <!--]
?
From: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org) [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] On Behalf Of Mathieu Rene
Sent: Tuesday, August 25, 2009 2:02 PM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
You can start it without the -nc switch and it'll stay active on the current terminal so you can look for any errors.
Just do:
/usr/local/freeswitch/bin/freeswitch
Mathieu Rene
Avant-Garde Solutions Inc
Office: + 1 (514) 664-1044 x100
Cell: +1 (514) 664-1044 x200
mrene@avgs.ca (mrene@avgs.ca)
On 25-Aug-09, at 2:58 PM, Mike Peace wrote:
It was started from the services configuration window first and I still get the error. I set the service not to load rebooted then ran it from the prompt as you suggested. It stated “3585 Backgrounding” I then ran ps –eaf from the prompt and that PID didn’t show up. Then when I attempted to run the fs_cli I received the same error as before [ERROR] libs/esl/fs_cli.c.639 main() Error Connecting [Socket Connection Error]
From: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org) [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] On Behalf Of Mathieu Rene
Sent: Tuesday, August 25, 2009 12:55 PM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
It means freeswitch is not running. You need to start it with /usr/local/freeswitch/bin/freeswitch -nc
@MikeJ: Nice bash scripting
Mathieu Rene
Avant-Garde Solutions Inc
Office: + 1 (514) 664-1044 x100
Cell: +1 (514) 664-1044 x200
mrene@avgs.ca (mrene@avgs.ca)
On 25-Aug-09, at 1:53 PM, Mike Peace wrote:
Ok, figured out from your post to load the FS-CLI in order to run the Sophia status Michael mentioned.
Now I get: [ERROR] libs/esl/fs_cli.c.639 main() Error Connecting [Socket Connection Error] when running ./fs_cli from a terminal window in /usr/local/freeswitch/bin where fs_cli is located.
Mike
From: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org) [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] On Behalf Of Michael Jerris
Sent: Tuesday, August 25, 2009 12:39 PM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
if you want to run that at your prompt instead of at the fs_cli you can do this:
function sofia() { fs_cli -x "$(echo "sofia $@")"; }
(thanks ray for the bash foo)
Mike
On Aug 25, 2009, at 1:04 PM, Mike Peace wrote:
I get a bash: sofia: command not found. Is there something I need to add to my config to use these commands?
From: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org) [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] On Behalf Of Michael Collins
Sent: Tuesday, August 25, 2009 10:55 AM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
Hmm... can you fire up FS and then do "sofia status" and tell us if the internal profile looks okay? Also, do "sofia status profile internal" and capture the output. Something fishy is going on...
-MC
Quote: |
Mike Peace
Network Analyst
EDCO, The Document People
Direct 417-447-3367
|
EDCO Group, Inc.
Phone: (800) 999-3456
Fax: (800) 999-3551
Web: http://www.edcogroupinc.com/
Confidentiality Notice: The information contained in this e-mail message (including any attachments) may contain confidential and privileged information, and is for the sole use of the intended recipient(s). If you are not the intended recipient, any unauthorized review, use, or disclosure or distribution is strictly prohibited. If you have received this message in error, please notify the sender by replying to this e-mail message or by telephone at (800) 999-3456 and permanently destroy all copies of the original message (including any attachments), along with any reply, and delete them from your system.
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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
EDCO Group, Inc.
Phone: (800) 999-3456
Fax: (800) 999-3551
Web: http://www.edcogroupinc.com/
Confidentiality Notice: The information contained in this e-mail message (including any attachments) may contain confidential and privileged information, and is for the sole use of the intended recipient(s). If you are not the intended recipient, any unauthorized review, use, or disclosure or distribution is strictly prohibited. If you have received this message in error, please notify the sender by replying to this e-mail message or by telephone at (800) 999-3456 and permanently destroy all copies of the original message (including any attachments), along with any reply, and delete them from your system.
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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
EDCO Group, Inc.
Phone: (800) 999-3456
Fax: (800) 999-3551
Web: http://www.edcogroupinc.com/
Confidentiality Notice: The information contained in this e-mail message (including any attachments) may contain confidential and privileged information, and is for the sole use of the intended recipient(s). If you are not the intended recipient, any unauthorized review, use, or disclosure or distribution is strictly prohibited. If you have received this message in error, please notify the sender by replying to this e-mail message or by telephone at (800) 999-3456 and permanently destroy all copies of the original message (including any attachments), along with any reply, and delete them from your system.
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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
EDCO Group, Inc.
Phone: (800) 999-3456
Fax: (800) 999-3551
Web: http://www.edcogroupinc.com/
Confidentiality Notice: The information contained in this e-mail message (including any attachments) may contain confidential and privileged information, and is for the sole use of the intended recipient(s). If you are not the intended recipient, any unauthorized review, use, or disclosure or distribution is strictly prohibited. If you have received this message in error, please notify the sender by replying to this e-mail message or by telephone at (800) 999-3456 and permanently destroy all copies of the original message (including any attachments), along with any reply, and delete them from your system. |
|
Back to top |
|
|
msc at freeswitch.org Guest
|
Posted: Tue Aug 25, 2009 5:16 pm Post subject: [Freeswitch-users] Moved Freeswitch to new subnet. |
|
|
Quote: |
Can somebody point me in the right direction to get my new T-1 taking to the Sangoma A101?
| Are you using PRI or just a 24 channel T1, aka CAS or RBS? Check out this page for some handy information:
http://wiki.freeswitch.org/wiki/OpenZAP
-MC
P.S. - If you join #openzap and/or #freeswitch on irc.freenode.net you can usually get real-time help with most of these questions. |
|
Back to top |
|
|
MPeace at edcogroupinc... Guest
|
Posted: Tue Aug 25, 2009 7:23 pm Post subject: [Freeswitch-users] Moved Freeswitch to new subnet. |
|
|
I have looked at that but I am confused on which files need to be edited. Since I have already installed in Wanpipe mode with the Sangoma card I skipped straight to the Wanpipe section. It mentions setting the [span wanpie PRI_1] etc in the openzap.conf then further down it mentions editing the autoload_configs/openzap.conf.xml with a completely different format of config.
Are these the same file? If not where does the first one mentioned reside?
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Michael Collins
Sent: Tuesday, August 25, 2009 5:00 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
Quote: |
Can somebody point me in the right direction to get my new T-1 taking to the Sangoma A101?
|
Are you using PRI or just a 24 channel T1, aka CAS or RBS? Check out this page for some handy information:
http://wiki.freeswitch.org/wiki/OpenZAP
-MC
P.S. - If you join #openzap and/or #freeswitch on irc.freenode.net you can usually get real-time help with most of these questions.
EDCO Group, Inc.
Phone: (800) 999-3456
Fax: (800) 999-3551
Web: http://www.edcogroupinc.com/
Confidentiality Notice: The information contained in this e-mail message (including any attachments) may contain confidential and privileged information, and is for the sole use of the intended recipient(s). If you are not the intended recipient, any unauthorized review, use, or disclosure or distribution is strictly prohibited. If you have received this message in error, please notify the sender by replying to this e-mail message or by telephone at (800) 999-3456 and permanently destroy all copies of the original message (including any attachments), along with any reply, and delete them from your system. |
|
Back to top |
|
|
msc at freeswitch.org Guest
|
Posted: Wed Aug 26, 2009 3:09 am Post subject: [Freeswitch-users] Moved Freeswitch to new subnet. |
|
|
Quote: |
I have looked at that but I am confused on which files need to be edited. Since I have already installed in Wanpipe mode with the Sangoma card I skipped straight to the Wanpipe section. It mentions setting the [span wanpie PRI_1] etc in the openzap.conf then further down it mentions editing the autoload_configs/openzap.conf.xml with a completely different format of config.
Are these the same file? If not where does the first one mentioned reside?
| These are two different files. The openzap.conf file is in the freeswitch/conf directory. It is for configuring OZ to talk to the Sangoma card. The openzap.conf.xml file is for configuring the actual openzap module in FreeSWITCH.
The specs you listed on the T1 you have indicate that it's a PRI. However, you need to know which protocol, like NI2 or DMS. Have you ever done a PRI turn up? Who is the carrier?
-MC |
|
Back to top |
|
|
MPeace at edcogroupinc... Guest
|
Posted: Wed Aug 26, 2009 9:07 am Post subject: [Freeswitch-users] Moved Freeswitch to new subnet. |
|
|
I found and edited openzap.cong file, the openzap.conf.xml file is in the correct dir but the only example I can find is for a Euro E1 setup not a US T1. I
I have turned up data T1 circuits for WAN links before but not telco stuff. The provider is Qwest, I’ll have to ask about the NI2 , DMS question.
Mike
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Michael S Collins
Sent: Wednesday, August 26, 2009 3:02 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
Quote: |
I have looked at that but I am confused on which files need to be edited. Since I have already installed in Wanpipe mode with the Sangoma card I skipped straight to the Wanpipe section. It mentions setting the [span wanpie PRI_1] etc in the openzap.conf then further down it mentions editing the autoload_configs/openzap.conf.xml with a completely different format of config.
Are these the same file? If not where does the first one mentioned reside?
|
These are two different files. The openzap.conf file is in the freeswitch/conf directory. It is for configuring OZ to talk to the Sangoma card. The openzap.conf.xml file is for configuring the actual openzap module in FreeSWITCH.
The specs you listed on the T1 you have indicate that it's a PRI. However, you need to know which protocol, like NI2 or DMS. Have you ever done a PRI turn up? Who is the carrier?
-MC |
|
Back to top |
|
|
MPeace at edcogroupinc... Guest
|
Posted: Wed Aug 26, 2009 9:34 am Post subject: [Freeswitch-users] Moved Freeswitch to new subnet. |
|
|
Ok it is NI2 according to Qwest,
Mike Peace
Network Analyst
EDCO, The Document People
Direct 417-447-3367
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Mike Peace
Sent: Wednesday, August 26, 2009 8:58 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
I found and edited openzap.cong file, the openzap.conf.xml file is in the correct dir but the only example I can find is for a Euro E1 setup not a US T1. I
I have turned up data T1 circuits for WAN links before but not telco stuff. The provider is Qwest, I’ll have to ask about the NI2 , DMS question.
Mike
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Michael S Collins
Sent: Wednesday, August 26, 2009 3:02 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
Quote: |
I have looked at that but I am confused on which files need to be edited. Since I have already installed in Wanpipe mode with the Sangoma card I skipped straight to the Wanpipe section. It mentions setting the [span wanpie PRI_1] etc in the openzap.conf then further down it mentions editing the autoload_configs/openzap.conf.xml with a completely different format of config.
Are these the same file? If not where does the first one mentioned reside?
|
These are two different files. The openzap.conf file is in the freeswitch/conf directory. It is for configuring OZ to talk to the Sangoma card. The openzap.conf.xml file is for configuring the actual openzap module in FreeSWITCH.
The specs you listed on the T1 you have indicate that it's a PRI. However, you need to know which protocol, like NI2 or DMS. Have you ever done a PRI turn up? Who is the carrier?
-MC |
|
Back to top |
|
|
MPeace at edcogroupinc... Guest
|
Posted: Wed Aug 26, 2009 11:27 am Post subject: [Freeswitch-users] Moved Freeswitch to new subnet. |
|
|
OK I edited the openzap.conf and the open.conf.xml and added the gateway info from the Wiki for dilaing out through a gateway. Still no love but I also noticed this when starting Freeswitch:
2009-08-26 11:04:53 [CRIT] switch_loadable_module.c:839 switch_loadable_module_load_file() Error Loading module /usr/local/freeswitch/mod/mod_openzap.so
**/usr/local/freeswitch/mod/mod_openzap.so: cannot open shared object file: No such file or directory**
Sure enough the openzap.so is not there, does the fact I used the "wanpipe mode" have anything to do with this ? I have searched the drive and it is not there.
________________________________________
From: freeswitch-users-bounces@lists.freeswitch.org [freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Mike Peace [MPeace@edcogroupinc.com]
Sent: Wednesday, August 26, 2009 8:58 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
I found and edited openzap.cong file, the openzap.conf.xml file is in the correct dir but the only example I can find is for a Euro E1 setup not a US T1. I
I have turned up data T1 circuits for WAN links before but not telco stuff. The provider is Qwest, I’ll have to ask about the NI2 , DMS question.
Mike
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Michael S Collins
Sent: Wednesday, August 26, 2009 3:02 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Moved Freeswitch to new subnet.
I have looked at that but I am confused on which files need to be edited. Since I have already installed in Wanpipe mode with the Sangoma card I skipped straight to the Wanpipe section. It mentions setting the [span wanpie PRI_1] etc in the openzap.conf then further down it mentions editing the autoload_configs/openzap.conf.xml with a completely different format of config.
Are these the same file? If not where does the first one mentioned reside?
These are two different files. The openzap.conf file is in the freeswitch/conf directory. It is for configuring OZ to talk to the Sangoma card. The openzap.conf.xml file is for configuring the actual openzap module in FreeSWITCH.
The specs you listed on the T1 you have indicate that it's a PRI. However, you need to know which protocol, like NI2 or DMS. Have you ever done a PRI turn up? Who is the carrier?
-MC
=-=-=-=-=-=-=-=-=-=-=-=-=-=-EDCO Group, Inc.
Phone: (800) 999-3456
Fax: (800) 999-3551
Web: http://www.edcogroupinc.com/
Confidentiality Notice: The information contained in this e-mail message (including any attachments) may contain confidential and privileged information, and is for the sole use of the intended recipient(s). If you are not the intended recipient, any unauthorized review, use, or disclosure or distribution is strictly prohibited. If you have received this message in error, please notify the sender by replying to this e-mail message or by telephone at (800) 999-3456 and permanently destroy all copies of the original message (including any attachments), along with any reply, and delete them from your system.
_______________________________________________
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 |
|
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
|