Re: [Freeswitch-users] Trapping dtmf on bridged call

2009-12-07 Thread Pete Mueller
quot;**" hitting a single "*" would active it. Kind of a hack, but if no one comes up with a more elegant way, I could provide a .patch file that did the necessary changes. I'd love an all-LUA method, or something that could use an existing InputCallback routine, but this

Re: [Freeswitch-users] XMPP (mod_dingaling) for Event s/Messaging

2009-09-26 Thread Pete Mueller
t will create a channel.  In my case I want to send/receive a message to/from the user freeswitch registered without a call being placed.Unless, during the registration, FS created a UUID for the open XMPP connection, in which case how would I find that UUID?-pete Original Message -

[Freeswitch-users] XMPP (mod_dingaling) for Event s/Messaging

2009-09-25 Thread Pete Mueller
appreciated.-pete ___ 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] skill-based ACD

2009-09-17 Thread Pete Mueller
ul to create a section of the FS Jira for larger projects like this as well as some of the bounty projects listed in the wiki, as a means of collaberation.  That way we can aggregate requirements from many people.    -pete     Original Message Subject: Re: [Freeswitch-users] skill-b

Re: [Freeswitch-users] FreeSWITCH HA + Loadbalancing

2009-08-31 Thread Pete Mueller
o fund all/part of it.  Other are just content with getting the job done.  I offer my help in this area if the devs are interested in exploring this style of fund raising.  -pete Original Message Subject: Re: [Freeswitch-users] FreeSWITCH HA + Loadbalancing From: Raimund Sach

Re: [Freeswitch-users] Troubles build with mod_cepstral

2009-08-30 Thread Pete Mueller
I received a similar error trying to compile cepstral on a 64-bit OS.  I don't think Cepstral supports 64-bit, as the SDK is 32-bit.-pete Original Message Subject: Re: [Freeswitch-users] Troubles build with mod_cepstral From: Max Bridgewater Date: Sun, August 30, 2009 11:

Re: [Freeswitch-users] FreeSWITCH HA + Loadbalancing

2009-08-29 Thread Pete Mueller
significant and cost a LOT more.  I like the idea about the complete custom chassis.  I hadn't considered that due to my thinking it would be expensive.  Sounds like it's worth a look.  As we consider creating an appliance offering, this may become more important.-pete Original Me

Re: [Freeswitch-users] FreeSWITCH HA + Loadbalancing

2009-08-29 Thread Pete Mueller
ility, OpenSIPS was our choice.  There's a very nice tutorial on their website on how to configure Load Balancing.-pete Original Message Subject: Re: [Freeswitch-users] FreeSWITCH HA + Loadbalancing From: "Pete Mueller" Date: Sat, August 29, 2009 2:25 pm

Re: [Freeswitch-users] FreeSWITCH HA + Loadbalancing

2009-08-29 Thread Pete Mueller
s do not drop, but I will stress that I'm only running test cases at this time, I am not using real world traffic.Once I figure it all out, I'll report it here.-pete Original Message Subject: Re: [Freeswitch-users] FreeSWITCH HA + Loadbalancing From: Michael Collins Date:

Re: [Freeswitch-users] VoiceMail transcription

2009-08-10 Thread Pete Mueller
just transcribe the whole thing, or fix up what the computer spit out.  If you have any insights on this, that would be great.-pete Original Message Subject: Re: [Freeswitch-users] VoiceMail transcription From: David Knell Date: Mon, August 10, 2009 11:51 am To: f

[Freeswitch-users] VoiceMail transcription

2009-08-10 Thread Pete Mueller
s for any help-pete ___ 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] Lua on Windows and additional modules

2009-08-06 Thread Pete Mueller
I believe you need to set LUA_PATH, here's more information:http://www.lua.org/pil/8.1.html-pete Original Message Subject: [Freeswitch-users] Lua on Windows and additional modules From: Vladimir Rodionov Date: Thu, August 06, 2009 5:55 pm To: freeswitch-

Re: [Freeswitch-users] Lua Script Return Value & mod_xmlrpc

