[Home]

Summary:ASTERISK-09285: calls out to Nortel CS1000 hang up
Reporter:geisj (geisj)Labels:
Date Opened:2007-04-19 15:47:22Date Closed:2007-05-02 02:06:27
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) hf_sip_log.txt
Description:I can call into a Nortel CS1000 with SIP just fine.
I get voice prompts and everything. DTMF works.

When I use a outgoing call file the phone rings, I answer and
the session is hangup.

Jerry



****** ADDITIONAL INFORMATION ******

       [Nortel]
       type=friend
       dtmfmode=rfc2833
       username=XXXXXXXXX
       disallow=all
       allow=ulaw
       allow=alaw
       context=nortel
       host=XXXXXXXXXX
       canreinvite=yes
       qualify=yes
       useregphone=yes
Comments:By: Tilghman Lesher (tilghman) 2007-04-19 19:41:37

The Nortel seems to be sending the header:
Contact: <sip:7113;phone-context=cdp.udp@qg.com:5060;maddr=192.168.45.129;transport=udp;user=phone>

which would not appear to be RFC-compliant.  The semi-colon is the parameter delimiter, so the base URI is "sip:7113" which is an invalid URI (since 7113 is a username, not a hostname).  I'm not sure what else we can do here.

By: geisj (geisj) 2007-04-19 20:05:29

I think this is an asterisk issue though as I actuall had 1.0.7
working just fine. It does not hangup on call files.

There is an AGI bug in 1.0.7 that is forcing the upgrade.
I had to change the source (slightly) to not error out on multipart SDP headers
but that was all.

So again 1.0.7 works and 1.4.2 does not. Same CS 1000 switch.

Jerry

By: geisj (geisj) 2007-04-19 20:11:15

Actually the 7113 is the actual extension being called if thats what you
mean???

Its not a "username".

We may be saying the same thing.

Jerry

By: geisj (geisj) 2007-04-20 07:07:43

As A whim I tried 1.2.17 this morning.
It seems to be working...

So I think this leads me to think that something isnt right in 1.4.2??

1.0.7 works with the CS 1000 (with a multipart sdp change)
1.2.17 works as is no changes
1.4.2 hangs up when calling out using outgoing spool files (seemed to work otherwise)

Hope that helps...

Jerry

By: Olle Johansson (oej) 2007-05-02 02:05:29

This is a duplicate bug report.

By: Olle Johansson (oej) 2007-05-02 02:06:25

Moving to issue ASTERISK-9163 that reports the same issue.