Re: [Freeswitch-users] DTMF Star Event Inconsistent

2008-10-27 Thread Anthony Minessale
you clearly have 2 channels here. sofia/internal/[EMAIL PROTECTED] sofia/internal/[EMAIL PROTECTED]:50436;rinstance=15d12d876df10b6e if 1003 is a local user you should be originating with and @ try the % instead sofia/internal/1003%192.168.50.94 otherwise you are making a looped call over sip b

Re: [Freeswitch-users] DTMF Star Event Inconsistent

2008-10-27 Thread Klaus Teller
I have the default Freeswitch settings. That is, Freeswitch as checked out from trunk (with event_socket.conf.xml changed to allow remote connections). I would thus think that this is RFC 2833. Also Wireshark is showing the DTMF gigits being sent as telephone-event which i guess sugesst that it'

Re: [Freeswitch-users] DTMF Star Event Inconsistent

2008-10-27 Thread Brian West
Are you using inband dtmf anywhere in this mix? /b On Oct 27, 2008, at 3:13 PM, Klaus Teller wrote: > As far as i can tell, there is one single channel. Call is > initiated via the socket interface to the extension 1003 and parked. > Or does parking generate a second channel? > > I'm using

Re: [Freeswitch-users] DTMF Star Event Inconsistent

2008-10-27 Thread Klaus Teller
As far as i can tell, there is one single channel. Call is initiated via the socket interface to the extension 1003 and parked. Or does parking generate a second channel? I'm using Xlite to listen on 1003 and for sending DTMF digits on the parked channel. The wireshark trace also shows one sin

Re: [Freeswitch-users] Freeswitch wedges in voicemail?

2008-10-27 Thread Marc Lewis
Here is the autoattendant.lua script and a brief README file that outlines its basic operation. As I mentioned, my irc nick is 'gottafixthat' should you decide to put this into contrib. Thanks. - Marc Anthony Minessale wrote: we can give you a folder in contrib or check it in for you if y

Re: [Freeswitch-users] DTMF Star Event Inconsistent

2008-10-27 Thread Anthony Minessale
there are 2 channels there? one is ulaw and the other is g722 they are both getting a dtmf event? also this output suggests older code. can you update to trunk before testing anymore? On Mon, Oct 27, 2008 at 1:32 PM, Klaus Teller <[EMAIL PROTECTED]> wrote: > Interesting, thanks for pointing tha

Re: [Freeswitch-users] Freeswitch wedges in voicemail?

2008-10-27 Thread Marc Lewis
I'll write up some quick and dirty documentation for it and send it to you (I'm gottafixthat on irc). Its quite useful when combined with curl. There are a total of 8 session:ready() checks in the script, at least one in each loop, often two because I'm paranoid. It is my first time programm

Re: [Freeswitch-users] Freeswitch wedges in voicemail?

2008-10-27 Thread Anthony Minessale
we can give you a folder in contrib or check it in for you if you wish we may also be able to find some issue in the script if we see it. are you using session:ready in all your loops to avoid a death spiral? On Mon, Oct 27, 2008 at 1:22 PM, Marc Lewis <[EMAIL PROTECTED]> wrote: > I'll send th

Re: [Freeswitch-users] DTMF Star Event Inconsistent

2008-10-27 Thread Klaus Teller
Interesting, thanks for pointing that. I would have thought that all events related to a call would have the same Unique-ID. Now I'm even more confused! regards, Klaus Original-Nachricht > Datum: Mon, 27 Oct 2008 14:22:31 -0400 > Von: "Anthony Knight" <[EMAIL PROTECTED]> > A

Re: [Freeswitch-users] Freeswitch wedges in voicemail?

2008-10-27 Thread Marc Lewis
I'll send the files the next time it happens. As for my builds, I'm building fresh each time using a script I wrote to create RPM files. I do an 'svn update' then a './bootstrap.sh' and then run my script. My script creates a tarball from the checked out files and creates RPM files from that

Re: [Freeswitch-users] DTMF Star Event Inconsistent

2008-10-27 Thread Anthony Knight
I'm not an authority on this, but I have spotted some things that might help you figure this out Your events show up with different unique-ids - Unique-ID: 34b83622-a473-11dd-8207-2b46fcff01af and Unique-ID: 34adac7a-a473-11dd-8207-2b46fcff01af You should only be looking for events on only one uni

Re: [Freeswitch-users] DTMF Star Event Inconsistent

2008-10-27 Thread Klaus Teller
Thanks. I am not bridging any call. Calls are originated via the socket interface to the extension 1003. And for the same call, all digits except star will produce two events while star will produce one event sometimes and two events some other times in the same call. Here are for instance even

Re: [Freeswitch-users] Freeswitch wedges in voicemail?

2008-10-27 Thread Anthony Minessale
next time it happens go into another shell and enter gcore -o dump `cat /usr/local/freeswitch/log/freeswitch.pid` then gdb /usr/local/bin/freeswitch/bin/freeswitch dump.* then enter these 3 commands: set pagination off thread apply all bt thread apply all pt full and send me the entire outpu

Re: [Freeswitch-users] Openzap/PSTN-Release-Codes

2008-10-27 Thread Michael Collins
It depends on exactly what your scenario is. However I've had good success using the "hangup_cause" channel variable. From some of my XMLCDRs I have values like these: UNALLOCATED_NUMBER NORMAL_CLEARING DESTINATION_OUT_OF_ORDER Hope that helps... -MC _

