[asterisk-users] Question on one-way-audio with IAX

2006-10-23 Thread Matt
Hi, I have asterisk 1.2.12 running on my server. Everything seems to be working fine on it. It has an IAX connection to the terminator/orignator. Again, everything seems to be fine.. calls come in and go out. However, it seems that after a call has been up for several minutes audio will go o

Re: [asterisk-users] question about CDR command

2006-10-19 Thread William Piper
I don't believe there is any quick & simple way of doing this. You would need to add the column in the DB and modify cdr.c.   I'm sure someone out there has a "step by step" doc on how to do this. You may try the #asterisk channel on irc.   bp  On 10/19/06, unplug <[EMAIL PROTECTED]> wrote: Thanks

[asterisk-users] question about asterisk txFAX

2006-10-19 Thread Darren
I have installed the libtiff(3.5.7),spandsp-0.0.2pre24,app_txfax and app_rxfax,asterisk-1.2.12.1 on the CentOS 4.2. I set sip.conf like this: [sip_local] host=192.168.2.111 type=friend dtmfmode=rfc2833 canreinvite=no insecure=very

Re: [asterisk-users] question about CDR command

2006-10-19 Thread unplug
Thanks!! Just one more question. Can I do the same "add fieldname=1" if I add a field "fieldname" in the cdr table to perform the same action? On 10/19/06, William Piper <[EMAIL PROTECTED]> wrote: In cdr_mysql.conf add "userfield=1" under the globals setting. bp On 10/18/06, unplug <[EMAIL P

Re: [asterisk-users] question about CDR command

2006-10-19 Thread William Piper
In cdr_mysql.conf add "userfield=1" under the globals setting.   bp  On 10/18/06, unplug <[EMAIL PROTECTED]> wrote: I want to set some custom data in the field of userfield in table CDRas following.exten => s,19,Set(CDR(userfield)=1234) exten => s,20,Dial(SIP/1234)However, the userfield doesn't get

[asterisk-users] question about CDR command

2006-10-18 Thread unplug
I want to set some custom data in the field of userfield in table CDR as following. exten => s,19,Set(CDR(userfield)=1234) exten => s,20,Dial(SIP/1234) However, the userfield doesn't get update after making the call. After that, I relocate the command as following. exten => s,19,Dial(SIP/1234) e

[asterisk-users] question about astdb

2006-10-08 Thread unplug
In the astdb, there will be a record once a sip user register. However, I found that the record will still stay in the astdb even when the user not register for a long long time. Can I refresh the astdb by some command such that it will get the update status of the system? Thanks. ___

[asterisk-users] Question about SVN-trunk-r43322 and Asterisk Recording Interface

2006-09-22 Thread Hall, Eric M.
Group Any known problems with Asterisk SVN-trunk-r43322 and Asterisk Recording Interface or the vmail.cgi script? I'm unable to see voicemails via the web even though the MWI is flashing and if I look in /var/spool/asterisk/voicemail/default/100/INBOX I do see msg files in

[asterisk-users] Question about SVN-trunk-r43322 and Asterisk Recording Interface

2006-09-22 Thread Hall, Eric M.
Group Any known problems with Asterisk SVN-trunk-r43322 and Asterisk Recording Interface or the vmail.cgi script? I'm unable to see voicemails via the web even though the MWI is flashing and if I look in /var/spool/asterisk/voicemail/default/100/INBOX I do see msg files in that folder.   H

Re: [asterisk-users] question...

2006-09-12 Thread Rich Adamson
If you have four pstn telephone numbers (eg, 444-1212, 444-1213, 444-1214, and 444-1215) from your telco, then call the telco and have them implement call forwarding on each of the four lines. You might also verify they provide a "call forwarding on busy" function for those lines. After they h

Re: [asterisk-users] question...

2006-09-11 Thread Christopher Corn
all thanks for the replies. i know what to do now. thanks.John Novack <[EMAIL PROTECTED]> wrote: What provider?Pots lines?SOME providers will provide hunting on residential lines, but not all, and most probably not 4 lines. Hunting does not require any thing more than the providers switch programm

Re: [asterisk-users] question...

2006-09-11 Thread Christopher Corn
okay, i undrestand what you guys are saying. thanks alot.Brent Franks <[EMAIL PROTECTED]> wrote: > i would think i would need one DID with multiple> simultaneous connections.Hello, you can't setup a DID per se on an analog line.Essentially what you want is 4 regular POTS line in a hunt group.The f

Re: [asterisk-users] question...

2006-09-11 Thread Christopher Corn
rich, thanks for replying. i assume your talking about enabling call forward and call forward on busy from my vsp side. i dont quite grasp everything else that your saying, can you explain in laymen terms. thanks.Rich Adamson <[EMAIL PROTECTED]> wrote: Christopher Corn wrote:> i plan on buying 4

Re: [asterisk-users] question...

2006-09-11 Thread Rich Adamson
Christopher Corn wrote: i plan on buying 4 residential lines for our small office and i was giving some thought. we'd like to have one main number that can transfer calls to the other lines. but seeing that i have 4 different individual lines with different numbers, im not seeing hows thats pos

Re: [asterisk-users] question...

2006-09-11 Thread Brent Franks
i would think i would need one DID with multiple simultaneous connections. Hello, you can't setup a DID per se on an analog line. Essentially what you want is 4 regular POTS line in a hunt group. The first channel will be your incoming number. If busy, it will roll to line 2, line 3, etc unti

Re: [asterisk-users] question...

2006-09-11 Thread Paul Hales
Some telcos will set up your lines so that the calls will go to available lines, rather than the first one. PaulH AsteriskIT On Mon, 2006-09-11 at 16:01 -0700, Christopher Corn wrote: > i plan on buying 4 residential lines for our small office and i was > giving some thought. we'd like to have o

Re: [asterisk-users] question...

2006-09-11 Thread John Novack
What provider? Pots lines? SOME providers will provide hunting on residential lines, but not all, and most probably not 4 lines. Hunting does not require any thing more than the providers switch programmed to do so, but most will not do more than two lines. VOIP it all depends again on the prov

[asterisk-users] question...

2006-09-11 Thread Christopher Corn
i plan on buying 4 residential lines for our small office and i was giving some thought. we'd like to have one main number that can transfer calls to the other lines. but seeing that i have 4 different individual lines with different numbers, im not seeing hows thats possible, without tying up a li

Re: [asterisk-users] question of CLI

2006-09-01 Thread William Piper
Yea, but even with that you can't run a macro from the CLI. You'd need the manager API to do this.   bp  On 8/30/06, Tim St. Pierre <[EMAIL PROTECTED]> wrote: Sort of.  There is a command line argument to the asterisk process that runsit's arguments as CLI commands.  You could write a shell script

[asterisk-users] Question about 7940s and call forwarding

2006-08-31 Thread Joshua M Thompson
Hello, I need some advice on the following problem I'm trying to solve: At the office we are using 7940s as our phones, connected to an asterisk box via SIP. Pretty standard setup, nothing fancy. Everyone has an extension that comes out as a single line button on the phones, with the second line u

Re: [asterisk-users] question of CLI

2006-08-30 Thread William Piper
I don't believe that the CLI was ever designed to do what you are asking. You should check out the manager API to do this type of stuff.   bp  On 8/30/06, unplug <[EMAIL PROTECTED]> wrote: Hi,In CLI, I can issue a dial command.  How can I run a macro in CLI?Is it possibe?Thanks. ___

[asterisk-users] question of CLI

2006-08-30 Thread unplug
Hi, In CLI, I can issue a dial command. How can I run a macro in CLI? Is it possibe? Thanks. ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailm

Re: [asterisk-users] Question about context for incoming calls

2006-08-28 Thread Adam Collard
ot;gc" [EMAIL PROTECTED] Date: Mon, 28 Aug 2006 07:40:34 -0700 To: asterisk-users@lists.digium.com Subject: [asterisk-users] Question about context for incoming calls > I am new to asterisk. After studying the book and the tutorial on the > Internet, I am still confued about how to use cont

Re: [asterisk-users] Question about context for incoming calls

2006-08-28 Thread Joshua Colp
gc wrote: I am new to asterisk. After studying the book and the tutorial on the Internet, I am still confued about how to use context for incoming calls. Here is my question: If I create s extensions in two different contexts for incoming calls which one will be used? When a call comes in, whic

[asterisk-users] Question about context for incoming calls

2006-08-28 Thread gc
I am new to asterisk. After studying the book and the tutorial on the Internet, I am still confued about how to use context for incoming calls. Here is my question: If I create s extensions in two different contexts for incoming calls which one will be used? When a call comes in, which conte

[asterisk-users] Question about queue

2006-08-15 Thread unplug
Hi, I have set a queue 5000 with a agent logged in. When an user dial 5000, will ring and then answer the call. Queue function will execute and recording is started. However, the recorded wav file is not a valid file with just a few bytes. Anyone can help me to enable the recording

[asterisk-users] question about oh323 and ring tone

2006-08-11 Thread asterisk
When I put a call from an H323 phone to an asterisk box equiped with oh323 I cannot hear any ring tone on the phone (NetMeeting). When call is answered everything is OK, i can hear and the other person too can hear me. I found this: https://skylab.inaccessnetworks.com/mantis/view.php?id=79 which

[asterisk-users] Question on iax2 show netstats

2006-08-10 Thread Matt
Hi, When I run iax2 show netstats... what is each side? Obviously Local is me and Remote is the other side... but which is which direction? That being is local me --> remote or is local remote --> me? LOCAL - REMOTE ---

Re: [asterisk-users] question about asterisk DB

2006-07-23 Thread unplug
Do you mean the patch can use to replace asterisk DB by ARA? On 7/24/06, Matt Riddell (NZ) <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 RR wrote: > Unplug, I'm sure there are other people with better ideas but if you > see on sineapps, I remember someone having writt

Re: [asterisk-users] question about asterisk DB

2006-07-23 Thread Matt Riddell (NZ)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 RR wrote: > Unplug, I'm sure there are other people with better ideas but if you > see on sineapps, I remember someone having written a patch which > seperates out the the sip registry into a new table. If this is stable Save you searching: http://ww

Re: [asterisk-users] question about asterisk DB

2006-07-23 Thread RR
Unplug, I'm sure there are other people with better ideas but if you see on sineapps, I remember someone having written a patch which seperates out the the sip registry into a new table. If this is stable and tested, then you might want to use that with an ARA configuration and have all your aster

Re: [asterisk-users] question about asterisk DB

2006-07-22 Thread unplug
Thanks! Actually, I want to share the asterisk DB using multiple asterisks. So I use NFS to share the whole directory /var/lib/asterisk in order to share files including astdb of asterisk. However, there is not what I expected. Say, UA1 registers asterisk1 and UA2 registers asterisk2. Asterisk

Re: [asterisk-users] question about asterisk DB

2006-07-21 Thread Russell Bryant
On Sat, 2006-07-22 at 11:34 +0800, unplug wrote: > That's right. We can find many information about Realtime (ARA). But > I can't find any information talking about asterisk DB. Where does it > store data? As I said before, there is a file > /var/lib/asterisk/astdb. Does it used to store data

Re: [asterisk-users] question about asterisk DB

2006-07-21 Thread unplug
That's right. We can find many information about Realtime (ARA). But I can't find any information talking about asterisk DB. Where does it store data? As I said before, there is a file /var/lib/asterisk/astdb. Does it used to store data in asterisk DB? Anymore information about asterisk DB th

Re: [asterisk-users] question about asterisk DB

2006-07-21 Thread Benjamin Stocker
cemail+ODBC+storage -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of unplug Sent: Friday, July 21, 2006 8:02 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] question about asterisk DB Hi, What is the mechanism of aster

