Re: [Asterisk-Users] What does "callerid=" in sip.conf do?

2003-07-11 Thread carlos del mayor
For me it's working. In my sip.conf I have:
[messenger]
typen=friend
callerid="Messenger" <111>
...

And when I make a call from messenger, in the called
phone I can see 'Messenger' on the display...And if I
comment the callerid line, there is no name on the
display.

Regards
cmayor

 --- "BK [address only for mailing lists]"
<[EMAIL PROTECTED]> escribió: > Hi
> 
> since "callerid=" in sip.conf doesn't set the Caller
> ID, I suppose it 
> must be there for some other reason.
> 
> Is this a not-yet-working feature for future
> releases of Asterisk?
> 
> If not, what does it actually do?
> 
> thanks
> regards
> bk
> 
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
>
http://lists.digium.com/mailman/listinfo/asterisk-users 

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] more abou msn

2003-07-10 Thread carlos del mayor
Well,
I can answer myself. I have done
HKEY_CURRENT_USER\Software\Microsoft\MessengerService\Corp2PC_Phone
equals to '1' and the messenger dial perfectly, no '+'
anywhere, all goes OK, I can call from an to Messenger
without problems (by the moment ;-) at least!)
Regards
cmayor

 --- carlos del mayor <[EMAIL PROTECTED]>
escribió: > Hi,
> 
> Talking about messenger,,, it's still necesary to do
>
HKEY_CURRENT_USER\Software\Microsoft\MessengerService\Corp2PC_Phone
> equals to '1' ??? But it's still sending the '+'
> digit, so it's necesary to stripMSD?
> 
> Thanks a lot
> cmayor
> 
> ___
> Yahoo! Messenger - Nueva versión GRATIS
> Super Webcam, voz, caritas animadas, y más...
> http://messenger.yahoo.es
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
>
http://lists.digium.com/mailman/listinfo/asterisk-users 

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] more abou msn

2003-07-09 Thread carlos del mayor
Hi,

Talking about messenger,,, it's still necesary to do
HKEY_CURRENT_USER\Software\Microsoft\MessengerService\Corp2PC_Phone
equals to '1' ??? But it's still sending the '+'
digit, so it's necesary to stripMSD?

Thanks a lot
cmayor

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Asterix Manual

2003-07-09 Thread carlos del mayor
Here you can find some documentation:
http://www.digium.com/index.php?menu=documentation
Regards
cmayor

 --- "Dhammika Gunawardena (ISP)"
<[EMAIL PROTECTED]> escribió: > Hi,
> I am new to Asterix.
> I would like to know from where I can get a manual
> on how to use Asterix.
>  
> Thanks
> Dhammika
>  

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] modules.conf again

2003-07-09 Thread carlos del mayor
thanks a lot, E., now I understand it!
regards
cmayor
 --- Emanuele Pucciarelli <[EMAIL PROTECTED]> escribió: > Il
mer, 2003-07-09 alle 09:31, carlos del mayor ha
> scritto:
> > THANKS VERY MUCH in advance, and here they are, my
> two
> > little questions...
> 
> Well, here are my two little answers, I hope they
> are not too wildly
> incorrect :)
> 
> > 1)As I have seen, to make Asterisk load
> chan_capi.so
> > and chan_modem.so you must have:
> load=>chan_capi.so
> > and load => chan_modem.so in your modules.conf.
> But I
> > had understood some time ago that setting autoload
> =>
> > yes made Asterisk load every module that was
> necesary.
> > Then, why must I load these channels explicitely?
> 
> Because that way they are loaded first.  Some other
> modules use symbols
> that are exported by those modules, and if those
> other modules got
> loaded first, they wouldn't work.
> 
> > 2)For what is used the section [global]?
> 
> My sample cfg says:
> 
> ; Module names listed in "global" section will have
> symbols globally
> ; exported to modules loaded after them.
> 
> So it is needed to get the aforementioned result!
> 
> Bye,
> 
> --
> E.
> 
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
>
http://lists.digium.com/mailman/listinfo/asterisk-users 

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] error on web page for msn

2003-07-09 Thread carlos del mayor
Hi everybody,
I'm trying to use msn with * and for that, I'm reading
all information on the mailing list. You used to
recommend the page http://mcleod.pbx.nq.net/msn/, but
I always get an error while opening. Has it changed?
Is there another one?
Thanks
cmayor

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] modules.conf again

2003-07-09 Thread carlos del mayor
Hi everybody and sorry for posting this again to the
list. I don't want you guys to think that I'm
DEMANDING FOR SUPPORT (we all have just had several
discusions about that) but my experience tell me that
if a posted question is easy enough, it is answered
immediatly, or it will never be answerd!!!(people
forget it...)

