[asterisk-bugs] [Asterisk 0014424]: [patch] Caller ID is missing for h323 calls.

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Feb 27 05:31:34 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=14424 
====================================================================== 
Reported By:                jnaren
Assigned To:                jpeeler
====================================================================== 
Project:                    Asterisk
Issue ID:                   14424
Category:                   Channels/chan_h323
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     acknowledged
Asterisk Version:           1.6.0.3 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-02-06 08:39 CST
Last Modified:              2009-02-27 05:31 CST
====================================================================== 
Summary:                    [patch] Caller ID is missing for h323 calls.
Description: 
Hi I am running

*CLI> core show version
Asterisk 1.6.0.3 built by root @ box on a i686 running Linux on 2009-01-26
17:15:21 UTC


Extensions.conf has

exten => _8.,1,AGI(meta.agi,${EXTEN},${STRFTIME(${EPOCH},,%d-%b-%Y
%H:%M:%S)},${CALLERID(ani)},${CALLERID(ani2)},${CALLERID(all)},${CALLERID(dnid)},${CALLERID(num)},${CALLERID(rdnis)},${CALLERID(num)},${CALLINGANI2}})

When a h323 calls comes in I do not get any callerid passed to the agi as
parameters.

*CLI>     -- Executing [888112 at default:1] AGI("H323/ip$MYIP:27863/23707",
"meta.agi,888112,06-Feb-2009 14:28:31,,0,"" <>,888112,,,,0}") in new stack

when a sip call comes in i get the caller id.

Executing [888112 at default:1] AGI("SIP/ASTIP-082593b8",
"meta.agi,888112,06-Feb-2009 14:30:29,2073081111,0,""
<2073081111>,888112,2073081111,,2073081111,0}") in new stack

The calls work fine. No problem in both cases, but the Caller id is
missing for h323 calls.
====================================================================== 

---------------------------------------------------------------------- 
 (0100881) jnaren (reporter) - 2009-02-27 05:31
 http://bugs.digium.com/view.php?id=14424#c100881 
---------------------------------------------------------------------- 
Hi Jeff. 

Here are the test results so far. The same results are produced with or
without your latest patch.


Working combination for caller id on H323.

call originating from TDM -> Quintum GATEWAY CMS(P106-07-00) -> Quintum
softswitch CRSP(P106-12-00) -> asterisk 1.6.0.6(gets caller id)


Non working combination

call originating from TDM -> Quintum GATEWAY CMS(P106-07-00) -> asterisk
1.6.0.6(no caller id)


When comparing the wireshark trace between the two I see a seperate
parameter called 'calling party number' under h225 q931 section for the
good call.


As you mentioned for the incorrect call the caller id is presented in blob
of data which the quintum softswitch somehow reads but the asterisk
doesnt.


I will now take this up with quintum support, upgrade the gateway and see
if the CMS is to standard.


Thanks for the help so far.


regards

Naren. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-02-27 05:31 jnaren         Note Added: 0100881                          
======================================================================




More information about the asterisk-bugs mailing list