Re: [Freeswitch-users] Compile error

2009-09-21 Thread Luis Manuel Zuccolo
I' ve get the same error with a fresh tree

Thanks in advance





De: Brian West 
Para: freeswitch-users@lists.freeswitch.org
Enviado: jueves 17 de septiembre de 2009, 10:12:36
Asunto: Re: [Freeswitch-users] Compile error

NO you must not.  The issue has been fixed in svn already please start with a 
fresh tree.

/b
PS: end users should NEVER have to reswig.


On Sep 17, 2009, at 12:42 AM, Frank Carmickle wrote:

On Thu, Sep 17, Luis M. Zuccolo wrote:
>
>Hi:
>>
>
>>
>Since svn version 13523 to current I get this error:
>>
>
>>
>make[5]: swig: Command not found
>>
>You must install swig.  If your on debian apt-get install swig.  If your not 
>see http://www.swig.org/
>
>HTH
>--FC
>



  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/___
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] DTMF problem

2008-09-02 Thread Luis Manuel Zuccolo
Hi,

Yes, I'm sure that the calls is marking the freeSWITCH extension. In asterisk I 
can see the digits sended.
I'll go to increase the sleep time and see the results.
Anyway, how can I use the app read?
Would somebody show an example about this?

Thanks in advance.
Luis Zuccolo






- Mensaje original 
De: Michael S Collins <[EMAIL PROTECTED]>
Para: "freeswitch-users@lists.freeswitch.org" 

Enviado: martes 2 de septiembre de 2008, 2:09:18
Asunto: Re: [Freeswitch-users] DTMF problem

Are you sure that the call is making it to your extension? Also, you  
sleep for only 250 ms after start_dtmf and then issue a hangup. That's  
not a whole lot of time to send a digit. Perhaps your test would work  
better with the dialplan app "read" but that's just a guess on my part.

-MC

Sent from my iPhone

On Sep 1, 2008, at 8:01 PM, "Luis M. Zuccolo"  
<[EMAIL PROTECTED]> wrote:

> Hello,
>
> I've connected an analog pbx to FreeSWITCH throught a fxo port.
> In this setup only need the voicemail functionality of freeSWITCH who
> recived a dtmf from a pbx.
> To test dtmf app i've created the
> extension .../conf/dialplan/extensions/2.xml:
>
> 
> 
>   
>   
>   
>   
>   
>   
>   
> 
> 
>
> At console I don't see any reference to dtmf.
>
> Does anybody have any recommendations about this?
>
> Thanks in advance
> Luis Zuccolo
>
> __
> Correo Yahoo!
> Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
> ¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar
>
>
> ___
> 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


___
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



  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/___
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] DTMF problem

2008-09-03 Thread Luis Manuel Zuccolo
Hi,

I increase the sleep time and I can see the dtmf digit in cosnole now.
How can I capture this digits and send it to voicemail account?  An example, 
please.

Thanks in advance
Luis Zuccolo



- Mensaje original 
De: Michael Collins <[EMAIL PROTECTED]>
Para: freeswitch-users@lists.freeswitch.org
Enviado: martes 2 de septiembre de 2008, 14:58:28
Asunto: Re: [Freeswitch-users] DTMF problem

 
Start here:
http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_read
 
There are a few examples.  I don’t know if
this is the app you need for production but it will definitely let you read a
DTMF and thus is sufficient for testing whether or not your system is seeing
DTMFs from callers.
 
-MC
 


 
From:[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Luis Manuel Zuccolo
Sent: Tuesday, September 02, 2008
10:43 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users]
DTMF problem
 
Hi,

Yes, I'm sure that the calls is marking the freeSWITCH extension. In asterisk I
can see the digits sended.
I'll go to increase the sleep time and see the results.
Anyway, how can I use the app read?
Would somebody show an example about this?

Thanks in advance.
Luis Zuccolo



 
- Mensaje original 
De: Michael S Collins < [EMAIL PROTECTED] >
Para : " freeswitch-users@lists.freeswitch.org "
< freeswitch-users@lists.freeswitch.org >
Enviado: martes 2 de septiembre de 2008, 2:09:18
Asunto: Re: [Freeswitch-users] DTMF problem

Are you sure that the call is making it to your extension? Also, you  
sleep for only 250 ms after start_dtmf and then issue a hangup. That's  
not a whole lot of time to send a digit. Perhaps your test would work  
better with the dialplan app "read" but that's just a guess on my
part.

-MC

Sent from my iPhone

On Sep 1, 2008, at 8:01 PM, "Luis M. Zuccolo"  
<[EMAIL PROTECTED]>
wrote:

> Hello,
>
> I've connected an analog pbx to FreeSWITCH throught a fxo port.
> In this setup only need the voicemail functionality of freeSWITCH who
> recived a dtmf from a pbx.
> To test dtmf app i've created the
> extension .../conf/dialplan/extensions/2.xml:
>
> 
> 
>  
>  
>  
>  
>  
>  
>  
> 
> 
>
> At console I don't see any reference to dtmf.
>
> Does anybody have any recommendations about this?
>
> Thanks in advance
> Luis Zuccolo
>
> __
> Correo Yahoo!
> Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
> ¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar
>
>
> ___
> 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


___
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
 


 

Yahoo! Cocina
Recetas prácticas y comida saludable
Visitá http://ar.mujer.yahoo.com/cocina/


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/___
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


[Freeswitch-users] FXS problem

2008-09-08 Thread Luis Manuel Zuccolo
Hi, 
I'm usign an openvox card with 2 fxo modules and 1 fxs module.
When I dial from fxs extension only take the first digit dialed and
tried to route the call. This digit is not in dialplan, then the call is
hung up.
This happend only in FreeSWITCH snapshot (2008-08-31 and 2008-09-6). In
release 1.0.1 work well.
It's look like that don't take the option digit-timeout configured to
2000 in openzap.conf.xml
Am I' missing something else?
Any help about this would be appreciated.

Thanks in advance.
Luis Zuccolo

Console logs:

(FreesSWITCH release 1.0.1)

2008-09-06 18:31:13 [NOTICE] switch_channel.c:534
switch_channel_set_name() New Channel OpenZAP/3:1/45662530
[2f5b3615-e144-4ce0-9e75-7fd987373e3b]
2008-09-06 18:31:13 [INFO] mod_dialplan_xml.c:222 dialplan_hunt()
Processing OpenZAP->[EMAIL PROTECTED]
2008-09-06 18:31:14 [NOTICE] switch_channel.c:534
switch_channel_set_name() New Channel OpenZAP/1:1/45662530
[f19ddc6a-ab75-4e5c-b881-d00918d4ef86]
2008-09-06 18:31:14 [WARNING] mod_openzap.c:1113 on_fxo_signal()
Unhandled type for channel 1:1
2008-09-06 18:31:18 [NOTICE] mod_openzap.c:1097 on_fxo_signal() Channel
[OpenZAP/1:1/45662530] has been answered
2008-09-06 18:31:18 [NOTICE] switch_ivr_originate.c:1298
switch_ivr_originate() Channel [OpenZAP/3:1/45662530] has been answered
2008-09-06 18:31:25 [NOTICE] mod_openzap.c:1218 on_fxs_signal() Hangup
OpenZAP/3:1/45662530 [CS_EXECUTE] [NORMAL_CLEARING]


(FreeSWITCH snapshots)

2008-09-06 18:38:04 [NOTICE] switch_channel.c:538
switch_channel_set_name() New Channel OpenZAP/3:1/4
[a269cba9-9e5a-427a-8fb4-48df1ee490ad]
2008-09-06 18:38:04 [INFO] mod_dialplan_xml.c:228 dialplan_hunt()
Processing OpenZAP->4 in context default
2008-09-06 18:38:04 [NOTICE] switch_ivr.c:1098
switch_ivr_session_transfer() Transfer OpenZAP/3:1/4 to [EMAIL PROTECTED]
2008-09-06 18:38:04 [INFO] switch_core_state_machine.c:114
switch_core_standard_on_routing() No Route, Aborting
2008-09-06 18:38:04 [NOTICE] switch_core_state_machine.c:115
switch_core_standard_on_routing() Hangup OpenZAP/3:1/4 [CS_ROUTING]
[NO_ROUTE_DESTINATION]
2008-09-06 18:38:04 [NOTICE] switch_core_session.c:812
switch_core_session_thread() Session 11 (OpenZAP/3:1/4) Ended
2008-09-06 18:38:04 [NOTICE] switch_core_session.c:814
switch_core_session_thread() Close Channel OpenZAP/3:1/4 [CS_HANGUP]



My configs file are: 

FreeSWITCH 1.0.1 => /etc/openzap.conf/openzap.conf
FreeSWITCH snapshot => ../conf/openzap.conf

[span zt]
name => OpenZAP
number => 1
fxo-channel => 1

[span zt]
name => OpenZAP
number => 2
fxo-channel => 2

[span zt]
name => OpenZAP
number => 3
fxs-channel => 3

conf/autoload_configs/openzap.conf.xml config:



   


  
   
   
   
   
   
   
   
  
  
   
   
   
   
   
   
   
  
  
   
   
   
   
   
  




  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/___
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