Mine are two very simple questions about modules.conf.
It's only a problem of concept, perhaps a wrong idea,
only that. I please ask you to answer, because for me
it's important to have everything more or less
clear. 

THANKS VERY MUCH in advance, and here they are, my two
little questions...

1)As I have seen, to make Asterisk load chan_capi.so
and chan_modem.so you must have: load=>chan_capi.so
and load => chan_modem.so in your modules.conf. But I
had understood some time ago that setting autoload =>
yes made Asterisk load every module that was necesary.
Then, why must I load these channels explicitely?

2)For what is used the section [global]?

thanks a lot one more time
cmayor



___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Using multiple iconnecthere accounts

2003-07-08 Thread carlos del mayor
 --- Steven Critchfield <[EMAIL PROTECTED]> escribió:
> On Tue, 2003-07-08 at 10:10, Derek Beaumont wrote:
> > Has anybody out there tried to use two different
> iconnecthere accounts
> > with Asterisk?
> > What I want to do is use a second account if the
> first is busy.
> > I have tried the following:
> > 
> > exten=>_91NXXNXX,1,StripMSD,1
> >
> exten=>_1NXXNXX,2,Dial,SIP/[EMAIL PROTECTED]
> ;iconnect is the
> > first account
> >
> exten=>_1NXXNXX,3,Dial,SIP/[EMAIL PROTECTED]
> ;iconnect2 is
> > the second account
> > 
> > But that doesn't work.  Has anybody tried this
> before?
> 
> Isn't busy n+101 priority, or is it n+100? 

When you use the dial application, if the interface
you call to is busy, asterisk goes to priority n+101
if it's exist. If there is no response or priority
n+101 doesn't exist, then goes to priority n+1 as
usually.


>Basically
> you dial out
> similar to how you set up the busy portion of your
> voicemail.
> -- 
> Steven Critchfield  <[EMAIL PROTECTED]>
> 
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
>
http://lists.digium.com/mailman/listinfo/asterisk-users 

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Transfert call

2003-07-08 Thread carlos del mayor
Sorry!
Didn't know it got implemented!!Last notice I had is
that it would be implemented soon, but didn't think it
was SO soon...Great then!!
cmayor

 --- Martin Pycko <[EMAIL PROTECTED]> escribió: >
That got implemented recently ...
> 
> Martin
> 
> On Tue, 8 Jul 2003, carlos del mayor wrote:
> 
> > Hi Rattana,
> >
> > That kind of transfer is not yet implemented in *.
> The
> > way it will be indicated is:
> > exten =>111,dial,Zap/1,20,T
> >
> > The T indicate that transfer is permitted for
> calling
> > party, but as I've said, that's not implemented at
> the
> > moment.
> >
> > Regards
> > cmayor
> >
> >  --- Rattana BIV <[EMAIL PROTECTED]> escribió: >
> Hi,
> > >
> > >
> > > A question about transfert.
> > >
> > > How can I make transfert with the the person who
> > > call.
> > > X call Z and X transfert Z to Y.
> > > I only succeed to do X call Z and Z transfert to
> Y.
> > >
> > > If someone have a solution it will be very good
> =)
> > >
> > >
> > > regards
> > > Rattana
> >
> >
> ___
> > Yahoo! Messenger - Nueva versión GRATIS
> > Super Webcam, voz, caritas animadas, y más...
> > http://messenger.yahoo.es
> > ___
> > Asterisk-Users mailing list
> > [EMAIL PROTECTED]
> >
>
http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> 
> 
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
>
http://lists.digium.com/mailman/listinfo/asterisk-users 

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] oh323 problem (small one)

2003-07-08 Thread carlos del mayor
can you please send your oh323.conf and your
zapata.conf?

cmayor

 --- Dave Alan Caruana <[EMAIL PROTECTED]> escribió: >