2009-08-06 Thread Pete Mueller
Yes, you can use the stream global object.   example:   local api = freeswitch.API();   local reply = api:execute("originate", someRoute);   if (reply) then  stream:write("RESULT: " .. reply .. "\n");   else  stream:write("ERROR")   end Original Message Subject: [Freeswi

Re: [Freeswitch-users] Multiple DIDs per SIP trunk (how t o configure?)

2009-08-05 Thread Pete Mueller
en performs a lookup for the extension to route to.If you would like a copy of my switchboard script I can provide it to you in a PM.-pete Original Message Subject: Re: [Freeswitch-users] Multiple DIDs per SIP trunk (how to configure?) From: Vladimir Rodionov Date: Wed, August 05,

Re: [Freeswitch-users] Confusing handling of incoming calls

2009-07-22 Thread Pete Mueller
before beginning my logic, I can avoid that. Original Message Subject: Re: [Freeswitch-users] Confusing handling of incoming calls From: Rupa Schomaker Date: Wed, July 22, 2009 6:04 am To: freeswitch-users@lists.freeswitch.org On Wed, Jul 22, 2009 at 5:11 AM, Pete Mueller &l

Re: [Freeswitch-users] Confusing handling of incoming calls

2009-07-22 Thread Pete Mueller
dialplan would be a mess.  AFTER I know what gateway the call arrived on, I have a database for each gateway that helps me process from there.2) Yes, separate profiles would work, but does sound gross.  I'm going to swap my ports around and see if that clears things up... -pete Ori

[Freeswitch-users] Confusing handling of incoming calls

2009-07-21 Thread Pete Mueller
I have two different gateways setup on my server.  One with FlowRoute (which uses SIP REGISTER) and one with bandwidth.com (which does not).  I can send and receive from both gateways, but the dialplan processing seems to be confused.  Calls from bandwidth do not respect the "Extension" param in th

Re: [Freeswitch-users] Which GSM gateway to buy?

2009-06-16 Thread pete
I did a fair amount of research into GSM gateways about 8 months ago.  I should first ask what are you looking to do with the gateway?-pete Original Message Subject: [Freeswitch-users] Which GSM gateway to buy? From: Diego Viola Date: Tue, June 16, 2009 2:39 pm To: freeswitch

Re: [Freeswitch-users] text to speech IVRs and MOH

2009-05-22 Thread pete
: freeswitch-users@lists.freeswitch.org Thanks guys for a detailed reply specially pete. On Tue, May 19, 2009 at 7:31 PM, Peter P GMX <prometheus...@gmx.net> wrote: Thanks for this overwiev.One question: How does this compare to Cepstral TTS?Best regards Peterp...@privateconnect.com schrieb:

Re: [Freeswitch-users] text to speech IVRs and MOH

2009-05-19 Thread pete
s, and that is a completely subjective decision.-pete Original Message Subject: [Freeswitch-users] text to speech IVRs and MOH From: Saeed Ahmad Date: Tue, May 19, 2009 12:40 am To: freeswitch-users@lists.freeswitch.org Hi all,   Could you guys recommend me any online text to s

Re: [Freeswitch-users] help with mod_conference stability

2009-05-14 Thread pete
handy benefit for LUA, you can configure LUA scripts to run at switch startup to perform tasks (like a cron system) within the switch core.  -pete Original Message Subject: Re: [Freeswitch-users] help with mod_conference stability From: Brian West Date: Thu, May 14, 2009 10:31

Re: [Freeswitch-users] Detecting DTMF during a bridged call

2009-04-18 Thread pete
I looked at bind_meta_app, unfortunately, it requires a two character sequence.  My requirement is to break the call on a single key press (either the "*" key, or ANY key press would be acceptable)-pete Original Message Subject: Re: [Freeswitch-users] Detecting DTM

[Freeswitch-users] Detecting DTMF during a bridged call

2009-04-17 Thread Pete Mueller
ources. However, if the actual resource usage for conference vs. bridge isn't really noticeable, then maybe conference is the way to go. I thought I figured out how to do this one day, but now I can't remember how J -pete ___ Freesw

Re: [Freeswitch-users] Issues detecting DTMF tones

