[Asterisk-Users] dtmf tones

2005-08-22 Thread Leonardo F. Bauchwitz

Dtmf tones during conversation

Help for this use case:

I need detect a dtmf tone during conversation.
For example:
A call B
B answer A
A and B talk
B (while talk) press *111

and I defined an action en extensions.conf to
exten = *111,1,Application()

and while the application is executed A and B continues talk

---
What application would have to use?

Thanks and regards

Leonardo






___
1GB gratis, Antivirus y Antispam
Correo Yahoo!, el mejor correo web del mundo
http://correo.yahoo.com.ar

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users






___ 
1GB gratis, Antivirus y Antispam 
Correo Yahoo!, el mejor correo web del mundo 
http://correo.yahoo.com.ar 


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] dtmf tones during conversation

2005-08-21 Thread Leonardo F. Bauchwitz

Help for this use case:

I need detect a dtmf tone during conversation.
For example:
A call B
B answer A
A and B talk
B (while talk) press *111

and I defined an action en extensions.conf to
exten = *111,1,Application()

and while the application is executed A and B continues talk

---
What application would have to use?

Thanks and regards

Leonardo






___ 
1GB gratis, Antivirus y Antispam 
Correo Yahoo!, el mejor correo web del mundo 
http://correo.yahoo.com.ar 


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Can I introduce sql sentences in the DialPlan (Asterisk Realtime)??

2005-07-13 Thread Leonardo F. Bauchwitz

Hallo all!

Know somebody, if exist Dialplan commands (specifically sql sentences)
for Asterisk Realtime?

For example:
I have users defined in mysql database.
In the dialplan, I would like to select one field of a table.
select email from sip_buddies where name=200

I try to use DBget, but I have error. I think because DBget use intern
Database, and can 't connect to mysql.
(Sintaxis:  DBget(varname=family/key))

I think (if it does not exist at the moment) that it is very interesant
we can write in the dialplan sql-sentences
What think about this?

Leonardo F. Bauchwitz






___ 
1GB gratis, Antivirus y Antispam 
Correo Yahoo!, el mejor correo web del mundo 
http://correo.yahoo.com.ar 


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Can I introduce sql sentences in the DialPlan (Asterisk Realtime)??

2005-07-13 Thread Leonardo F. Bauchwitz

Matthew Boehm wrote:


Leonardo F. Bauchwitz wrote:


Hallo all!

Know somebody, if exist Dialplan commands (specifically sql sentences)
for Asterisk Realtime?

For example:
I have users defined in mysql database.
In the dialplan, I would like to select one field of a table.
select email from sip_buddies where name=200

I try to use DBget, but I have error. I think because DBget use intern
Database, and can 't connect to mysql.
(Sintaxis:  DBget(varname=family/key))

I think (if it does not exist at the moment) that it is very interesant
we can write in the dialplan sql-sentences
What think about this?

Leonardo F. Bauchwitz



CLI show application realtime

you could do

exten = 12,1,Realtime(sippeers,name,200)

also look at app_addon_mysql if you want to do pure SQL queries not 
supported by realtime


-Matthew


Thanks Matthew!
That is the answer to my question..
Realtime is wonderful

Regards

Leonardo F. Bauchwitz





___ 
1GB gratis, Antivirus y Antispam 
Correo Yahoo!, el mejor correo web del mundo 
http://correo.yahoo.com.ar 


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Asterisk + spandsp

2005-07-11 Thread Leonardo F. Bauchwitz

I just installed the Debian package.
I will probe and comment to all.
Thanks Tzafrir!


Leonardo

Leonardo F. Bauchwitz

Tzafrir Cohen wrote:


On Sat, Jul 09, 2005 at 11:43:00PM +, Leonardo F. Bauchwitz wrote:
 


Hello Tzafrir:

Tzafrir Cohen wrote:

   


On Sat, Jul 09, 2005 at 01:15:16PM +, Leonardo F. Bauchwitz wrote:


 