I have just compiled & installed the latest oh323,
> on a fresh asterisk
> installation
> however using a previously working oh323.conf file.
> 
> When I try to dial an outbound oh323 call I get the
> following error :
> 
> -- Going to extension s|1 because of
> immediate=yes
> -- Executing Wait("Zap/1-1", "1") in new stack
> -- Accepting call from '21382890' to 's' on
> channel 1, span 1
> -- Executing Dial("Zap/1-1",
> "OH323/[EMAIL PROTECTED]") in new stack
>   1:04.782  ThreadID=0x4958a540 H323   
> Attempt to use invalid URL
> "[EMAIL PROTECTED]:1720"
> -- Couldn't call [EMAIL PROTECTED]
> -- Hungup 'H323:0'
>   == Everyone is busy at this time
> -- Executing Hangup("Zap/1-1", "") in new stack
>   == Spawn extension (incoming, s, 3) exited
> non-zero on 'Zap/1-1'
> -- Hungup 'Zap/1-1'
> 
> my extensions.conf is :
> 
> [incoming]
> exten => s,1,Wait,1
> exten => s,2,Dial(OH323/[EMAIL PROTECTED])
> exten => s,3,Hangup
> 
> I can't see anything obviously wrong, and dialling
> that h323 address from
> SJphone
> works fine (and used to work fine from asterisk too
> before).
> 
> help please :)
> 
> Dave
> 
> 
> 
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
>
http://lists.digium.com/mailman/listinfo/asterisk-users 

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] chanh323 dialling

2003-07-08 Thread carlos del mayor
 --- Dave Alan Caruana <[EMAIL PROTECTED]> escribió: > 

>what is the format for an h323 entry in the
> dialplan?

[o]H323/@

for example:
exten=>21,1,dial(H323/[EMAIL PROTECTED])

when you dial this extension Asterisk call to the
extension 11 on the host 192.192.192.192.

> can I use chan_h323 without compiling anything else

Yes, you can, you don't need anything else

> or should I compile oh323?

Only use ONE of them, h323 or oh323. If you want to
use oh323 you must compile it.

> 
> basically what's the best way :)

Both goes ok, it's your decision.

> 
> cheers
> Dave
>
regards
cmayor
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
>
http://lists.digium.com/mailman/listinfo/asterisk-users 

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Transfert call

2003-07-08 Thread carlos del mayor
Sorry

I did a mistake!!
the correct way for the extension line is:
exten =>111,1,dial,Zap/1|20|T
or
exten =>111,1,dial(Zap/1,20,T)

I did a mix...

cmayor


 --- Rattana BIV <[EMAIL PROTECTED]> escribió: > Hi,
> 
> 
> A question about transfert.
> 
> How can I make transfert with the the person who
> call.
> X call Z and X transfert Z to Y.
> I only succeed to do X call Z and Z transfert to Y.
> 
> If someone have a solution it will be very good =)
> 
> 
> regards
> Rattana 

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Transfert call

2003-07-08 Thread carlos del mayor
Hi Rattana,

That kind of transfer is not yet implemented in *. The
way it will be indicated is:
exten =>111,dial,Zap/1,20,T

The T indicate that transfer is permitted for calling
party, but as I've said, that's not implemented at the
moment.

Regards
cmayor

 --- Rattana BIV <[EMAIL PROTECTED]> escribió: > Hi,
> 
> 
> A question about transfert.
> 
> How can I make transfert with the the person who
> call.
> X call Z and X transfert Z to Y.
> I only succeed to do X call Z and Z transfert to Y.
> 
> If someone have a solution it will be very good =)
> 
> 
> regards
> Rattana 

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] register line on sip.conf

2003-07-07 Thread carlos del mayor
Hi,

Only one question: Is this the generic format for a
register line on sip.conf?
[EMAIL PROTECTED]:[EMAIL PROTECTED]:port/exten
 
Or better this one?

user:[EMAIL PROTECTED]

Or if there is another one, please tell me!
Thans a lot in advance!
cmayor

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] callgroup and pickupgroup

2003-07-07 Thread carlos del mayor
Hi,
I asked a time ago what were callgroup and pickup
group used for. I have done some proofs and all, and
I'm not sure if I have pick the idea up well!!

That's what I understand: 
For example: group=1 callgroup =2 and pickupgroup=2
and my phone is a membership of the group 1.
that's mean that when a phone that belong to group 2
is ringing, I'll be able to answer this call dialing
*8#. I hope I'm not wrong in this. 

My question is, why I need the two keywords, callgroup
and pickupgroup, if they're always the same and mean
the same, don't they?

Thanks a lot for clarifying me this!!!
cmayor

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] modules.conf

2003-07-07 Thread carlos del mayor
Hi everybody,

I have two little question about modules.conf. 

1)As I have seen, to make Asterisk load chan_capi.so
and chan_modem.so you must have: load=>chan_capi.so
and load => chan_modem.so in your modules.conf. But I
had understood some time ago that setting autoload =>
yes made Asterisk load every module that was necesary.
Then, why must I load these channels explicitely?

2)For what is used the section [global]?

thanks a lot
cmayor

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] picking up a ringing extension