2009-04-17 Thread pete
d for hours at a time, and then everything goes back to normal.  Thanks for your help-pete--- BEGIN SCRIPT ---function cbPIN(ses, type, data, arg)   if (type == "dtmf") then    freeswitch.consoleLog("info", "DIGIT: " .. data.digit)    local d = ses:getVariable(

Re: [Freeswitch-users] Issues detecting DTMF tones

2009-04-17 Thread pete
time, and then everything goes back to normal.  Thanks for your help-pete--- BEGIN SCRIPT ---function cbPIN(ses, type, data, arg)  if (type == "dtmf") then    freeswitch.consoleLog("info", "DIGIT: " .. data.digit)    local d = ses:getVariable("private_digits&quo

[Freeswitch-users] Issues detecting DTMF tones

2009-04-16 Thread Pete Mueller
session:setInputCallback() to receive tones, did not test with playAndGetDigits() Thanks for any help. -pete ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http

Re: [Freeswitch-users] Playback loop and Playback on Parked Call

2008-08-26 Thread Pete Kay
Hi, If I have different audio tracks that I would like to loop through, does it mean I need different folder for each? Moreover, if I loop through different folders, does it mean freeswitch would start multiple "player" and consume resources ineffectively as the audio is probably played only for

Re: [Freeswitch-users] clustered freeswitch

2008-06-23 Thread Pete Kay
all that reaches the other boxes? I don't totally understand how to "distribute the PARKed calls to satellite machines"... Thanks for your advice. Regards, Pete ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.or

[Freeswitch-users] deploying freeswitch

2008-06-22 Thread Pete Kay
ow to best approach this problem? Thanks in advance for your help. Best Regards, Pete ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.free

Re: [Freeswitch-users] Help Creating an Inbound Profile for DIDWW

2008-05-28 Thread Pete Kay
, please kindly donate the bounty to the Freeswitch project. Thanks, Pete On Wed, May 28, 2008 at 11:26 AM, Klaus Teller <[EMAIL PROTECTED]> wrote: > Hi Folks, > > I have 30$ bounty for the following task. I want a FS profile to support > DIDWW. I intend to use Les.net for outbound c

[Freeswitch-users] Sending Out Event from JS

2008-04-27 Thread Pete Kay
Then, I filtered on all the events, but I can't find anything that has the text "main", "menu", "custom" or "message". I am wondering if my code has bug or I was not looking at the right place in my event log. Could someone

[Freeswitch-users] Having problem sending and receiving faxes

2008-04-26 Thread Pete Kay
BUG from sofia/default/ [EMAIL PROTECTED]:5060 Can someone please kindly tell me what the problem could be and how can I fix it? Thanks alot for all you kind input. Best Regards, Pete ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswi

[Freeswitch-users] Question about socket client

2008-04-24 Thread Pete Kay
" command, but it giving ERR. So, which uuid should I be using? Thank you in advance for your kind inputs. Regards, Pete ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/fr

Re: [Freeswitch-users] voicemail problem

2008-04-23 Thread Pete Kay
#x27;); $xmlw -> writeAttribute('id', $_REQUEST['sip_auth_username']); So, it seems like in voice mail main, those data are passed in as "". That is why I want to use the "auth ..." option to check vm, but I can't get "auth" to work. Any

[Freeswitch-users] voicemail problem

2008-04-23 Thread Pete Kay
: Since I am using the user 1005 to dial in, so userid and password should work, otherwise, I won't be able to login to dial the number. Any inputs will be greatly appreciated. Regards, Pete ___ Freeswitch-users mailing list Freeswitch-

[Freeswitch-users] Calling Queue Implementation

2008-04-22 Thread Pete Kay
fetch the first user from the queue (using fifo out ) ? How is it possible for the agent's phone to ring automatically when a user is added to the queue? If someone can show me with an example, it will be greatly appreciated. Regards,

[Freeswitch-users] Please give suggestion on determining if a DTMF is valid

2008-04-21 Thread Pete Kay
not good. Is there any good way to search for an element within a resultset? Thank you in advance for your input. Regards, Pete ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswi

[Freeswitch-users] seek suggestion on TTS option

2008-04-20 Thread Pete Kay
play the wav file In a highly-loaded environment, which option would be preferable considering speed and efficiency? Is there other better option? Any input will be greatly appreciated. Thanks, Pete ___ Freeswitch-users mailing list Freeswitch-users

[Freeswitch-users] storing voicemessage and greeting in DB

2008-04-20 Thread Pete Kay
working under a load balancing situation? Thanks in advance for your input. Thanks, Pete ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http

Re: [Freeswitch-users] Hangup and sound question

2008-04-20 Thread Pete Kay
find the place to change it since it is a standard feature. The other question is about TTS engine. I just want to know what is the best way to play media coming out of my own TTS engine? Thank you very much for all your help in answering my questions. Regards, Pete On Sun, Apr 20, 2008 at

[Freeswitch-users] Hangup and sound question

2008-04-20 Thread Pete Kay
Hi, I two a few questions about hangup and sounds: 1. In my dialplan, I have After it play the call-back-later marco, it then goes on to play the "The extension you are dialing is unavailable..." even I have specified the HANGUP application.

[Freeswitch-users] voicemail_mod and spidermokey_odbc users

2008-04-19 Thread Pete Kay
() Error loading ODBC 2008-04-20 03:15:09 [ERR] switch.js:7 mod_spidermonkey() ReferenceError: ODBC is not defined Thank you very much for your kind help and input. Regards, Pete ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.

Re: [Freeswitch-users] few problems when running the sample voicemail.js

2008-04-18 Thread Pete Kay
he etpan? Will the voicemail.js work without it? Is etpan needed and how to get it to work? I can't find the module etpan. Thanks alot. Pete On Fri, Apr 18, 2008 at 10:05 PM, Brian West <[EMAIL PROTECTED]> wrote: > This is a huge clue.. check permissions. > /b > > On Ap

[Freeswitch-users] Question with marco speak

2008-04-18 Thread Pete Kay
008-04-19 03:40:20 [DEBUG] inc_logger.js:6 console_log() >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> session.streamFile rtn=[undefined] >>>>>>>>> undefined What did I do wrong? Thanks in ad

[Freeswitch-users] few problems when running the sample voicemail.js

2008-04-18 Thread Pete Kay
t; account dir = /var/spool/freeswitch/1 >>>>>>>>> undefined 2008-04-19 03:26:28 [ERR] answermachine.js:52 mod_spidermonkey() Error: File operation mkdir failed Thank you very much for your inputs. Regards, Pete _

Re: [Freeswitch-users] Question with curl_xml

2008-04-18 Thread Pete Kay
:29:38 [DEBUG] switch_core_state_machine.c:65 switch_core_standard_on_ring() Standard RING sofia/default/ [EMAIL PROTECTED]:5060 2008-04-19 01:29:38 [INFO] mod_dialplan_xml.c:223 dialplan_hunt() Processing 1001->[EMAIL PROTECTED] Any inputs will be greatly appreciated. Regards, P

Re: [Freeswitch-users] Question with curl_xml

2008-04-18 Thread Pete Kay
Hi, >From the debug file created by fs , I can see the response as follows: But it still does not authenticate my user. Why? I have checked the format which is same as the one in the wiki doc. Thanks, P

[Freeswitch-users] multi-language voice

2008-04-18 Thread Pete Kay
Hi, I have a questions about multi-language voice support in FS. How to I add a new module such as mod_fr.so? I can make the necessary wav files, but how to create the modules? Thank you very much for your inputs. Regards Pete ___ Freeswitch-users

Re: [Freeswitch-users] Question with curl_xml

2008-04-17 Thread Pete Kay
am suspecting that the info pass is not sufficient for generating the directory xml. Is there anyway to see the HTTP request and response from the console? I turned on curl_xml debug_on but still it does not show. Any inputs will be greatly appreciated. Thanks, Pete On Fri, Apr 18, 2008 at 2:28 PM

[Freeswitch-users] Question with curl_xml

2008-04-17 Thread Pete Kay
62d8d5f9cd7e&sip_auth_method=REGISTER&key=id&user=1007&domain=192.168.1.104&ip= 192.168.1.103] I think this may just be a very minor error in my setup. Can someone please tell me what I did wrong? Thank you very much in advance for your help. Pete __

Re: [Freeswitch-users] newbie dialplan question

2008-04-17 Thread Pete Kay
) calling sip client ( 1004) results in 1001-> 1004/public wherease sip client ( 1004) calling xLite ( 1001) results in 1004->1001/default Don't know why. The setting was default. Thanks for your help in taking a look. Pete On Fri, Apr 18, 2008 at 1:51 PM, Brian West <[EMAIL PROTECT

