Re: [Freeswitch-users] Set disable-transcoding in dialplan

2009-09-03 Thread rod
Hi Michael, I did some tests but I haven't been successful, so there is what I'm trying to achieve: On A leg, my phone is using: PCMA and G729 (in this priority order) With PEER A, I want to use only G729 (thats is the only codec that this PEER support), so that the RTP flow will be:

Re: [Freeswitch-users] conference question

2009-09-03 Thread Christian Löschenkohl
thank you but we defined the conference with param name=caller-controls value=none/ so no keys should be available br On 2009-09-02 17:02, Andy Spitzer wrote: Woof! On Tue, 01 Sep 2009 18:52:01 -0400, Anthony Minessaleanthony.miness...@gmail.com wrote: there is no chance that you

[Freeswitch-users] stability problems

2009-09-03 Thread Christian Löschenkohl
hello we have regular (every 4-6 days) stability problems with freeswitch when the problme occurs - no registers are done bythe server (olny 1 ack of the initial register) - no more calls are working - the calls are all ending with a timeout (cdr caues ORIGINATOR_CANCEL) - only a restart of the

Re: [Freeswitch-users] Q931 TE State Timer

2009-09-03 Thread Helmut Kuper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Diege, the flowers has to go to Stefan Knoblich not to me ;) He did the coding! regards Helmut On 02.09.2009 17:28, Diego Viola wrote: Great stuff, thanks for your hard work :). Keep it up. Regards, Diego -BEGIN PGP SIGNATURE-

[Freeswitch-users] make install failure on Solaris 10

2009-09-03 Thread Bruce McAlister
Hi, I have just managed to complete a build of FreeSWITCH 1.0.4 on Solaris 10. The problem I am now having is that it fails on the make install part of the installation. I have attached the complete output of the make install. A snippet of the failure is below: --- Installing freeswitch

[Freeswitch-users] trying mod_erlang_event

2009-09-03 Thread Timur Irmatov
Hi, I have installed FreeSWITCH and mod_erlang_event. Now I'm trying to receive events from FreeSWITCH through mod_erlang_event. Simple command like 'api status' works, but I cannot receive events from FreeSWTICH: erl -sname t...@localhost Erlang (BEAM) emulator version 5.6.3 [source]

Re: [Freeswitch-users] trying mod_erlang_event

2009-09-03 Thread Timur Irmatov
On Thu, Sep 3, 2009 at 4:24 PM, Timur Irmatovirma...@gmail.com wrote: I have installed FreeSWITCH and mod_erlang_event. Now I'm trying to receive events from FreeSWITCH through mod_erlang_event. Simple command like 'api status' works, but I cannot receive events from FreeSWTICH: Ah, I needed

Re: [Freeswitch-users] T38 T30 transcoding

2009-09-03 Thread Tihomir Culjaga
anyone knows anything about this? T. On Wed, Sep 2, 2009 at 10:53 PM, Tihomir Culjaga tculj...@gmail.com wrote: I will put several nickels saying it is impossible :) seriously, can it be done? T. On Wed, Sep 2, 2009 at 10:35 PM, Tim Meade tim.me...@millicorp.comwrote: I am very

[Freeswitch-users] select batchfile after call

2009-09-03 Thread NOx-WHV
Hi, does anybody have a tip how to start a batchfile after hanging up. After ext. 1000 calls 1001 and hang up, i need a request to call: /../../FS/batchfile 1000 if 1001 calls 1000 i need: /../../FS/batchfile 1001 and so on... Thanks for help -- View this message in context:

Re: [Freeswitch-users] stability problems

2009-09-03 Thread Brian West
Sounds like you have some build skew... can you tell us how you built FreeSWITCH? /b On Sep 3, 2009, at 2:29 AM, Christian Löschenkohl wrote: hello we have regular (every 4-6 days) stability problems with freeswitch when the problme occurs - no registers are done bythe server (olny 1

[Freeswitch-users] Subscribing to events in managed C# / .NET

2009-09-03 Thread Phillip Jones
Hi there, mod_managed exposes EventReceivedFunction such that: Session.EventReceivedFunction = (e) = { Log.WriteLine(LogLevel.Alert, Received Event {0}, e.ToString()); return ; }; should trap all events to which i subscribe. But how do I subscribe to events? What is the .NET

Re: [Freeswitch-users] 2009-09-02 15:21:44.665608 [CRIT] switch_time.c:454 Reverse Clock Skew Detected!

2009-09-03 Thread Phillip Jones
Yeah - temporal worm holes and the like are my other project :) Or may be its the full moon. Thanks for the info. On Wed, Sep 2, 2009 at 3:52 PM, Brian West br...@freeswitch.org wrote: well your clock shouldn't be going back in time... that is unless you have figured out time travel or passed

