Hey,
I am a newbie, I have a question that probably might be very easy to answer but after hours of searching google i couldnt find the answer so here we go
I am running asterisk 1.4.18,
when 1111111 calls to my asterisk box 222222 and from there i forward it to my cell phone I get the call displayed as anonymous but after sip debug
I noticed that Remote-Party-ID display the 1111111 number which exactly what i need to be display to my cell phone so my question is how in the
extension.conf or sip.conf I set the Remote-Party-ID to be the Caller id?
here is a short log of what i mean
INVITE sip:22222222@XXX.XXX.XX.XXX;user=phone SIP/2.0
Via: SIP/2.0/UDP XXX.XX.XX.XX:5060;branch=z9hG4bKj0cqs6207omhbbk387g1.1
From: sip:anonymous@XXX.XX.XX.XX;user=phone;tag=SDihh8301-10000000-0-2087141232
To: sip:22222222@XXX.XXX.XX.XXX;user=phone
CSeq: 1 INVITE
Min-SE: 1800
Session-Expires: 1800
Supported: timer
Contact: sip:anonymous@XXX.XX.XX.XX:5060;transport=udp
Call-ID: SDihh8301-bf128355f4886743f0b53ecd2679edac-v3000i1
Remote-Party-ID: sip:111111111@192.168.51.70;user=phone;party=calling;id-type=subscriber;privacy=uri;screen=yes
Max-Forwards: 69
Content-Type: application/sdp
Content-Length: 285
which means i want the call-id to be presented as Remote-Party-ID: <sip:111111111…
instead of Contact: <sip:anonymous
I am really desperate and will appreciate any help on the subject.
Thanks in advance,
Tony.