[asterisk-bugs] [JIRA] (ASTERISK-22021) Amaizing CallerID
Badalian Vyacheslav (JIRA)
noreply at issues.asterisk.org
Fri Jul 5 09:11:03 CDT 2013
Badalian Vyacheslav created ASTERISK-22021:
----------------------------------------------
Summary: Amaizing CallerID
Key: ASTERISK-22021
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22021
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Channels/chan_sip/General
Affects Versions: 1.8.21.0
Environment: centos 5
Reporter: Badalian Vyacheslav
In sip.conf we have callerid:
; 4986836333/1
[a74986836333](sip_line)
username=a74986836333
secret=...
callerid=4986836333 <4986836333>
if i test
[root at asterisk agi-bin]# asterisk -rx "sip show peer a74986836333" | grep -i callerid
Callerid : "4986836333" <4986836333>
all is ok...
but if i call in CDR, AGI, AEL func CallerID(NUM) return a74986836333
example:
[root at asterisk agi-bin]# tail -n 10000 /var/log/asterisk/cdr-csv/Master.csv | grep a74986836333 | tail -n 4
"","a74986836333","4986836299","is_pots","a74986836333","Local/4986836299 at is_pots-00001c7b;2","DAHDI/i1/84986836299-28ac","Dial","DAHDI/g1/S84986836299,90,g","2013-07-05 17:40:35",,"2013-07-05 17:40:52",17,0,"NO ANSWER","DOCUMENTATION","1373031635.49893",""
"","a74986836333","4986836299","output","a74986836333","SIP/a74986836333-00004959","Local/4986836299 at is_pots-00001c7b;1","Dial","Local/4986836299 at is_pots/n","2013-07-05 17:40:35",,"2013-07-05 17:40:52",17,0,"NO ANSWER","DOCUMENTATION","1373031635.49891",""
"","a74986836333","4986836299","is_pots","a74986836333","Local/4986836299 at is_pots-00001cc2;2","DAHDI/i1/84986836299-2932","Dial","DAHDI/g1/S84986836299,90,g","2013-07-05 18:05:05",,"2013-07-05 18:05:16",11,0,"NO ANSWER","DOCUMENTATION","1373033105.50467",""
"","a74986836333","4986836299","output","a74986836333","SIP/a74986836333-00004a41","Local/4986836299 at is_pots-00001cc2;1","Dial","Local/4986836299 at is_pots/n","2013-07-05 18:05:05",,"2013-07-05 18:05:16",11,0,"NO ANSWER","DOCUMENTATION","1373033105.50465",""
and
[Jul 5 18:05:05] VERBOSE[28760] res_agi.c: agi-in.pl: in/a74986836333/4986836299: CID ALL <a74986836333> --
WHY!?
This situation occurs in about 5% of phone numbers. We have a total of more than 1,000 phone numbers.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list