2003-07-01 Thread carlos del mayor
Well, I suposse is a very basic question but,,,for
what is used: callgroup=1 and pickupgroup=1 ?
thanks!
c.mayor

--- Louis-David Mitterrand <[EMAIL PROTECTED]>
escribió: > 
> Hello, 
> 
> We are using asterisk 0.4.0 on debian sid with Cisco
> 7960 and ATA186
> phones.
> 
> All sip entries have:
> 
> callgroup=1
> pickupgroup=1
> 
> However I am unable to remotely pickup a ringing
> phone using *8#. I get
> fast busy tone. Is there some flag to add in
> extensions.conf ?
> 
> Thanks in advance,
> 
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
>
http://lists.digium.com/mailman/listinfo/asterisk-users 

___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] databases for billing

2003-06-23 Thread carlos del mayor
Muchas gracias, Brian, así lo haré.
Tiene usted un buen español, no lo pierda.
Saludos
Carlos

--- Brian Capouch <[EMAIL PROTECTED]> escribió: >
carlos del mayor wrote:
> > TWO THINGS,GARY!
> > 1-Sorry for the html, now it's off
> > 2-The mail you're talking about has arrived two
> > minutes ago.I KNOW read, thank you.
> > 
> >  I only wanted to know if somebody was working
> with
> > this, in order to simplify a litle my work
> > (documentation and all that it's what i was
> looking
> > for).
> > Gary, I don't think your reaction is ok, people
> who
> > are starting with new features (like me) only
> demand a
> > litle of help and patience, only that. I know that
> we
> > are a lot, and there are less 'guru' pepople than
> > newbie one, but a mailing list is used to help.
> You
> > can 'not help', I don't mind, but please don't
> send
> > messages that can make newbie people feel this
> mailing
> > list is not for them.
> > 
> 
> Hay varias personas aqui que no tienen nada de
> paciencia con los que 
> estan investigando Asterisk por primara vez.
> 
> Siga preguntando; tambien hay muchos aqui que si
> ayudan simpaticamente.
> 
> Yo me encuentro entremedio; no soy "newbie" ni
> "guru."  Asi lo siento 
> mucho al leer respuestas como la que le mando en
> este caso.
> 
> Favor de dispensarme mis luchas con el idioma;
> aprendi espanol como 
> trabajador y aunque lo entiendo medio bien, seguro
> que mis composiciones 
> parecen ser de nino.
> 
> B.
> 
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
>
http://lists.digium.com/mailman/listinfo/asterisk-users 

___
Yahoo! Sorteos  -  http://loteria.yahoo.es
Juega a la Lotería Primitiva sin salir de casa
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] databases for billing

2003-06-23 Thread carlos del mayor
TWO THINGS,GARY!
1-Sorry for the html, now it's off
2-The mail you're talking about has arrived two
minutes ago.I KNOW read, thank you.

 I only wanted to know if somebody was working with
this, in order to simplify a litle my work
(documentation and all that it's what i was looking
for).
Gary, I don't think your reaction is ok, people who
are starting with new features (like me) only demand a
litle of help and patience, only that. I know that we
are a lot, and there are less 'guru' pepople than
newbie one, but a mailing list is used to help. You
can 'not help', I don't mind, but please don't send
messages that can make newbie people feel this mailing
list is not for them.

Thanks for everybody that helps without desperating.
And sorry if I make you desperate!
Carlos


 --- Gary <[EMAIL PROTECTED]> escribió: > TWO THINGS
CARLOS !
> 
> one, please turn off your html formatting.
> 
> second, it was answered (and even can be seen in
> your posting..)
> 
> cdr_mysql.conf  which you will find in /etc/asterisk
> 
> actually the original is cdr_mysql.conf.sample
> 
> have read pls.
> 
> 
> On Mon, 23 Jun 2003 09:02:22 +0200 (CEST), carlos
> del mayor wrote:
> 
> >I'm only asking for some examples of
> cdr_mysql.conf, nobody has done anything with cdr
> and mysql? If you think is better another DB,,, tell
> me, please!
> >thanks in advance
> >carlos
> >
> >carlos del mayor <[EMAIL PROTECTED]> wrote:
> >can you be more explicit, please? or give me some
> examples? please, i'm little lost!
> >thanks a lot
> >carlos
> >
> >Martin Pycko <[EMAIL PROTECTED]> wrote:
> >cdr_mysql.conf
> >
> >On Fri, 20 Jun 2003, carlos del mayor wrote:
> >
> >> hi
> >> I want to do a database to save the cdr with a
> billing finality. I've created the database in mysql
> (thanks for the table and all that!) but I'm not
> sure of how to 'connect' asterisk to that database
> in order to save there the cdr. Is the
> cdr_mysql.conf what I have to config? Or must I do a
> script, with the 'database' AGI commands?
> >> Any help would be so apreciated!
> >> Thanks a lot
> >> carlos
> >>
> >>
> >> -
> >> Yahoo! Sorteos
> >> Juega a la Loter¡a Primitiva sin salir de casa
> >
> >
> >
> >___
> >Asterisk-Users mailing list
> >[EMAIL PROTECTED]
>
>http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> >-
> >Ya! hoo! Sorteos
> >Juega a la Loter¡a Primitiva sin salir de casa
> >
> >-
> >Yahoo! Sorteos
> >Juega a la Loter¡a Primitiva sin salir de casa
> 
> .
> 
> 
> 
> 
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
>
http://lists.digium.com/mailman/listinfo/asterisk-users 

