[Freeswitch-users] FreeTDM configuration

ashish gautam gautamashish09 at gmail.com
Thu Mar 14 12:29:00 MSK 2013


Hi Michael,

I get this error
"
2013-03-14 12:33:19.476237 [NOTICE] switch_ivr_originate.c:2636 Cannot
create outgoing channel of type [freetdm] cause: [DESTINATION_OUT_OF_ORDER]
2013-03-14 12:33:19.476237 [DEBUG] switch_ivr_originate.c:3601 Originate
Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER]
"


On Thu, Mar 14, 2013 at 12:19 PM, <
freeswitch-users-request at lists.freeswitch.org> wrote:

> Send FreeSWITCH-users mailing list submissions to
>         freeswitch-users at lists.freeswitch.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> or, via email, send a message with subject or body 'help' to
>         freeswitch-users-request at lists.freeswitch.org
>
> You can reach the person managing the list at
>         freeswitch-users-owner at lists.freeswitch.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of FreeSWITCH-users digest..."
>
> Today's Topics:
>
>    1. FreeTDM configuration (ashish gautam)
>    2. Re: SaltStack + deployment techniques (Gabriel Gunderson)
>    3. Re: Recording channels input and output voice in two separate
>       files. (Michael Collins)
>    4. Re: FreeTDM configuration (Michael Collins)
>    5. Re: SaltStack + deployment techniques (Henry Huang)
>    6. Re: Recording channels input and output voice in two separate
>       files. (Nikhitha)
>
>
> ---------- Forwarded message ----------
> From: ashish gautam <gautamashish09 at gmail.com>
> To: freeswitch-users at lists.freeswitch.org
> Cc:
> Date: Thu, 14 Mar 2013 10:47:06 +0530
> Subject: [Freeswitch-users] FreeTDM configuration
> Hi,
>
> I have setup freetdm-dahdi-libpri stack. When I run ftdm list command it
> does not show any output. I guess the channels have not been configured
> properly. I am not able to figure out what is happening. Please help me
> out.
>
> I am using a Digium single span E1 card. Dahdi and libpri have been
> properly installed and are working fine.
>
> --
> REGARDS
> ============================================
> *Ashish Gautam*
> (+918802865008)
>
>
>
> ---------- Forwarded message ----------
> From: Gabriel Gunderson <gabe at gundy.org>
> To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
> Cc:
> Date: Wed, 13 Mar 2013 23:47:58 -0600
> Subject: Re: [Freeswitch-users] SaltStack + deployment techniques
> On Wed, Mar 13, 2013 at 7:59 AM, Cal Leeming [Simplicity Media Ltd]
> <cal.leeming at simplicitymedialtd.co.uk> wrote:
> > I'm still not entirely happy with the overall procedure and always
> looking
> > for new/better ways to improve it.. but SaltStack is a clear winner,
> leaving
> > puppet/chef in it's dust.
>
> Sounds like you're getting close to being happy :)
>
> When we do some Salt Modules and States specific to OpenSIP and
> FreeSWITCH, we'll be sure to open source them.
>
> Happy hacking!
>
>
> Gabe
>
>
>
>
> ---------- Forwarded message ----------
> From: Michael Collins <msc at freeswitch.org>
> To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
> Cc:
> Date: Wed, 13 Mar 2013 22:50:42 -0700
> Subject: Re: [Freeswitch-users] Recording channels input and output voice
> in two separate files.
> You can use an api_hangup_hook to call system and do two sox commands:
>
> sox infile.wav outfile.left.wav remix 1
> sox infile.wav outfile.right.wav remix 2
>
> -MC
>
> On Wed, Mar 13, 2013 at 9:52 PM, Nikhitha <nikhitha.voxta at gmail.com>wrote:
>
>> Thanks for the reply...
>> In the path we are specifying the path where the recorded file should be
>> stored, here we are only specifying a single wav file path then how two
>> files will get recorded one as inbound and one as outbound??
>>
>>
>>
>> --
>> View this message in context:
>> http://freeswitch-users.2379917.n2.nabble.com/Recording-channels-input-and-output-voice-in-two-separate-files-tp7588582p7588607.html
>> Sent from the freeswitch-users mailing list archive at Nabble.com.
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> 
>> 
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://wiki.freeswitch.org
>> http://www.cluecon.com
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>
>
>
> --
> Michael S Collins
> Twitter: @mercutioviz
> http://www.FreeSWITCH.org
> http://www.ClueCon.com
> http://www.OSTAG.org
>
>
>
> ---------- Forwarded message ----------
> From: Michael Collins <msc at freeswitch.org>
> To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
> Cc:
> Date: Wed, 13 Mar 2013 22:54:10 -0700
> Subject: Re: [Freeswitch-users] FreeTDM configuration
> You need to look at the log output when mod_freetdm is being loaded. There
> are several ways to do that, but the quickest is probably just to rotate
> log files, restart freeswitch, then rotate log files again. You'll have a
> file like:
> freeswitch.log.2013-03-14-10-45-30.1
>
> Look in there for errors when mod_freetdm is loading. Sometimes those
> errors point out the obvious, like it can't find the card or the DAHDI
> drivers aren't loading/responding, etc.
>
> -MC
>
> On Wed, Mar 13, 2013 at 10:17 PM, ashish gautam <gautamashish09 at gmail.com>wrote:
>
>> Hi,
>>
>> I have setup freetdm-dahdi-libpri stack. When I run ftdm list command it
>> does not show any output. I guess the channels have not been configured
>> properly. I am not able to figure out what is happening. Please help me
>> out.
>>
>> I am using a Digium single span E1 card. Dahdi and libpri have been
>> properly installed and are working fine.
>>
>> --
>> REGARDS
>> ============================================
>> *Ashish Gautam*
>> (+918802865008)
>>
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> 
>> 
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://wiki.freeswitch.org
>> http://www.cluecon.com
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
>
>
> --
> Michael S Collins
> Twitter: @mercutioviz
> http://www.FreeSWITCH.org
> http://www.ClueCon.com
> http://www.OSTAG.org
>
>
>
> ---------- Forwarded message ----------
> From: Henry Huang <red.rain.seven at gmail.com>
> To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
> Cc:
> Date: Wed, 13 Mar 2013 23:36:27 -0700
> Subject: Re: [Freeswitch-users] SaltStack + deployment techniques
> It's the first time I hear about SaltStack. Can you briefly explain why is
> it better than Puppet or Chef. I would pick Chef out of the 2 because it's
> using Ruby natively and is being adapted by Amazon AWS. So if you ever need
> some kind of hybrid architecture to run production or development servers
> on AWS, you will spend minimal effort for deploying those given that you
> can reuse your Chef cookbooks.
>
> Henry
>
>
> On Wed, Mar 13, 2013 at 10:47 PM, Gabriel Gunderson <gabe at gundy.org>wrote:
>
>> On Wed, Mar 13, 2013 at 7:59 AM, Cal Leeming [Simplicity Media Ltd]
>> <cal.leeming at simplicitymedialtd.co.uk> wrote:
>> > I'm still not entirely happy with the overall procedure and always
>> looking
>> > for new/better ways to improve it.. but SaltStack is a clear winner,
>> leaving
>> > puppet/chef in it's dust.
>>
>> Sounds like you're getting close to being happy :)
>>
>> When we do some Salt Modules and States specific to OpenSIP and
>> FreeSWITCH, we'll be sure to open source them.
>>
>> Happy hacking!
>>
>>
>> Gabe
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> 
>> 
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://wiki.freeswitch.org
>> http://www.cluecon.com
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>
>
>
> ---------- Forwarded message ----------
> From: Nikhitha <nikhitha.voxta at gmail.com>
> To: freeswitch-users at lists.freeswitch.org
> Cc:
> Date: Wed, 13 Mar 2013 23:49:35 -0700 (PDT)
> Subject: Re: [Freeswitch-users] Recording channels input and output voice
> in two separate files.
> Without using sox ,do we have any thing that we can directly do with
> freeswitch to record them in seperate files?
>
>
>
> --
> View this message in context:
> http://freeswitch-users.2379917.n2.nabble.com/Recording-channels-input-and-output-voice-in-two-separate-files-tp7588582p7588613.html
> Sent from the freeswitch-users mailing list archive at Nabble.com.
>
>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>


-- 
REGARDS
============================================
*Ashish Gautam*
(+918802865008)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130314/f0a7d908/attachment-0001.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list