VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
sanjay.rajdev at feath... Guest
|
Posted: Tue Jun 03, 2008 6:53 pm Post subject: [asterisk-users] What does reason 8 for failure means in Man |
|
|
I tried to call a number on the ZAP channel through manager, I got an Unknown reason for failure, with the following Originate Response.
Event: OriginateResponse
Privilege: call,all
Response: Failure
Channel: Zap/G0/XXXXXXXX
Context: callback
Exten: 6563
Reason: 8
Uniqueid : NULL
CallerID : 1234
CallerIDNum: 1234
CallerIDName: ABCD
Can anyone Please let me know what does Reason 8 means here.
I tried to place the same call using the SIP phone that I have and it worked just fine.
Most of the time calls just go through fine, but sometime it fails, although the number dialed is correct.
Regards,
Sanjay Rajdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080604/26d676c2/attachment.htm |
|
Back to top |
|
|
pchammer at dynx.net Guest
|
Posted: Tue Jun 03, 2008 8:15 pm Post subject: [asterisk-users] What does reason 8 for failure means in Man |
|
|
Sanjay Rajdev wrote:
Quote: | I tried to call a number on the ZAP channel through manager, I got an
Unknown reason for failure, with the following Originate Response.
Event: OriginateResponse
Privilege: call,all
Response: Failure
Channel: Zap/G0/XXXXXXXX
Context: callback
Exten: 6563
Reason: 8
Uniqueid : NULL
CallerID : 1234
CallerIDNum: 1234
CallerIDName: ABCD
Can anyone Please let me know what does Reason 8 means here.
I tried to place the same call using the SIP phone that I have and it
worked just fine.
Most of the time calls just go through fine, but sometime it fails,
although the number dialed is correct.
| grep "AST_CONTROL" <insert path to your asterisk source
code>/include/asterisk/frame.h
#define AST_CONTROL_HANGUP 1
#define AST_CONTROL_RING 2
#define AST_CONTROL_RINGING 3
#define AST_CONTROL_ANSWER 4
#define AST_CONTROL_BUSY 5
#define AST_CONTROL_TAKEOFFHOOK 6
#define AST_CONTROL_OFFHOOK 7
#define AST_CONTROL_CONGESTION 8
#define AST_CONTROL_FLASH 9
#define AST_CONTROL_WINK 10
#define AST_CONTROL_OPTION 11
#define AST_CONTROL_RADIO_KEY 12
#define AST_CONTROL_RADIO_UNKEY 13
#define AST_CONTROL_PROGRESS 14
#define AST_CONTROL_PROCEEDING 15
#define AST_CONTROL_HOLD 16
#define AST_CONTROL_UNHOLD 17
#define AST_CONTROL_VIDUPDATE 18
An '8' would be a congestion. |
|
Back to top |
|
|
philipp.kempgen at amo... Guest
|
Posted: Tue Jun 03, 2008 8:19 pm Post subject: [asterisk-users] What does reason 8 for failure means in Man |
|
|
Sanjay Rajdev schrieb:
Quote: | I tried to call a number on the ZAP channel through manager, I got an Unknown reason for failure, with the following Originate Response.
Event: OriginateResponse
Privilege: call,all
Response: Failure
Channel: Zap/G0/XXXXXXXX
Context: callback
Exten: 6563
Reason: 8
Uniqueid : NULL
CallerID : 1234
CallerIDNum: 1234
CallerIDName: ABCD
Can anyone Please let me know what does Reason 8 means here.
|
Congestion (AST_CONTROL_CONGESTION).
Gr??e,
Philipp Kempgen
--
http://www.das-asterisk-buch.de - http://www.the-asterisk-book.com
Amooma GmbH - Bachstr. 126 - 56566 Neuwied -> http://www.amooma.de
Gesch?ftsf?hrer: Stefan Wintermeyer, Handelsregister: Neuwied B14998 |
|
Back to top |
|
|
bwentdg at pipeline.com Guest
|
Posted: Wed Jun 04, 2008 2:19 am Post subject: [asterisk-users] What does reason 8 for failure means in Man |
|
|
you mean the CO gave an All-circuts-are-busy tone ???
If not, what does AST_CONGESTION mean
Philipp Kempgen wrote:
Quote: | Sanjay Rajdev schrieb:
Quote: | I tried to call a number on the ZAP channel through manager, I got an Unknown reason for failure, with the following Originate Response.
Event: OriginateResponse
Privilege: call,all
Response: Failure
Channel: Zap/G0/XXXXXXXX
Context: callback
Exten: 6563
Reason: 8
Uniqueid : NULL
CallerID : 1234
CallerIDNum: 1234
CallerIDName: ABCD
Can anyone Please let me know what does Reason 8 means here.
|
Congestion (AST_CONTROL_CONGESTION).
Gr??e,
Philipp Kempgen
|
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|