___
Yahoo! Sorteos  -  http://loteria.yahoo.es
Juega a la Lotería Primitiva sin salir de casa
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] databases for billing

2003-06-23 Thread carlos del mayor
I'm only asking for some examples of cdr_mysql.conf, nobody has done anything with cdr and mysql? If you think is better another DB,,, tell me, please!
thanks in advance
carloscarlos del mayor <[EMAIL PROTECTED]> wrote:

can you be more explicit, please? or give me some examples? please, i'm little lost!
thanks a lot
carlosMartin Pycko <[EMAIL PROTECTED]> wrote:
cdr_mysql.confOn Fri, 20 Jun 2003, carlos del mayor wrote:> hi> I want to do a database to save the cdr with a billing finality. I've created the database in mysql (thanks for the table and all that!) but I'm not sure of how to 'connect' asterisk to that database in order to save there the cdr. Is the cdr_mysql.conf what I have to config? Or must I do a script, with the 'database' AGI commands?> Any help would be so apreciated!> Thanks a lot> carlos>>> -> Yahoo! Sorteos> Juega a la Lotería Primitiva sin salir de casa___Asterisk-Users mailing list[EMAIL PROTECTED]http://lists.digium.com/mailman/listinfo/asterisk-users


Ya! hoo! SorteosJuega a la Lotería Primitiva sin salir de casaYahoo! SorteosJuega a la Lotería Primitiva sin salir de casa

Re: [Asterisk-Users] Billsec on CDR

2003-06-23 Thread carlos del mayor
Spain, would be great!
thanks,
carlosStephen Davies <[EMAIL PROTECTED]> wrote:
On Fri, 20 Jun 2003, Tan Aks wrote:> Isn't there any way to make callprogress work for people in Europe? What is> it that is needed to make it work?I've done call progress for the UK. Patch to the -dev list by the endof the weekend.What country do you want?Steve___Asterisk-Users mailing list[EMAIL PROTECTED]http://lists.digium.com/mailman/listinfo/asterisk-usersYahoo! SorteosJuega a la Lotería Primitiva sin salir de casa

Re: [Asterisk-Users] databases for billing

2003-06-20 Thread carlos del mayor
can you be more explicit, please? or give me some examples? please, i'm little lost!
thanks a lot
carlosMartin Pycko <[EMAIL PROTECTED]> wrote:
cdr_mysql.confOn Fri, 20 Jun 2003, carlos del mayor wrote:> hi> I want to do a database to save the cdr with a billing finality. I've created the database in mysql (thanks for the table and all that!) but I'm not sure of how to 'connect' asterisk to that database in order to save there the cdr. Is the cdr_mysql.conf what I have to config? Or must I do a script, with the 'database' AGI commands?> Any help would be so apreciated!> Thanks a lot> carlos>>> -> Yahoo! Sorteos> Juega a la Lotería Primitiva sin salir de casa___Asterisk-Users mailing list[EMAIL PROTECTED]http://lists.digium.com/mailman/listinfo/asterisk-usersYahoo!
 SorteosJuega a la Lotería Primitiva sin salir de casa

[Asterisk-Users] databases for billing

2003-06-20 Thread carlos del mayor
hi
I want to do a database to save the cdr with a billing finality. I've created the database in mysql (thanks for the table and all that!) but I'm not sure of how to 'connect' asterisk to that database in order to save there the cdr. Is the cdr_mysql.conf what I have to config? Or must I do a script, with the 'database' AGI commands? 
Any help would be so apreciated!Thanks a lot
carlosYahoo! SorteosJuega a la Lotería Primitiva sin salir de casa