[Asterisk-Users] PRI Cause Code Help

Eric Knudson ericknudson at gmail.com
Thu Mar 17 15:20:22 MST 2005


Trevor,

Nah, I think the response is correct. Take a look at the chart again:

http://www.lkn.ei.tum.de/lehre/kn2/anhangKap4.pdf

look at the incoming setup procedure(1 of 2) (user side).

If you get an incoming SETUP, then you MUST respond with one of the following:

CALL PROCEEDING, or ALERTING, or CONNECT, or RELEASE COMPLETE. Follow
the rest of the logic path to completion for the rest of the call.

I suspect that the carrier(since they mentioned a progress indicator)
expects your equipment to cut through audio and play a message
back("we're sorry, that extension is not available, blah, blah") or
play a busy tone or something.

Hope that helps, but unfortunately, I don't have enough experience
with * to troubleshoot this much more.

Eric




On Thu, 17 Mar 2005 11:26:12 -0800, Trevor Peirce <tpeirce at digitalcon.ca> wrote:
> Trevor Peirce wrote:
> 
> > Anyhow, they are seeing the RELEASE COMPLETE message with cause code
> > 1, however the tech told me they expect a PROGRESS indicator with a
> > value between 1 and 10.
> 
> Okay after printing off a dozen pages and taking up tons of floor space
> I think I may have figured this out... but this being my first day in
> PRI-language I'd appreciate some feed back if I'm on the right track.
> 
> First, I am seeing
> 
> < SETUP
>  > CALL PROCEEDING
> < FACILITY (w/ CID Name)
>  > RELEASE COMPLETE (Cause: 1)
> 
>  From what I understand from Q.931's figure A.2, is that the CALL
> PROCEEDING should *not* be sent to do this... and if it is we've got to
> addto the dialog slightly
> 
> < SETUP
>  > CALL PROCEEDING
> < FACILITY (w/ CID Name)
>  > DISCONNECT (Cause: 1)
> < RELEASE
>  > RELEASE COMPLETE (Cause: 1)
> 
> Someone please let me know if I'm talking nonsense or if I am going
> somewhere with this...
> 
> Many thanks,
> Trevor Peirce
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>



More information about the asterisk-users mailing list