Hello,
On 10/11/10 11:28 PM, Lucas Alvarez wrote:
Hi, I'm having a problem with the caller ID, I have implemented an integration between asterisk and kamailio following this tutorial: http://kb.asipto.com/asterisk:realtime:kamailio-3.0.x-asterisk-1.6.2-astdb and the problem is that when I call from extension, let's say 1000, to another extension, let's say 2000, the callerid number is always the number I'm calling, in this case 2000. Using xlog and printing $fu, $fU variables I realize that when the call came from asterisk to the destination number, kamailio changes the "From" headers. I will appreciate any kind of help. Regards.
can you take a SIP trace of such case on kamailio server? preferably with ngrep:
ngrep -d any -qt -W byline port 5060
Cheers, Daniel