Re: [Asterisk-Users] IRC Etiquette

2004-07-28 Thread Ing Isianto Istiadi
My comments on these matters is simple. We (newbies or experienced) still needs to learn from our experiences. Personally, I'm very appreciated when I asked a dumb question, someone replies me with the link to the documentation. Mostly it helps, but again, the documentation is not perfect. I

Re: [Asterisk-Users] Transfering with Grandstream Phones

2004-05-10 Thread Ing Isianto Istiadi
I don't know about new firmware, I'm using 1.0.4.55, but the transfer works fine with gs BT-100 with cvs asterisk (Downloaded yesterday) Where can I get firmware 1.0.4.63? can somebody give me a link? and what improvements from firmware 1.0.4.55? Isianto Interesting! Because a few months

RE: [Asterisk-Users] grandstream transfer, park and conference

2004-05-04 Thread Ing Isianto Istiadi
1. Check if Asterisk is always in the media path, i.e. you need the t or T option (or something similar) in your Dial statement. Alternatively you could introduce a canreinvite=no in sip.conf for the GS phones. 2. Check your context setup in extensions.conf and make sure that in call cases

RE: [Asterisk-Users] grandstream transfer, park and conference

2004-05-03 Thread Ing Isianto Istiadi
What's your extensions.conf and sip.conf for your Grandstreams look like? I'm not in my machine right now, but here's the relevant configs Extensions.conf [ext] Ignorepat=9 Exten=_9XX,1,Dial(zap/1,tTr,20) Exten=_9XX,2,hangup [sip] Include=ext Include=parkedcalls Sip.conf

RE: [Asterisk-Users] user password and call waiting

2004-01-20 Thread Ing Isianto Istiadi
password and call waiting Use account codes. That works ALOT better. If you require passwords then look at app_authenticate. bkw On Tue, 20 Jan 2004, Ing Isianto Istiadi wrote: Dear all, I have a questions: 1. I have 3 FXO connected to 3 analog phones. But I have 5 users using those phone. I

[Asterisk-Users] user password and call waiting

2004-01-19 Thread Ing Isianto Istiadi
Dear all, I have a questions: 1. I have 3 FXO connected to 3 analog phones. But I have 5 users using those phone. I want to be able to log who is using the phones and where to. I'd like to use password for each user so that I can keep track who is the caller and for how long. I read the

[Asterisk-Users] Sending voicemail with qmail

2004-01-15 Thread Ing Isianto Istiadi
Dear all, Is * capable to use qmail as a MTA? If so, how can I set it? Thanks Isianto ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit:

[Asterisk-Users] FW: Sending voicemail with qmail and call waiting

2004-01-15 Thread Ing Isianto Istiadi
Dear all, Is * capable to use qmail as a MTA? If so, how can I set it? I'm using asterisk v0.5, and TDM30B (FXS), Wildcard X100P(FXO), and x-lite(SIP softphone). In zapata.conf, I put already callwaiting=yes. My PSTN doesn't not support the callwaiting feature, so I don't expect the FXO is call

RE: [Asterisk-Users] Sending voicemail with qmail

2004-01-15 Thread Ing Isianto Istiadi
On Thu, 15 Jan 2004 07:14:00 -0500, Andrew Kohlsmith wrote: Is * capable to use qmail as a MTA? If so, how can I set it? It shouldn't be an issue, as qmail has the standard 'sendmail' binary included. Regards, Andrew In My * box, it has a running and working qmail (with sendmail and

Re: [Asterisk-Users] sip and x-lite

2004-01-12 Thread Ing Isianto Istiadi
try this... http://www.fnords.org/~eric/asterisk/ cm Thanks for the Info, and It worked. But I have a couple of questions: 1. There's an echo. How to get rid of the echo? 2. Is there any way to call from x-lite just the extention number? (say that in my extention.conf, I have extention 32 to

[Asterisk-Users] sip and x-lite

2004-01-11 Thread Ing Isianto Istiadi
Dear all, Can you give me the configurations for x-lite and sip in *. Thanks ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit:

[Asterisk-Users] questions

2004-01-11 Thread Ing Isianto Istiadi
Dear all, I have activated call waiting (but since my pstn doesn't support call waiting, I can't test it with the pstn), and I have 3 fxses. But when I call the extentions (if that extention is already called), then I got the busy tones. Is it possible to use call waiting for fxs phone?

[Asterisk-Users] Newbe Questions.

2003-07-09 Thread Ing Isianto Istiadi
Dear all, I'm just finished installing the TDM (2 port) and X100P. I'm using X100P to pstn, and the TDM to the phone. I've loaded the module, and I can also list the card in the /proc/zaptel/ I'm a little confused now. in zapatel.conf, how do I know which channel is which. (TDM or X100P)? Thanks