RE: [asterisk-users] question about asterisk DB

2006-07-21 Thread Natambu Obleton
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of unplug Sent: Friday, July 21, 2006 8:02 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] question about asterisk DB Hi, What is the mechanism of asterisk DB? In folder /var/lib/asterisk, there is a file c

[asterisk-users] question about asterisk DB

2006-07-21 Thread unplug
Hi, What is the mechanism of asterisk DB? In folder /var/lib/asterisk, there is a file called astdb. Does it used for storing data of asterisk DB? thanks,unplug ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To

[asterisk-users] question about function realtime

2006-07-19 Thread unplug
Hi, I am using realtime function to query the table. Table sipprop name,number,forward Peter,1234,0 May,4321,1 RealTime(sipprop|name|Peter) and it can simple get the output of number if the record exist. If I issue RealTime(sipprop|name|John), asterisk will show "No Realtime Matches Found". W

Re: [Asterisk-Users] Question setting up a "bat phone" extension.

2006-07-19 Thread Eric \"ManxPower\" Wieling
Kai Ober wrote: Eric "ManxPower" Wieling schrieb: Grandstream seems unable to produce stable firmware. They have tried for *YEARS* and still people have to try many different versions of the firmware to find one that actually works in their environment. okay, i see, thx :) i will try to r