[Freeswitch-users] Freeswitch wedges in voicemail?

2008-10-27 Thread Marc Lewis
I have a strange problem that I've been dealing with for the last week or two. Once or twice a day, Freeswitch will "wedge", in what appears to be voicemail. The switch is sort of still responding, meaning I can issue various commands at the console, but no new sofia channels will be handled

Re: [Freeswitch-users] DTMF Star Event Inconsistent

2008-10-27 Thread Anthony Minessale
if this is a bridged call you will get one on each leg as the dtmf passes from one leg to the other. if in some cases the dtmf is intercepted by something like the bind_meta_app then you may only see 1. On Mon, Oct 27, 2008 at 11:36 AM, Klaus Teller <[EMAIL PROTECTED]> wrote: > I do indeed look

Re: [Freeswitch-users] Take uuid out of conference and bridge

2008-10-27 Thread Anthony Minessale
try updating to latest and see if uuid_park works now. On Mon, Oct 27, 2008 at 11:32 AM, Birgit Arkesteijn <[EMAIL PROTECTED]>wrote: > Hi Anthony, > > Thanks for your feedback. > Unfortunately the uuid_park doesn't remove the consumer out off from the > conference. > > function bridge_to_custome

Re: [Freeswitch-users] DTMF Star Event Inconsistent

2008-10-27 Thread Klaus Teller
I do indeed look for the Event-Name attribute. But since for a single DTMF digit two events are received from Freeswitch (with Event-Name: DTMF) , i need to differentiate them somehow such that one is processed and the other ignored. The differentiation pattern i found is the channel state (CS_E

Re: [Freeswitch-users] Take uuid out of conference and bridge

2008-10-27 Thread Birgit Arkesteijn
Hi Anthony, Thanks for your feedback. Unfortunately the uuid_park doesn't remove the consumer out off from the conference. function bridge_to_customer_services(conf_name, member_id, uuid, customer_service_url) { if (member_id && uuid) { var res = apiExecute("uuid_park", uuid)

Re: [Freeswitch-users] DTMF Star Event Inconsistent

2008-10-27 Thread Anthony Minessale
you should be looking for the DTMF event and not reacting to any others Event-Name: DTMF any other ones are not necessarily related to what you want. On Mon, Oct 27, 2008 at 8:49 AM, Klaus Teller <[EMAIL PROTECTED]> wrote: > Hi, > > I'm calling a registered soft phone (ext. 1003) via the event

Re: [Freeswitch-users] Openzap/PSTN-Release-Codes

2008-10-27 Thread Anthony Minessale
its a variable like originate_disposition i thinkg On Mon, Oct 27, 2008 at 9:30 AM, Helmut Kuper <[EMAIL PROTECTED]>wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > > is there a way to access openzap's resp pstn termination cause's from > FreeSWITCH's dialplan to play an anno

Re: [Freeswitch-users] Take uuid out of conference and bridge

2008-10-27 Thread Anthony Minessale
try executing the api command uuid_park on the uuid before you make it into a js obj that way it will exit the conference and be waiting in park for you to control it. On Mon, Oct 27, 2008 at 5:47 AM, Birgit Arkesteijn <[EMAIL PROTECTED]>wrote: > Hi, > > Sorry for the confusion ... > > The proje

Re: [Freeswitch-users] apr_md5 windows build problem

2008-10-27 Thread Michael Jerris
This should work on a fresh checkout. Mike On Oct 27, 2008, at 10:23 AM, Tamas Cseke wrote: > Hello, > > I have a problem with windows build: > > Microsoft Visual C++ 2005 > Revision: 10158 > > Creating library Debug/FreeSwitchCore.lib and object > Debug/FreeSwitchCore.exp > switch_apr.obj : e

[Freeswitch-users] Openzap/PSTN-Release-Codes

2008-10-27 Thread Helmut Kuper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, is there a way to access openzap's resp pstn termination cause's from FreeSWITCH's dialplan to play an announcement? regrads helmut -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enig

[Freeswitch-users] apr_md5 windows build problem

2008-10-27 Thread Tamas Cseke
Hello, I have a problem with windows build: Microsoft Visual C++ 2005 Revision: 10158 Creating library Debug/FreeSwitchCore.lib and object Debug/FreeSwitchCore.exp switch_apr.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function [EMAIL PROTECTED] C:\freesw

[Freeswitch-users] DTMF Star Event Inconsistent

2008-10-27 Thread Klaus Teller
Hi, I'm calling a registered soft phone (ext. 1003) via the event socket interface. That is, on one side i have some Java code connecting to the Freeswitch event socket interface and placing calls and on the other hand i have the soft phone registered to Freeswitch and awaiting for calls. Now

Re: [Freeswitch-users] Socket inbound or outbound with PHP?

2008-10-27 Thread Dennis
Yes, that worked Great, thanks a lot! Now I am able to control the inbound call from the outbound call :-D As far as I understand, this has something to do with changes you made to the myevents mode, right? I think that the myevents mode is better for us, because with events all there are

Re: [Freeswitch-users] Take uuid out of conference and bridge

2008-10-27 Thread Birgit Arkesteijn
Hi, Sorry for the confusion ... The project in general: our service is to connect a consumer with a number of merchants, one after the other, to discuss potential work. When it's not possible to reach any merchants, the consumer is connected to a customer service representative. This is imple