[VoIP] IAX question

ikjtel ikj1234i at yahoo.com
Thu Jan 11 19:02:29 CST 2007


----- Original Message -----
From: "John Novack" <jnovack at stromberg-carlson.org>
To: "Voice Over IP" <voip at ckts.info>
Sent: Tuesday, January 09, 2007 2:02 PM
Subject: [-SPAM-] [VoIP] IAX question

> I am attempting to get an S-100.com IAX box to
> register with Asterisk
> from a different IP address, and keep getting a
> "registration refused
> cause Code 29"
> Anyone have a clue what cause code 29 means?

John

I recently got a copy of Bellcore Notes On Networks;
on p. 6-157 in section 6.15.5.3 it states

"Code 29 is used to identify lines serving a
confinement/detention facility that are intended for
inmate/detainee use and require outward call screening
... ANI II 29 include both prison/inmate phones and
payphones..."

HAHAHAHAHAHAHAH ;-)

Seriously, code 29 is defined in
include/asterisk/causes.h as follows:
#define AST_CAUSE_FACILITY_REJECTED 29

Looking in chax_iax2.c you are likely running afoul of
the following code:
                if (iaxs[callno]->authfail ==
IAX_COMMAND_REGREJ) {
                        iax_ie_append_str(&ied,
IAX_IE_CAUSE, "Registration Refused");
                        iax_ie_append_byte(&ied,
IAX_IE_CAUSECODE, AST_CAUSE_FACILITY_REJECTED);

This suggests that the "other end" dislikes something,
probably a username/password issue...  See also 
http://www.voip-info.org/wiki/view/Asterisk+voicepulse+connect

Then scroll down about 4/5's of the page...

Best

Max


 
____________________________________________________________________________________
Any questions? Get answers on any topic at www.Answers.yahoo.com.  Try it now.



More information about the VoIP mailing list