Re: [Asterisk-Users] Question setting up a "bat phone" extension.

2006-07-18 Thread Kai Ober
Eric "ManxPower" Wieling schrieb: Grandstream seems unable to produce stable firmware. They have tried for *YEARS* and still people have to try many different versions of the firmware to find one that actually works in their environment. okay, i see, thx :) i will try to remember, if i'm

Re: [Asterisk-Users] Question setting up a "bat phone" extension.

2006-07-18 Thread Eric \"ManxPower\" Wieling
Kai Ober wrote: Eric "ManxPower" Wieling schrieb: I don't know about Grandstream devices since they are banned from our network. Banned? I didn't try any other devices, but whats wrong with the Grandstreams?? Grandstream seems unable to produce stable firmware. They have tried for *YEARS*

Re: [Asterisk-Users] Question setting up a "bat phone" extension.

2006-07-18 Thread Kai Ober
Eric "ManxPower" Wieling schrieb: I don't know about Grandstream devices since they are banned from our network. Banned? I didn't try any other devices, but whats wrong with the Grandstreams?? wondering Kai ___ --Bandwidth and Colocation provi

Re: [Asterisk-Users] Question setting up a "bat phone" extension.

2006-07-18 Thread Gonzalo Servat
On 6/11/06, James Harper <[EMAIL PROTECTED]> wrote: [.snip.] My dialplan in the pap2 is: (<:0>S0) Which causes it to dial a '0' to asterisk as soon as I gets picked up. In my asterisk dialplan it then does a DISA to another context, which means Asterisk is doing all the dialplan stuff. For what

Re: [Asterisk-Users] Question setting up a "bat phone" extension.

2006-07-18 Thread Eric \"ManxPower\" Wieling
Kai Ober wrote: Has somebody done that with a Grandstream GXP-2000 or a BudgetTone 100/101 ? Has somebody even a list which SIP phones have this funtion? SIPura supports it, Cisco ATAs support it. I assume that Cisco phones support it. I don't know about Grandstream devices since they a

Re: [Asterisk-Users] Question setting up a "bat phone" extension.

2006-07-18 Thread Kai Ober
Has somebody done that with a Grandstream GXP-2000 or a BudgetTone 100/101 ? Has somebody even a list which SIP phones have this funtion? Regards Kai It's called "hotline" or Private Line Auto Ringdown (PLAR). SIP: It's a function of the phone, look for "hotline" in phone docs Zap: immedi

[asterisk-users] question ast db

2006-07-17 Thread unplug
Hi, I want to know about the content of ast db. It is like a registry of the asterisk to store information about register users. The similar user register information will be stored in DB in ARA. I want to verify that when user sends a register request and it is valid, asterisk will capture th

[asterisk-users] Question on event AgentComplete of Manager API

2006-07-11 Thread Tielin Xu
Hi All: I got inconsistent Agent complete events, I placed two calls to dial the same queue 3666, agent complete event has right information and time stamp in first call. Second call was terminated at 09:24:59, the agent complete event came in at wrong time at 09:24:42. Does anyone know why? Pleas

[Asterisk-Users] question about the register/invite call flow

2006-06-28 Thread unplug
Hi, Does anyone know what asterisk do during the register & invite process using ARA (realtime) with Nat enabled? Say there is an UA1 send an register request to asterisk. Asterisk will parse the register request header (in which source file?). It will get the necessary information & update t

RE: [Asterisk-Users] Question about ring groups and ext. busy in call

2006-06-26 Thread Cullin J. Wible
ED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris SuttonSent: Monday, June 26, 2006 11:15 PMTo: asterisk-users@lists.digium.comSubject: [Asterisk-Users] Question about ring groups and ext. busy in call I have a ring group set up with 3 extensions… we’ll use 14, 15 and 16.   When a call comes in, it rings

[Asterisk-Users] Question about ring groups and ext. busy in call

2006-06-26 Thread Chris Sutton
I have a ring group set up with 3 extensions… we’ll use 14, 15 and 16.   When a call comes in, it rings all three extensions.  If one particular extension already is on the phone, it completely skips that phone and only rings the other 2.  Example to explanation sake is:   Call comes in

[Asterisk-Users] Question about the SET(CALLERID(all)) Function

2006-06-23 Thread Shawn Kelley
Does the CALLERID(all)  also set the ANI Information, or does the Set CALLERID(ani) also have to be called? ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: ht

[Asterisk-Users] Question about context from-internal

2006-06-19 Thread Tielin Xu
All: I tested echo test by dialing *43 under Asterisk configured by FreePbx by using x-lite softphone. I could not figure out how the call is routed to context from-internal. In sip_additional.conf, I have three extensions defined as 2826, 2800 and 2801, which all are defined context as from-inter

Re: [Asterisk-Users] Question setting up a "bat phone" extension.

2006-06-11 Thread Thomas Kenyon
James Harper wrote: > So... asterisk can't tell the difference between 's' for 'no extension > dialled', and when 's' was actually the name of the extension dialled... > is this the expected behaviour? > > I surely hope so, you can refer to it as such in the extensions.conf as well (with goto et

RE: [Asterisk-Users] Question setting up a "bat phone" extension.

2006-06-11 Thread James Harper
> On Sun, 2006-06-11 at 20:52 +1000, James Harper wrote: > > Ideally I would have liked the pap2 to have done the same as 'immediate' > > when talking about fxo, capi, misdn, etc, but I couldn't get it to > > automatically dial nothing. A '0' was the best I could do. If anyone > > knows how to put

RE: [Asterisk-Users] Question setting up a "bat phone" extension.

2006-06-11 Thread trixter aka Bret McDanel
On Sun, 2006-06-11 at 20:52 +1000, James Harper wrote: > Ideally I would have liked the pap2 to have done the same as 'immediate' > when talking about fxo, capi, misdn, etc, but I couldn't get it to > automatically dial nothing. A '0' was the best I could do. If anyone > knows how to put it into im

RE: [Asterisk-Users] Question setting up a "bat phone" extension.

2006-06-11 Thread James Harper
> James Harper wrote: > > Easy to do on the Linksys PAP2, if that helps. The functionality > > probably depends on the make and model of the phone... maybe if you gave > > those details as well? > > > > James > > > Fantastic, this may solve the problem In the mail I've just posted > (which hasnt' a

Re: [Asterisk-Users] Question setting up a "bat phone" extension.

2006-06-11 Thread Thomas Kenyon
James Harper wrote: > Easy to do on the Linksys PAP2, if that helps. The functionality > probably depends on the make and model of the phone... maybe if you gave > those details as well? > > James > Fantastic, this may solve the problem In the mail I've just posted (which hasnt' appeared yet). I

RE: [Asterisk-Users] Question setting up a

2006-06-10 Thread undrhil . 1528785
>Easy to do on the Linksys PAP2, if that helps. The functionality > probably depends on the make and model of the phone... maybe if you gave > those details as well? > > James > Well, there's the rub. I don't have any of the hardware yet. I am looking at the various options before buying anyth

Re: [Asterisk-Users] Question setting up a "bat phone" extension.

2006-06-10 Thread Eric \"ManxPower\" Wieling
It's called "hotline" or Private Line Auto Ringdown (PLAR). SIP: It's a function of the phone, look for "hotline" in phone docs Zap: immediate=yes, runs exten => when phone is picked up Cisco and others: Look up PLAR [EMAIL PROTECTED] wrote: Basically, I am looking to set up an extension which

RE: [Asterisk-Users] Question setting up a "bat phone" extension.

2006-06-10 Thread James Harper
PROTECTED] > Sent: Sunday, 11 June 2006 10:42 > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Question setting up a "bat phone" extension. > > Basically, I am looking to set up an extension which will be used as a > "help-line". > I want

[Asterisk-Users] Question setting up a "bat phone" extension.

2006-06-10 Thread undrhil . 1528785
Basically, I am looking to set up an extension which will be used as a "help-line". I want it to function kind of like the bat phone from the old Batman series, where Commissioner Gordon would pick up the extension in his office and it would ring the phone back at Wayne's mansion. Is there a way

Re: [Asterisk-Users] Question about SIP or IAX2 or both for Asterisk.

2006-06-08 Thread Sharon Lim
Hi there, SIP more commanly used and it is a openstandard. Meanwhile IAX2 is a protocol on asterisk. I dont think it will effect the cpu resources cause they are bid with the same codecs like G711 and etc..so if you used SIP or IAX2 it also refer to the same codecs...so dont think it will take a lo

[Asterisk-Users] Question about SIP or IAX2 or both for Asterisk.

2006-06-08 Thread Lan
Dear Friends and Supporters!   I have successfully installed the asterisk at home, and it is working perfectly with sip and iax2 users.  However, I am wondering that should we use only sip or only iax2?   If we use both of them,  does it take a lots of cpu resources to translate between sip

Re: [Asterisk-Users] Question on parkinglot

2006-04-27 Thread Mojo with Horan & Company, LLC
Your Dial command must have both T and t in it to be able to transfer both incoming and outgoing calls. in features.conf, you can change # for blind transfer to ## -- this lets you use # in banks and voicemails and other auto attendants. Moj Matt wrote: Hi I'm a little confused here...

Re: [Asterisk-Users] Question about the zaptel-1.2.5-patch

2006-04-26 Thread Thomas Artner
Am Wednesday 26 April 2006 20:43 schrieb Wai Wu: > If I download zaptel-1.2.5, do I still have to apply the > zaptel-1.2.5-patch? no. > ___ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or upd

[Asterisk-Users] Question about the zaptel-1.2.5-patch

2006-04-26 Thread Wai Wu
If I download zaptel-1.2.5, do I still have to apply the zaptel-1.2.5-patch? ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/aste

[Asterisk-Users] Question on connecting to another system

2006-04-25 Thread Matt
Hi, If I am interfacing with a legacy PBX system a few questions. #1 What do I need to do to configure 1 port on a dual port card as pri_cpe and another as pri_net? Do I just change my config half-way through the zaptel.conf file? #2 When I setup span=1,1,0,esf,b8zs doesn't the esf indicate

Re: [Asterisk-Users] Question about Asterisk realtime

2006-04-24 Thread Avi Miller
Tielin Xu wrote: I'd like to use FreePBX, it seems some setup inconsistency with Asterisk RealTime, do you know any other good admin tool for Asterisk? FreePBX is not designed to work with Asterisk RealTime. I don't know of a GUI to configure RealTime myself. :) -- National Manager - Specia

Re: [Asterisk-Users] Question about Asterisk realtime

2006-04-24 Thread Tielin Xu
Avi: I got login failed message from x-lite. I checked asterisk log, I got following: res_config_mysql.c MySQL RealTime: Retrieve SQL: SELECT * from sip_peers where name = '2826' res_config_mysql.c MySQL RealTime: Everything is fine. res_config_mysql.c MySQL RealTime: Failed to query database. Ch

Re: [Asterisk-Users] Question about Asterisk realtime

2006-04-24 Thread Avi Miller
Tielin Xu wrote: I noticed that there is no ip address stored for my softphone in Mysql, how does the Asterisk know which computer my softphone is running? I checked the config files, no softphone registrations in sip.conf. freePBX stores your phone information in sip_additional.conf and does

[Asterisk-Users] Question about Asterisk realtime

2006-04-24 Thread Tielin Xu
Hi All: I used FreePBX to configure Asterisk, and tables are create in MySQL by using FreePBX install script. I created two x-lite softphone accounts by using FreePBX, they are stored in table sip as friend. I followed wiki doc to edit the extconfig.conf file. I can not get those two softphone to

[Asterisk-Users] Question on parkinglot

2006-04-13 Thread Matt
Hi I'm a little confused here... trying to setup a parking lot... lot is setup but how do I send calls to the parkinglot? If I allow #700 transfer, it seems I can only transfer on inbound calls... if I use a T in my dialplan I can only transfer on outbound calls... additionally pressing #

Re: [Asterisk-Users] Question on clicking

2006-04-11 Thread Matt
t; From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Matt > > Sent: Tuesday, April 11, 2006 8:15 AM > > To: Asterisk Users Mailing List - Non-Commercial Discussion > > Subject: [Asterisk-Users] Question on clicking > > > > This isn't an a

Re: [Asterisk-Users] Question on clicking

2006-04-11 Thread Matt
l Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Matt > Sent: Tuesday, April 11, 2006 8:15 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [Asterisk-Users] Question on clicking > > This isn't an asterisk question,

[Asterisk-Users] Question on clicking

2006-04-11 Thread Matt
This isn't an asterisk question, more of a telco question. Hopefully someone on this list involved with telco can answer it. I have a client who is using asterisk with analog phone lines. There is a bad clicking noise on the line. "Click Click Click". We have narrowed it down to bei

RE: [Asterisk-Users] Question on clicking

