[Freeswitch-users] Make error...

2009-12-22 Thread Klaus Hochlehnert
Hi all, I just downloaded the newest trunk about 5 minutes ago and I got the following make error on Ubuntu 8.04: gcc -E /usr/src/freeswitch/src/include/switch_cpp.h -DSWITCH_DECLARE_CLASS= -DSWITCH_DECLARE\(x\)=x -DSWITCH_DECLARE_CONSTRUCTOR= -DSWITCH_DECLARE_NONSTD\(x\)=x 2/dev/null | grep

Re: [Freeswitch-users] Make error...

2009-12-22 Thread Klaus Hochlehnert
-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] Make error... Klaus Hochlehnert maili...@kh-dev.de wrote: src/switch_apr.c:899: warning: control reaches end of non-void function Are you on rev. 16032? As of 16032, this function shouldn't generate any such warning unless there's

Re: [Freeswitch-users] caller_id_name + caller_id_number and Snom 360...

2009-12-06 Thread Klaus Hochlehnert
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Klaus Hochlehnert Sent: Sunday, December 06, 2009 4:04 AM To: freeswitch-users@lists.freeswitch.org Subject: [Freeswitch-users] caller_id_name + caller_id_number and Snom 360... Hi, currently I'm testing the newest FS trunk. Now I need a hint how

Re: [Freeswitch-users] caller_id_name + caller_id_number and Snom 360...

2009-12-06 Thread Klaus Hochlehnert
x100 Cell: +1 (514) 664-1044 x200 mr...@avgs.camailto:mr...@avgs.ca On 6-Dec-09, at 1:38 PM, Klaus Hochlehnert wrote: Hi, I just checked the SIP traces and it looks like FS sends a sipfrag message to the phone ... ___ FreeSWITCH-users mailing

[Freeswitch-users] caller_id_name + caller_id_number and Snom 360...

2009-12-05 Thread Klaus Hochlehnert
Hi, currently I'm testing the newest FS trunk. Now I need a hint how to set up an old behavior of version 1.0.4. Here's the scenario: - Incoming call from caller_id_name: abc and caller_id_number: 123 - Now I set effective_caller_id_name: xyz and effective_caller_id_number: 456 - Leg B (Snom

[Freeswitch-users] FS dies after some minutes

2009-11-23 Thread Klaus Hochlehnert
Hi, I did a new installation with the trunk from Saturday (21. Nov.) and it always dies with a core after 5-10 minutes. It happened several times. After that I did a new installation of 1.0.4 and this runs without problems on the same host. I'm using Ubuntu 8.04 Server with all patches. Anyone

Re: [Freeswitch-users] Media got stuck after attended transfer...

2009-11-22 Thread Klaus Hochlehnert
and we can discuss further. Mike On Nov 19, 2009, at 6:54 PM, Klaus Hochlehnert wrote: Hi, one of my customers is willing to contribute for t38 integration. The basic idea is to connect HylaFAX to FS: t38modem - FreeSWITCH - Media Gateway with t38 support All this without media proxy. Another

Re: [Freeswitch-users] Media got stuck after attended transfer...

2009-11-19 Thread Klaus Hochlehnert
Hi, one of my customers is willing to contribute for t38 integration. The basic idea is to connect HylaFAX to FS: t38modem - FreeSWITCH - Media Gateway with t38 support All this without media proxy. Another idea might be to implement t38 origination/termination with a class 1 modem

[Freeswitch-users] Strange problems after upgrade...

2009-10-14 Thread Klaus Hochlehnert
Hi, I just upgraded FS from 15094 to 15161 and after the upgrade I have the following problem: I use t38modem together with a SIP/ISDN gateway. With the old release everything fax related works fine. I call the fax - I hear a fax tone. With the new release I call the fax - I don't hear a fax

[Freeswitch-users] Problem with transfer and Snom phones...

2009-10-12 Thread Klaus Hochlehnert
Hi, I'm facing an issue and I don't know why this happens or what I can do to solve this. Here's the scenario: - FS call timeout set to 30 sec - Setting continue_on_fail=true and hangup_after_bridge=false - 1 Snom phone and an external SIP/ISDN gateway (Lancom) connected to FS established a

Re: [Freeswitch-users] Changing callerid before/after call pickup

2009-10-08 Thread Klaus Hochlehnert
don't hijack threads. :) #2 - Update to the latest SVN and try again. You might be pleasantly surprised. -MC On Wed, Oct 7, 2009 at 6:46 PM, Klaus Hochlehnert maili...@kh-dev.demailto:maili...@kh-dev.de wrote: Hi, currently I'm playing around with call pickup and Snom phones. I'm using the intercept

[Freeswitch-users] Changing callerid before/after call pickup

2009-10-07 Thread Klaus Hochlehnert
Hi, currently I'm playing around with call pickup and Snom phones. I'm using the intercept function for that. My problem is now that after the call pickup (which works fine) I don't see the caller id of the original call. Instead I see the pickup code, e.g. *820 I've tried to change nearly

[Freeswitch-users] Result of an application...

2009-06-27 Thread Klaus Hochlehnert
Hi, maybe a stupid question, but how can I find out the result of an application? If I do (in perl) $session-execute(bridge, user/${destn...@$vars{domain}); How do I know if this was successful or if the user was busy or if the phone doesn't exist? Is there any status variable for the result

[Freeswitch-users] hangup hook after intercept doesn't get triggered...

2009-06-26 Thread Klaus Hochlehnert
Hi all, I'm just writing a perl script as dialplan to learn how to handle freeswitch. Now I have the issue that my hangup hook won't be triggered after I intercepted a call. A normal hangup triggers the function. Does anybody have a hint how to get the hangup hook triggered? Thanks, Klaus

Re: [Freeswitch-users] hangup hook after intercept doesn't get triggered...

2009-06-26 Thread Klaus Hochlehnert
To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] hangup hook after intercept doesn't get triggered... Depends what side of the call was the hangup hook on? /b On Jun 26, 2009, at 2:48 PM, Klaus Hochlehnert wrote: Hi all, I'm just writing a perl script as dialplan to learn how

Re: [Freeswitch-users] hangup hook after intercept doesn't get triggered...

2009-06-26 Thread Klaus Hochlehnert
after intercept doesn't get triggered... well in your case I suspect your intercepting the leg of the call without the hook on it. /b On Jun 26, 2009, at 3:22 PM, Klaus Hochlehnert wrote: Actually one of my first actions in the script is $session-setHangupHook('on_hangup'); When a call

Re: [Freeswitch-users] hangup hook after intercept doesn't get triggered...

2009-06-26 Thread Klaus Hochlehnert
Subject: Re: [Freeswitch-users] hangup hook after intercept doesn't get triggered... Can you paste in your script so we can see what is going on? -MC On Fri, Jun 26, 2009 at 1:39 PM, Klaus Hochlehnert maili...@kh-dev.demailto:maili...@kh-dev.de wrote: Ok, and how can I ask the hook to come with me

Re: [Freeswitch-users] hangup hook after intercept doesn't get triggered...

2009-06-26 Thread Klaus Hochlehnert
hook after intercept doesn't get triggered... Please open the jira and attach all this and the xml dialplan to execute it .. also the schema for the db would be helpful also. Thanks, /b On Jun 26, 2009, at 6:16 PM, Klaus Hochlehnert wrote: Brian told me to open a jira, what I did now

[Freeswitch-users] t38modem without registration...

2009-06-13 Thread Klaus Hochlehnert
Hi all, maybe someone can help me here. For some compatibility issues I need to use an older version of t38modem which doesn't support SIP registration. Incoming faxes work well, but I don't know how to set this up for outgoing faxes. So, how can I setup this with FS for outgoing faxes

[Freeswitch-users] Question about BLF...

2009-02-22 Thread Klaus Hochlehnert
Hi, I'm just playing around with FreeSWITCH and I have 2 questions about BLF (with SNOM phones): - When I played around with the sample dial plan I found out that BLF works better than Asterisk, but not 100% right: When phone 1000 gets a call the BLF lamp on phone 1001 blinks and after phone

Re: [Freeswitch-users] Perl error when compiling

2009-02-16 Thread Klaus Hochlehnert
Hi, install libdb development files, e.g. for Ubuntu/Debian: aptitude install libdb-dev Regards, Klaus From: asannu...@gmail.com To: freeswitch-users@lists.freeswitch.org Date: Mon, 16 Feb 2009 10:24:30 -0500 Subject: [Freeswitch-users] Perl error when compiling Hi, when y try to