Re: [Freeswitch-users] newbie dialplan question

2008-04-17 Thread Pete Kay
read() Close Channel sofia/default/ [EMAIL PROTECTED]:5061 [CS_HANGUP] 2008-04-18 08:53:16 [DEBUG] sofia.c:219 sofia_event_callback() event [nua_r_refer] status [408][Request Timeout] session: n/a Thanks for your help. Regards, Pete ___ Freeswitch-users

Re: [Freeswitch-users] newbie dialplan question

2008-04-17 Thread Pete Kay
Hi, I comment the line at default.xml But, it still does not work. 2008-04-18 07:38:32 [INFO] mod_dialplan_xml.c:223 dialplan_hunt() Processing 1002->[EMAIL PROTECTED] 2008-04-18 07:38:32 [INFO] switch_ivr_async.c:1357 switch_ivr_bind_dtmf_meta_session() Bound: 1 execute_extension::

Re: [Freeswitch-users] Need help with a gateway problem

2008-04-17 Thread Pete Kay
Hi, I created another callwithus.xml under outbound and it is working now. Thanks alot. Pete On Thu, Apr 17, 2008 at 11:27 PM, UV <[EMAIL PROTECTED]> wrote: > Try: > > Sofia status gateway callwithus > > > > (maybe someone should add this to the wiki page > h

Re: [Freeswitch-users] newbie dialplan question

2008-04-17 Thread Pete Kay
Hi Brian, What is the difference between $$ and $ in FS? Thanks, Pete On Thu, Apr 17, 2008 at 11:11 PM, Brian West <[EMAIL PROTECTED]> wrote: > You could also use user/[EMAIL PROTECTED] > > in addition you could do sofia/$${domain}/${dialed_ext} > > /b > > > >

Re: [Freeswitch-users] newbie dialplan question

2008-04-17 Thread Pete Kay
Hi, When I do reloadxml, I keep on getting this error: [EMAIL PROTECTED]> reloadxml Error including /usr/local/freeswitch/conf/dialplan/extensions/*.xml API CALL [reloadxml()] output: Is this another bug in the sample files? If so , how do i fix it? Thanks, P

Re: [Freeswitch-users] Need help with a gateway problem

2008-04-17 Thread Pete Kay
lease help me so I get get started with FS. Thanks, Pete On Thu, Apr 17, 2008 at 10:48 PM, UV <[EMAIL PROTECTED]> wrote: > Try this instead: > > > > > -- > > *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *P

[Freeswitch-users] Need help with a gateway problem

2008-04-17 Thread Pete Kay
Hi, I am still not yet able to get one sip phone to call the other due to the problem I posted. So, I used the working sip client to try to call an outside number by setting up a gateway. I tried to set up fastswitch to route call to my voip provider, I am getting channel error but can't know wh

[Freeswitch-users] newbie dialplan question

2008-04-17 Thread Pete Kay
I can debug the config easier? Thanks alot for all your inputs and help. Regards, Pete ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.fre

Re: [Freeswitch-users] Question about installing freeswitch - SOLVED

2008-04-16 Thread Pete Kay
Hi, I made a silly mistake. The problem was solved. Please ignore. Thanks. Regards, Pete On Thu, Apr 17, 2008 at 12:38 PM, Pete Kay <[EMAIL PROTECTED]> wrote: > Hi, > > I followed the online installation but when I executed, make sure or > make moh, I am getting th

[Freeswitch-users] Question about installing freeswitch

2008-04-16 Thread Pete Kay
oblem? My installation procedure is exactly same as the freeswitch wiki. Thanks, Pete ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitc

[Freeswitch-users] Freeswitch with Hylafax and Freeswitch with E1

2008-04-16 Thread Pete Kay
much in advance for your inputs. Regards, Pete ___ 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

Re: [Freeswitch-users] What is Freeswitch equivalent of Asterisk AMI and Realtime

2008-04-16 Thread Pete Kay
-time does? Thanks alot for your inputs. Regards, Pete On Thu, Apr 17, 2008 at 12:48 AM, Brian West <[EMAIL PROTECTED]> wrote: > > On Apr 16, 2008, at 11:44 AM, Pete Kay wrote: > > > Hi, > > > > I have studied the Freeswitch doc and can't find any info r

Re: [Freeswitch-users] Asterisk vs. Freeswitch - added question

2008-04-16 Thread Pete Kay
the above three options, which one is more preferable in terms of scalability? If Freeswitch is used, is Operser still needed? Thanks alot in advance for your input. Thanks, Pete On Wed, Apr 16, 2008 at 11:29 PM, Daniel Hefti <[EMAIL PROTECTED]> wrote: > It's ok, I had an idea

[Freeswitch-users] What is Freeswitch equivalent of Asterisk AMI and Realtime

2008-04-16 Thread Pete Kay
k AMI-equivalent feature in Freeswitch? What is that called? Thanks for your input. Pete ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE

Re: [Freeswitch-users] Asterisk vs. Freeswitch - what about functionality

2008-04-16 Thread Pete Kay
inputs on this regards? Thanks, Pete ___ 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

[Freeswitch-users] Asterisk vs. Freeswitch

2008-04-16 Thread Pete Kay
Freeswitch better than Asterisk in terms of functionality, ease-of-maintain, and ease-of-use? Thanks alot in advance for your inputs. Pete ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo

Re: [Freeswitch-users] Freeswitch and Openser

2008-04-11 Thread Pete Kay
switch, should I be using it to replace Openser or part of the routing that is done by Asterisk? Thanks alot for your inputs. Pete On Fri, Apr 11, 2008 at 6:56 AM, David Knell <[EMAIL PROTECTED]> wrote: > Hi Pete, > > Tell us a bit more about your application, and we'll be b

[Freeswitch-users] Freeswitch and Openser

2008-04-11 Thread Pete Kay
share with me? Thank you very much for your input. Best Regards, Pete ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman