[Home]

Summary:ASTERISK-10333: When the inbound call is not SIP, the outbound SIP call does not accepts setting the callerid via the CALLERID(num)=
Reporter:Private Name (falves11)Labels:
Date Opened:2007-09-18 15:29:06Date Closed:2011-06-07 14:03:13
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/Interoperability
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:As you can see below, I set the callerid(num)=6465727896 but the susequent INVITE still shows the original caller id as unknown.

-- AGI Script hunting.pl completed, returning 0
   -- Executing [18599858175@default:11] NoOp("H323/ip$166.70.242.77:63833/27005", "From:") in new stack
   -- Executing [18599858175@default:12] Set("H323/ip$166.70.242.77:63833/27005", "CALLERID(num)=6465727896") in new stack
   -- Executing [18599858175@default:13] Dial("H323/ip$166.70.242.77:63833/27005", "SIP/18599858175@69.67.248.28") in new stack
Audio is at 64.1.29.208 port 17712
Adding codec 0x4 (ulaw) to SDP
Adding codec 0x100 (g729) to SDP
Adding non-codec 0x1 (telephone-event) to SDP
Reliably Transmitting (no NAT) to 69.67.248.28:5060:
INVITE sip:18599858175@69.67.248.28 SIP/2.0
Via: SIP/2.0/UDP 64.1.29.208:5060;branch=z9hG4bK02380b63;rport
From: "Unknown" <sip:Unknown@minixel>;tag=as14ebc96d
To: <sip:18599858175@69.67.248.28>
Contact: <sip:Unknown@64.1.29.208>
Call-ID: 4b8115cd564302204150569e3f750b0d@minixel
CSeq: 102 INVITE
User-Agent: Cisco 3845
Max-Forwards: 70
Date: Mon, 17 Sep 2007 21:52:07 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces
Content-Type: application/sdp
Content-Length: 285


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

I can help the developers replicate the problem in my box.
Comments:By: Joshua C. Colp (jcolp) 2007-09-19 08:20:52

This is a callerid presentation issue. Presentation has been prohibited so the callerid has been replaced with Unknown. You can allow presentation by calling SetCallerPres(allowed) in your dialplan.