Re: [asterisk-users] Current possible values for DIALSTATUS?

2009-06-12 Thread Danny Nicholas
\n _ From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of John Regal Sent: Thursday, June 11, 2009 8:40 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [asterisk-users] Current possible values for DIALSTATUS

Re: [asterisk-users] Current possible values for DIALSTATUS?

2009-06-12 Thread Philipp Kempgen
Danny Nicholas schrieb: According to app_dial.c these are the present values (1.4.25-rc2; I assume these are the same for 1.6.1.1) DIALSTATUS - This is the status of the call:\n CHANUNAVAIL | CONGESTION | NOANSWER | BUSY | ANSWER | CANCEL\n

Re: [asterisk-users] Current possible values for DIALSTATUS?

2009-06-12 Thread John Regal
-users-boun...@lists.digium.com] On Behalf Of Philipp Kempgen Sent: Friday, June 12, 2009 10:28 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Current possible values for DIALSTATUS? Danny Nicholas schrieb: According to app_dial.c these are the present

Re: [asterisk-users] Current possible values for DIALSTATUS?

2009-06-12 Thread Danny Nicholas
To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: Re: [asterisk-users] Current possible values for DIALSTATUS? Thanks for the reply. I may be mistaken for assuming that 'disposition' values in CDR were actually from DIALSTATUS. My CDR table has entries for 'disposition' including

Re: [asterisk-users] Current possible values for DIALSTATUS?

2009-06-12 Thread Philipp Kempgen
John Regal schrieb: I may be mistaken for assuming that 'disposition' values in CDR were actually from DIALSTATUS. My CDR table has entries for 'disposition' including ANSWERED, FAILED, NO ANSWER. True. and BUSY. -Original Message- From: asterisk-users-boun...@lists.digium.com

[asterisk-users] Current possible values for DIALSTATUS?

2009-06-11 Thread John Regal
Hi, As of v 1.6.1.1, can anyone tell me what the current possible values for DIALSTATUS could be? I found http://www.voip-info.org/wiki/view/Asterisk+variable+DIALSTATUS but believe it is outdated since there is no FAIL or FAILED in this list. Thanks!