Hello:
I dont know, if is my question to do hier, or in the dev-list, but anyway:
I 've installed Asterisk (head, development because I need Realtime), 
but when I try to apply the patch I 've got many errors, reason why I 
wrote myself the apps/Makefile.

(Of course, first, I compiled spandsp, etc.)
Then, I try to compile Asterisk, but it 's impossible:
 

   


For the record, the debian source package asterisk-apps-spandsp builds
out-of-tree just fine.


 

I use Debian and Ututo-e (and I have proved Xorcom :)), but this 
package, -asterisk-apps-spandsp- support Asterisk Real Time?
   



The package itself is a simple asterisk application. I don't think that
real-time configuration is much relevant to it. Maybe you need to build
it with HEAD to get real-time, though.

 

Now, I work with the development version of Asterisk because support 
that issue.
   



We don't yet package HEAD, however the above was a general comment about
out-of-tree building of asterisk modules. The amount of patching needed
to get them to build out-of-tree is generally minimal.

There's a small script in the contrib directory to help with that, but
so far I never used it.

 



___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Asterisk + spandsp

2005-07-09 Thread Leonardo F. Bauchwitz

Hello:
I dont know, if is my question to do hier, or in the dev-list, but anyway:
I 've installed Asterisk (head, development because I need Realtime), 
but when I try to apply the patch I 've got many errors, reason why I 
wrote myself the apps/Makefile.

(Of course, first, I compiled spandsp, etc.)
Then, I try to compile Asterisk, but it 's impossible:
The output:


app_rxfax.c:14:1: warning: _GNU_SOURCE redefined
command line:4:1: warning: this is the location of the previous 
definition

app_rxfax.c: In function `phase_e_handler':
app_rxfax.c:70: error: structure has no member named `resolution'
app_rxfax.c:77: error: structure has no member named `callerid'
app_rxfax.c:81: error: structure has no member named `resolution'
app_rxfax.c:83: error: structure has no member named `rx_file'
make[1]: *** [app_rxfax.so] Error 1
make[1]: Leaving directory `/usr/src/asterisk/apps'
make: *** [subdirs] Error 1


Can anyone help me?

Thanks

Leonardo F. Bauchwitz

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Asterisk + spandsp

2005-07-09 Thread Leonardo F. Bauchwitz

Hello Tzafrir:

Tzafrir Cohen wrote:


On Sat, Jul 09, 2005 at 01:15:16PM +, Leonardo F. Bauchwitz wrote:
 


Hello:
I dont know, if is my question to do hier, or in the dev-list, but anyway:
I 've installed Asterisk (head, development because I need Realtime), 
but when I try to apply the patch I 've got many errors, reason why I 
wrote myself the apps/Makefile.

(Of course, first, I compiled spandsp, etc.)
Then, I try to compile Asterisk, but it 's impossible:
   



For the record, the debian source package asterisk-apps-spandsp builds
out-of-tree just fine.
 

I use Debian and Ututo-e (and I have proved Xorcom :)), but this 
package, -asterisk-apps-spandsp- support Asterisk Real Time?
Now, I work with the development version of Asterisk because support 
that issue.


Leonardo Federico Bauchwitz

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Spanish doc

2005-06-22 Thread Leonardo F. Bauchwitz

Hi:
We have finished the translation of the FAQ of Digium to spanish.
They are already (in Spanish) available for download (in 
http://ourproject.org/projects/asterix/):


* FAQ  Frequently Asked Questions
* Features
* Hardware compatibility list
* Fast Installation Zaptel
All the documentation is available for download

Soon the following documents will be finished:
Volume one and Asterisk Gateway Interface (AGI)

Bye

Leonardo Federico Bauchwitz
Coordinator of Asterisk documentation in Spanish
https://ourproject.org/projects/asterix/
[EMAIL PROTECTED]






___ 
1GB gratis, Antivirus y Antispam 
Correo Yahoo!, el mejor correo web del mundo 
http://correo.yahoo.com.ar


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users