Joseph wrote:

On Thu, 2005-06-09 at 11:57 -0400, Mark Johnson wrote:
I just downloaded the latest chan_sccp and am having problems with internal to internal calls with callerid. I added a few debug lines to the code to help sort it out, but here's what happens... Exten 581 calls 580. On the display 581 shows "Unknown number to 580". On exten 580, the display shows "Test Phone2 to Unknown number". Here are some of the lines from the CLI including my added debug lines:

   -- Set calledParty Name: Test Phone1 Number 580
   -- Executing Dial("SCCP/581-00000005", "SCCP/580|15|Ttr") in new stack
SCCP trying to call SCCP, format 4, data, 580
   --  --*> 581
   -- New channel context: office
   -- Asterisk request to call: SCCP/580-00000006
   -- Set callingParty Name: Test Phone2 Number 581
 == Sending Packet Type SetLampMessage (16 bytes)
 == Sending Packet Type SetRingerMessage (8 bytes)
 == {CallStateMessage} callState=RingIn(4), lineInstance=1, callReference=6
 == Sending Packet Type CallStateMessage (28 bytes)
*** Calling Party Name: Test Phone2
*** Calling Party Number: 581
*** Called Party Name:
*** Called Party Number:
 == Sending Packet Type CallInfoMessage (208 bytes)
 == Sending Packet Type DisplayPromptStatusMessage (48 bytes)
== {SelectSoftKeysMessage} lineInstance=1 callReference=6 softKeySetIndex=3 validKeyMask=65535/65535
 == Sending Packet Type SelectSoftKeysMessage (20 bytes)
   -- Called 580
-- Asked to indicate '3' (Dialing) condition on channel SCCP/581-00000005
   -- Current tone (36) is equiv to wanted tone (36).  Ignoring.
 == Sending Packet Type DisplayPromptStatusMessage (48 bytes)
== {CallStateMessage} callState=RingOut(3), lineInstance=1, callReference=5
 == Sending Packet Type CallStateMessage (28 bytes)
*** Calling Party Name:
*** Calling Party Number:
*** Called Party Name: Test Phone1
*** Called Party Number: 580


The lines beginning with "***" are the debug lines I added inside the sccp_channel_send_callinfo function. Any ideas?

Mark


Is this CVS-HEAD?

It seems to work fine on cvs head.

I think there where some changes in the current cvs head vs the stable
that may make stable caller id not work.

Cisco 7910's and CVS-HEAD from 06/03/05.
_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to