2006-04-11 Thread Bob McDowell
ll -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Sent: Tuesday, April 11, 2006 8:15 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Question on clicking This isn't an asterisk question, more of a telco qu

RE: [Asterisk-Users] question about DISA

2006-04-09 Thread Koopmann, Jan-Peter
On Sonntag, 9. April 2006 9:58 Tele Cost Price Reducer wrote: > hi Ronald, > > i would use a CallerIDNum authentication, based on the Asterisk > Database to solve it. > > then you do not need any verification. Dangerous. CallerIDs can be easily faked in some countries using VoIP providers.

Re: [Asterisk-Users] question about DISA

2006-04-09 Thread Tele Cost Price Reducer
hi Ronald, i would use a CallerIDNum authentication, based on the Asterisk Database to solve it. then you do not need any verification. you just build a list of approved numbers in the database and then have a context checking the whitelist.   if you need more help, let me know,   Mickey  On 4/8/06

[Asterisk-Users] question about DISA

2006-04-08 Thread Ronaldo Chan
Lists,     Hi, good day, i was being task to create a DISA access for internal purpose of the company, i'm having a problem to work with it with authentication, but i think it's really a straight forward thing to do, can someone enlight me on this. thanks   sample code snippet   exten => 5,Got

[Asterisk-Users] Question about Polycom 601 and expansion module.

2006-03-27 Thread Olger Merlos V.
Hi, I have questions about the Polycom 601 and side card 1) In the side card the lights all time off... But all functions it's ok. I need help with extension module of polycom... All works fine... But lights not work So... I don't know when any person or extension is busy... Any ideas?

RE: [Asterisk-Users] Question about meetme app

2006-03-18 Thread Michael Gaudette
Augenstine Sent: March 17, 2006 8:19 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Question about meetme app My mistake. Locking a conference from the CLI does prevent any additional callers from connecting. But AFAIK locking the conference does not

[Asterisk-Users] Question on compiling Zaptel

2006-03-17 Thread Larry Alkoff
I have two simple questions regarding compiling Zaptel based on the confusing (to a kernel newbie) instructions at http://www.voip-info.org/wiki/view/Asterisk+Zaptel+Installation. The instructions say: For a Linux 2.6 kernel you may need to: modify the EXTRAVERSION statement in Makefile so i

RE: [Asterisk-Users] Question about meetme app

2006-03-17 Thread Jonathan Augenstine
l Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan > Augenstine > Sent: March 17, 2006 5:16 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Question about meetme app > > A locked conferen

RE: [Asterisk-Users] Question about meetme app

2006-03-17 Thread Michael Gaudette
Sent: March 17, 2006 5:16 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Question about meetme app A locked conference means that a pin number is required to join the conference. On Fri, 2006-03-17 at 16:20 -0500, Michael Gaudette wrote: > I hav

Re: [Asterisk-Users] Question about meetme app

2006-03-17 Thread Jonathan Augenstine
A locked conference means that a pin number is required to join the conference. On Fri, 2006-03-17 at 16:20 -0500, Michael Gaudette wrote: > I have a quick question about the MeetMe app. A locked conference means > what exactly? > > A) That people can't join anymore > B) That everyone is muted

[Asterisk-Users] Question about meetme app

2006-03-17 Thread Michael Gaudette
I have a quick question about the MeetMe app. A locked conference means what exactly? A) That people can't join anymore B) That everyone is muted except the admin Follow-up question If the answer above is A, how do you accomplish B? Mick ___ --Band

RE: [Asterisk-Users] Question about advanced IVR

2006-03-17 Thread Bob McDowell
n Behalf Of Devon Watkins Sent: Thursday, March 16, 2006 11:26 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Question about advanced IVR Hi all, I am a fairly new * user, so please bear with me. I have been scoring the net for this info, but have had little

Re: [Asterisk-Users] Question about advanced IVR

2006-03-17 Thread Time Bandit
> 2)Read the book "Asterisk, The future of telephony". > You can buy it or download it for free. I dont have > the link to it but if some one else does please post > it. http://www.asteriskdocs.org/modules/tinycontent/index.php?id=11 ___ --Bandwidth and C

Re: [Asterisk-Users] Question about advanced IVR

2006-03-17 Thread Dovid Bender
I Would reccomend learning asterisk bit by bit. It's the only way to do it. Here are several tools that you can use. 1)Get [EMAIL PROTECTED] Its a great resource for starters. You can learn a lot from it. You can get it at http://asteriskathome.lists.digium.com 2)Read the book "Asterisk, The future

[Asterisk-Users] Question about advanced IVR

2006-03-16 Thread Devon Watkins
Hi all, I am a fairly new * user, so please bear with me. I have been scoring the net for this info, but have had little success. I am looking for any tips and info on how to build a "information delivery" ivr app. By that I mean it will simply play prerecorded sound files and respond to key

Re: [Asterisk-Users] Question from a newbie on finding digium hosts

2006-03-08 Thread Joseph Tanner
What exactly do you need? A digium card could be anything from one pstn line, to multiple t1 lines, to who knows what else. And serial number authentication...what's this for? Does a user dial in, enter in a serial, then get access to something? Like a calling card, or something completely diff

[Asterisk-Users] Question from a newbie on finding digium hosts

2006-03-07 Thread Gene Expression
Hey all, I have a client whose previous programmer ditched. I'm his webmaster, and now he wants me to have an asterisk system set up for serial number authentication...and I have a digium card from the previous guy. Are there hosts that will set this up for me? ie, rack space somwhere? Are the

[Asterisk-Users] Question: "When i Diall a group"

2006-03-06 Thread didier
Hello, This question is probabely recurrent, i apologize, but i haven't found a limpid explanation (for me) in mail list, google, and hum source code): When use the Command DIAL to ring a group, WHERE is stored the name of the 'winner' who pick up the call ? ($variable = ?), and, step beyo

[Asterisk-Users] Question on SIP authentication with users from OpenSER

2006-02-09 Thread Barry Flanagan
Hi, We are using Asterisk 1.2.3 with RealTime for PSTN and Voicemail where users register with an OpenSER cluster (2 nodes currently). When they request PSTN they are forwarded to * where they have entries in SIP realtime database. This ensures that they get their correct CallerID and contex

[Asterisk-Users] Question on SIP Domains and registration

2006-01-30 Thread Barry Flanagan
Hello, I have a situation where I need to differentiate between registrations by users where there might be clashes on the left hand side (username) portion of the SIP From URI. (for a multi-domain virtual hosting system) It seems that only the username portion is used for SIP authentication,

Re: [Asterisk-Users] question about zttest

2006-01-20 Thread Mojo with Horan & Company, LLC
My prior box would do this too, with exactly 99.987793 almost every time as you saw. It only had a wildcard, x100p. actually, clone maybe. The other notable difference is that I see you're using apic. have you tried with the noapic kernel option to see if that changes your results? Anyway

RE: [Asterisk-Users] question about zttest

2006-01-17 Thread Carlos Alperin
Yes, But I'm reading on the opposite side, or always I loose 1 sample? [EMAIL PROTECTED] zaptel-1.2.1]# ./zttest -v Opened pseudo zap interface, measuring accuracy... 8192 samples in 8191 sample intervals 99.987793% 8192 samples in 8191 sample intervals 99.987793% 8192 samples in 8191 sample i

Re: [Asterisk-Users] question about zttest

2006-01-17 Thread Tzafrir Cohen
On Mon, Jan 16, 2006 at 09:00:28PM -0500, Carlos Alperin wrote: > Another request make me test my t1 card, which has no quality problems, but > all that I get is: > > > > [EMAIL PROTECTED] zaptel-1.2.1]# ./zttest > > Opened pseudo zap interface, measuring accuracy... > > 99.987793% 99.987793%

Re: [Asterisk-Users] question about zttest

2006-01-16 Thread Kevin Bockman
Carlos Alperin wrote: [EMAIL PROTECTED] zaptel-1.2.1]# ./zttest Opened pseudo zap interface, measuring accuracy... 99.987793% 99.987793% 99.987793% 99.987793% 99.987793% 99.987793% 99.987793% Is anything wrong about this? I never get 100.00 % most of the times. No problem there. Neith

[Asterisk-Users] question about zttest

2006-01-16 Thread Carlos Alperin
Another request make me test my t1 card, which has no quality problems, but all that I get is:   [EMAIL PROTECTED] zaptel-1.2.1]# ./zttest Opened pseudo zap interface, measuring accuracy... 99.987793% 99.987793% 99.987793% 99.987793% 99.987793% 99.987793% 99.987793% 99.987793% 99.98779

<    2   3   4   5   6   7   8   9   10   >