Re: [Freeswitch-users] select batchfile after call

2009-09-03 Thread Michael S Collins
Sent from my iPhone On Sep 3, 2009, at 6:08 AM, NOx-WHV enno.egb...@googlemail.com wrote: Hi, does anybody have a tip how to start a batchfile after hanging up. After ext. 1000 calls 1001 and hang up, i need a request to call: /../../FS/batchfile 1000 if 1001 calls 1000 i need:

Re: [Freeswitch-users] stability problems

2009-09-03 Thread Christian Löschenkohl
on debian lenny amd64 with the build-essential package an then with ./configure --prefix=/opt/freeswitch make make install nothing else br On 2009-09-03 16:12, Brian West wrote: Sounds like you have some build skew... can you tell us how you built FreeSWITCH? /b On Sep 3, 2009, at 2:29

Re: [Freeswitch-users] No NOTIFY MWI when registering via proxy.

2009-09-03 Thread mayamatakeshi
On Thu, Sep 3, 2009 at 12:05 PM, Anthony Minessale anthony.miness...@gmail.com wrote: Its because many phones cheat and just expect mwi without asking for it so we send one on register. There is an opt to disable it I think but I can't recall what it is atm Thanks. I've located the option in

Re: [Freeswitch-users] T38 T30 transcoding

2009-09-03 Thread Diego Viola
I believe FreeSWITCH doesn't do T.38 other than pass-through yet, there are plans for complete support I think but I'm not sure when. Diego On Thu, Sep 3, 2009 at 12:29 PM, Tihomir Culjaga tculj...@gmail.com wrote: anyone knows anything about this? T. On Wed, Sep 2, 2009 at 10:53 PM,

Re: [Freeswitch-users] stability problems

