Re: [asterisk-users] Asterisk Query

2010-05-28 Thread garge rama
Hi Noah, Thank You.After changing Zap to Dahdi in conf files, able to make calls Now. Regards, Garge. On Thu, May 6, 2010 at 8:56 PM, Noah Miller noahisaacmil...@gmail.comwrote: Hi Garge - exten = ,1,Asterisk_Application(Action) ;Dial(Zap/1/${Phone_Number_you want}) Two things:

Re: [asterisk-users] Asterisk Query

2010-05-06 Thread garge rama
Hi Juan, Thanks for your inputs, I tried with changes you suggested and find my observation. After adding context and extension able to make an outgoing call [Digium-fxs to X-lite2000]. But not able to make incoming call [X-lite2000 to Digium-fxs]. Call failed with, (1) “*Call

Re: [asterisk-users] Asterisk Query

2010-05-06 Thread Noah Miller
Hi Garge - exten = ,1,Asterisk_Application(Action) ;Dial(Zap/1/${Phone_Number_you want}) Two things: 1. There is no such thing as Zap anymore. Zap has been renamed to Dahdi because of a trademark issue. So your extension should look like: exten = ,Dial(Dahdi/1/) 2. Do you

[asterisk-users] Asterisk Query

2010-04-29 Thread garge rama
Hi, I am new to asterisk and trying to make calls with TDM400P asterisk digium card. I am using asterisk-1.6.2.4, dahdi-linux-complete-2.3.0+2.3.0 and libpri-1.4.10.2 packages which are downloaded from asterisk website ( www.asterisk.org) and able to compile successfully. TDM400P Digium

Re: [asterisk-users] Asterisk Query

2010-04-29 Thread Juan David Diaz
2010/4/29 garge rama garge.r...@gmail.com Hi, I am new to asterisk and trying to make calls with TDM400P asterisk digium card. I am using asterisk-1.6.2.4, dahdi-linux-complete-2.3.0+2.3.0 and libpri-1.4.10.2 packages which are downloaded from asterisk website ( www.asterisk.org)

RE: [Asterisk-Users] asterisk query mysql problem or bug?

2005-08-11 Thread Wei Kun
It does the trick! Thanks Kun -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Matthew Boehm Sent: Thursday, August 11, 2005 11:13 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] asterisk query mysql problem

[Asterisk-Users] asterisk query mysql problem or bug?

2005-08-10 Thread Wei Kun
Hi; I have entries as below in DB, mysql select * from sip_buddies; ++--+--++-+++--- -++--+--+ | id | name | context | defaultip | host| mailbox| type | regseconds | ipaddr | username | port |