2009-09-03 Thread Anthony Minessale
Which revision are you using? If you are not running the latest trunk, please upgrade to that in case your problem requires us to change the code we need it to be up to date. 1) Remove any binary files which may get mixed in from an older build rm /usr/local/freeswitch/bin/* rm

Re: [Freeswitch-users] Subscribing to events in managed C# / .NET

2009-09-03 Thread Michael Giagnocavo
You can call switch_event_bind directly, but I doubt that'll achieve what you want. My guess is that it works the same as LUA or any of the other plugins - whatever higher level API is exposed for setting up events should make things just work. -Michael From:

Re: [Freeswitch-users] Subscribing to events in managed C# / .NET

2009-09-03 Thread Phillip Jones
Where can I find EventConsumer?? I search the wiki and contrib\ Thanks On Thu, Sep 3, 2009 at 11:12 AM, Mathieu Rene mrene_li...@avgs.ca wrote: Check out EventConsumer Mathieu Rene Avant-Garde Solutions Inc Office: + 1 (514) 664-1044 x100 Cell: +1 (514) 664-1044 x200 mr...@avgs.ca On

Re: [Freeswitch-users] T38 T30 transcoding

2009-09-03 Thread T.R. Missner
if you buy a sip trunk from bandwidth.com and ask them to put you on the pvp route you will get this functionality On Thu, Sep 3, 2009 at 8:29 AM, Tihomir Culjaga tculj...@gmail.com wrote: anyone knows anything about this? T. On Wed, Sep 2, 2009 at 10:53 PM, Tihomir Culjaga

Re: [Freeswitch-users] Duplicate Extension Registration

2009-09-03 Thread Raymond Chandler
yes you can, and yes it should go to -users not -dev just make sure you have multiple-registrations turned on in the profile you want to allow that on Raymond Chandler http://freeswitchsolutions.com http://cluecon.com http://cudatel.com On Sep 3, 2009, at 12:21 PM, Jerry

Re: [Freeswitch-users] stability problems

2009-09-03 Thread Christian Löschenkohl
sorry i can not follow you i build everthing from scratch (download source, unpack and build) what i mean with the build-essential package is a debian meta package that contains gcc, make and so on br On 2009-09-03 18:25, Brian West wrote: Can you try NOT using a package? I have a theory that

Re: [Freeswitch-users] stability problems

2009-09-03 Thread Brian West
Please join IRC if you experience the issue again #freeswitch on irc.freenode.net /b On Sep 3, 2009, at 11:43 AM, Christian Löschenkohl wrote: sorry i can not follow you i build everthing from scratch (download source, unpack and build) what i mean with the build-essential package is a

[Freeswitch-users] Duplicate Extension Registration

2009-09-03 Thread Jerry Richards
I submitted this to the dev-list, but maybe it should be in the user-list: Can I register two phones to the same Line-ID? That is, does Freeswitch support a configuration where multiple endpoints have the same extension number, auth-id and password? And if so, do I have control over whether an

Re: [Freeswitch-users] stability problems

2009-09-03 Thread Brian West
Can you try NOT using a package? I have a theory that the package has a few optimization flags in it that breaks things. /b On Sep 3, 2009, at 10:56 AM, Rupa Schomaker wrote: Since you are using the debian package, the files will be in /opt/freeswitch not /usr/local/freeswitch.

Re: [Freeswitch-users] stability problems

2009-09-03 Thread Anthony Minessale
I already provided exact instructions. On Thu, Sep 3, 2009 at 11:50 AM, Brian West br...@freeswitch.org wrote: Please join IRC if you experience the issue again #freeswitch on irc.freenode.net /b On Sep 3, 2009, at 11:43 AM, Christian Löschenkohl wrote: sorry i can not follow you i

[Freeswitch-users] mod_xml_curl.c Oversized file detected [1056100 bytes]

2009-09-03 Thread Peter P GMX
Hello, in a B2BUA scenario we have 2000 defined gateways (defined but not registered yet). When reloading mod_sofia Freeswitch complains about the XML-Curl File size 1MB and deactivates all gateways: mod_xml_curl.c:121 Oversized file detected [1056100 bytes] Is there any way to overcome

Re: [Freeswitch-users] Subscribing to events in managed C# / .NET

2009-09-03 Thread Jeff Lenk
try something like this EventConsumer con = new EventConsumer(all, ); Event ev = con.pop(0); see lua sample - http://wiki.freeswitch.org/wiki/Lua#freeswitch.EventConsumer Phillip Jones-2 wrote: Hi there, mod_managed exposes EventReceivedFunction such that:

Re: [Freeswitch-users] Incorrect method of PHP call control?

2009-09-03 Thread Michael Jerris
In esl you get events for each dtmf. Mike On Sep 1, 2009, at 9:54 AM, Greg Thoen wrote: Thanks for the input. You'll have to decide on static vs. dynamic based on your needs. In either case, once the call is connected to your socket you've got all sorts of control options. PHP has an ESL

Re: [Freeswitch-users] mod_xml_curl.c Oversized file detected [1056100 bytes]

2009-09-03 Thread Anthony Minessale
you can edit mod_xml_curl.c line 64 and increase XML_CURL_MAX_BYTES On Thu, Sep 3, 2009 at 12:31 PM, Peter P GMX prometheus...@gmx.net wrote: Hello, in a B2BUA scenario we have 2000 defined gateways (defined but not registered yet). When reloading mod_sofia Freeswitch complains about the

Re: [Freeswitch-users] Subscribing to events in managed C# / .NET

2009-09-03 Thread Phillip Jones
Exactly what I was after - thank you! On Thu, Sep 3, 2009 at 1:54 PM, Jeff Lenk jl...@frontiernet.net wrote: try something like this EventConsumer con = new EventConsumer(all, ); Event ev = con.pop(0); see lua sample - http://wiki.freeswitch.org/wiki/Lua#freeswitch.EventConsumer

[Freeswitch-users] Presence Feature

2009-09-03 Thread Jerry Richards
Does Freeswitch support Presence via SIMPLE protocol? Can it maintain presence? I presume this would be a SUBSCRIBE/NOTIFY arrangement? Best Regards, Jerry ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org

Re: [Freeswitch-users] T38 T30 transcoding

2009-09-03 Thread Tihomir Culjaga
nice to know that... anyhow i'd like to have this on FS as well :) T. On Thu, Sep 3, 2009 at 4:29 PM, T.R. Missner t...@2ride.com wrote: if you buy a sip trunk from bandwidth.com and ask them to put you on the pvp route you will get this functionality On Thu, Sep 3, 2009 at 8:29 AM,

Re: [Freeswitch-users] Presence Feature

2009-09-03 Thread Diego Viola
I have made a simple script that catches the PRESENCE IN/OUT events and passes them to a method to get the information for the phones, you can take a look at it here. http://fisheye.freeswitch.org/browse/FreeSWITCH/contrib/diegoviola/ruby/presence/presence.rb?r=14679 Diego On Thu, Sep 3, 2009

Re: [Freeswitch-users] stability problems

2009-09-03 Thread Christian Löschenkohl
yes, thank you for this i will follow your instructions an remove any files from older builds and reinstall - then I'll give feedback hope this resolves my problem br On 2009-09-03 19:11, Anthony Minessale wrote: I already provided exact instructions. On Thu, Sep 3, 2009 at 11:50 AM, Brian

[Freeswitch-users] uuid_exists - does it still exist?

2009-09-03 Thread Phillip Jones
Hi there: The wiki states: uuid_exists Checks whether a given UUID exists. Usage: uuid_exists uuid However when I call via an API call I get: INVALID COMMAND! I also don't see it in MOD_COMMAND.C Has it gone? Thanks Phillip Jones. ___

[Freeswitch-users] Digium boards

2009-09-03 Thread Pedro Prado
Hi, Does Freeswith work with any Digium boards? Ps: Sorry for the newbie question. Thanks, Pedro Prado _ Acesse o Portal MSN do seu celular e se mantenha sempre atualizado. Clique aqui.

Re: [Freeswitch-users] Digium boards

2009-09-03 Thread Diego Viola
Hi Pedro, Yes it should, it does. Diego 2009/9/3 Pedro Prado pedropr...@msn.com Hi, Does Freeswith work with any Digium boards? Ps: Sorry for the newbie question. Thanks, Pedro Prado -- Novo Internet Explorer 8: traduza com apenas um clique. Baixe agora,

Re: [Freeswitch-users] Digium boards

2009-09-03 Thread Diego Viola
Any Zaptel-compatible card should work. Diego On Thu, Sep 3, 2009 at 8:15 PM, Diego Viola diego.vi...@gmail.com wrote: Hi Pedro, Yes it should, it does. Diego 2009/9/3 Pedro Prado pedropr...@msn.com Hi, Does Freeswith work with any Digium boards? Ps: Sorry for the newbie question.

Re: [Freeswitch-users] uuid_exists - does it still exist?

2009-09-03 Thread Brian West
You're not on the latest SVN that was recently added. /b On Sep 3, 2009, at 2:55 PM, Phillip Jones wrote: Hi there: The wiki states: uuid_exists Checks whether a given UUID exists. Usage: uuid_exists uuid However when I call via an API call I get: INVALID COMMAND! I also don't see

Re: [Freeswitch-users] Presence Feature

2009-09-03 Thread Luis F Urrea
Diego can you explain a little bit further what your script does. Not really versed into ruby but I certainly interested on these events On Thu, Sep 3, 2009 at 1:30 PM, Diego Viola diego.vi...@gmail.com wrote: I have made a simple script that catches the PRESENCE IN/OUT events and passes them

Re: [Freeswitch-users] Presence Feature

2009-09-03 Thread Diego Viola
Hi Luis, My script simply adds two event hooks for presence (PRESENCE_IN and PRESENCE_OUT) and then it passes those events to a method (presence_handler) and it prints the from which is something like: 1000%192.168.0.2 (the user and ip) and the status: which can be Registered or Unregistered.

Re: [Freeswitch-users] Digium boards

2009-09-03 Thread Pedro Prado
Hi Diego, I have a Digium AEX410 to test in laboratory. I think, that it works, not? Thanks, Pedro Prado Date: Thu, 3 Sep 2009 20:21:01 + From: diego.vi...@gmail.com To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] Digium boards Any Zaptel-compatible card should

Re: [Freeswitch-users] Digium boards

2009-09-03 Thread Diego Viola
Sure. Diego On Thu, Sep 3, 2009 at 8:49 PM, Pedro Prado pedropr...@msn.com wrote: Hi Diego, I have a Digium AEX410 to test in laboratory. I think, that it works, not? Thanks, Pedro Prado -- Date: Thu, 3 Sep 2009 20:21:01 + From: diego.vi...@gmail.com

Re: [Freeswitch-users] Presence Feature

2009-09-03 Thread Diego Viola
You should try to do something like event plain all from the freeswitch CLI and see all the events that you can use in your apps, etc. The sky is the limit ;) Diego On Thu, Sep 3, 2009 at 8:46 PM, Diego Viola diego.vi...@gmail.com wrote: Hi Luis, My script simply adds two event hooks for

[Freeswitch-users] Proxy authorization

2009-09-03 Thread Dmitry Bely
Hi, My SIP provider's gateway requires authorization with correct realm specified. So I configured gateway with realm parameter: gateway name=$${default_provider} param name=username value=$${default_provider_username}/ param name=password

Re: [Freeswitch-users] Digium boards

2009-09-03 Thread Diego Viola
Join #freeswitch at irc.freenode.net if you have any questions, my nick is diegoviola there :). Diego On Thu, Sep 3, 2009 at 8:56 PM, Diego Viola diego.vi...@gmail.com wrote: Sure. Diego On Thu, Sep 3, 2009 at 8:49 PM, Pedro Prado pedropr...@msn.com wrote: Hi Diego, I have a Digium

Re: [Freeswitch-users] Proxy authorization

2009-09-03 Thread Brian West
There will not be an authorization header on the first register attempt... it only happens once we are 401/407'ed and the phone comes back and registers again. /b On Sep 3, 2009, at 3:26 PM, Dmitry Bely wrote: Unfortunately even after that there is no Authorization: header in the REGISTER

Re: [Freeswitch-users] uuid_exists - does it still exist?

2009-09-03 Thread Benedikt Fraunhofer
Hi, Usage: uuid_exists uuid However when I call via an API call I get: INVALID COMMAND! I also don't see it in MOD_COMMAND.C As a workaround or if your are unable to upgrade, you can use uuid_getvar [some_uuid] thisVariableDoesNotExist (thisVariableDoesNotExist is any variable you can think

Re: [Freeswitch-users] mod_xml_curl.c Oversized file detected [1056100 bytes]

2009-09-03 Thread Michael Collins
Okay I added this tidbit to the mod_xml_curl page for future reference. -MC On Thu, Sep 3, 2009 at 11:30 AM, Anthony Minessale anthony.miness...@gmail.com wrote: you can edit mod_xml_curl.c line 64 and increase XML_CURL_MAX_BYTES On Thu, Sep 3, 2009 at 12:31 PM, Peter P GMX

Re: [Freeswitch-users] Digium boards

2009-09-03 Thread Michael Collins
On Thu, Sep 3, 2009 at 1:49 PM, Pedro Prado pedropr...@msn.com wrote: Hi Diego, I have a Digium AEX410 to test in laboratory. I think, that it works, not? Okay, it looks like that's the next-gen version of the TDM400. I'm pretty sure you'll be okay. Check out the wiki page on OpenZAP which

Re: [Freeswitch-users] uuid_exists - does it still exist?

2009-09-03 Thread Michael Collins
On Thu, Sep 3, 2009 at 2:23 PM, Benedikt Fraunhofer fraunhofer.lists.freeswitch-...@traced.net wrote: Hi, Usage: uuid_exists uuid However when I call via an API call I get: INVALID COMMAND! I also don't see it in MOD_COMMAND.C As a workaround or if your are unable to upgrade, you

Re: [Freeswitch-users] Digium boards

2009-09-03 Thread Hadley Rich
On Fri, 04 Sep 2009 09:53:31 Michael Collins wrote: Okay, it looks like that's the next-gen version of the TDM400. It is, the TDM410 is the new TDM400 and the AEX is the PCI-ex version. The TDM410 at least and so I assume the AEX410 uses the same driver as the TDM2400 i.e. not the same driver

Re: [Freeswitch-users] select batchfile after call

2009-09-03 Thread Seven Du
hangup hook api? system or system_bg ? not sure On Sep 3, 2009, at 9:08 PM, NOx-WHV wrote: Hi, does anybody have a tip how to start a batchfile after hanging up. After ext. 1000 calls 1001 and hang up, i need a request to call: /../../FS/batchfile 1000 if 1001 calls 1000 i need:

Re: [Freeswitch-users] Presence Feature

2009-09-03 Thread Meftah Tayeb
freeswitch support all sip standard featurs including presence/ blf/... and all featurs that sofia sip support is supported by freeswitch, + aditional featurs thanks and welcome to freeswitch! Jerry Richards wrote: Does Freeswitch support Presence via SIMPLE protocol? Can it maintain presence?

Re: [Freeswitch-users] Set disable-transcoding in dialplan

2009-09-03 Thread Nandy Dagondon
rod, have you tried this? http://lists.freeswitch.org/pipermail/freeswitch-users/2008-March/002199.html /nandy On Thu, Sep 3, 2009 at 2:50 PM, rod kawa...@laposte.net wrote: Hi Michael, I did some tests but I haven't been successful, so there is what I'm trying to achieve: On A leg, my

Re: [Freeswitch-users] Trouble parsing sip:8...@conference.freeswitch.org?

2009-09-03 Thread Brian West
FreeSWITCH is not a proxy so you'll have to look at all the variables to see if you need to send the invite out use the info app. /b On Sep 3, 2009, at 8:27 PM, Lars Zeb wrote: I tried to dial sip:8...@conference.freeswitch.org via a Bria softphone. Why does the parsed regex look like: