Key tones

Sometimes when I get a call I hear the sound like someone is pressing a key on the phone.

This usually occurs when I get a call on my landline and transfer it out to my cell via voip. Any ideas where I can begin to look for the problem? It’s starting to get very annoying!

Here is what I have for this to happen in my extensions_custom.conf file

exten => 1,1,Playback(pls-hold-while-try) ;if you press 1 you get my cell phone
exten => 1,2,Dial(SIP/axvoice/my cell number)
exten => 1,3,Hangup

Also while were on this, is there a way I can send the caller ID from the call to my cell? At the moment every call appears to be from my office, which technically it is, but can I pass the CID?

Thanks!

log file fragment for a call where you get this beep injected ?

CID setting depends on your VoIP provider. if they allow you to set the CID then you can, just before you Dial() your cellphone.

How do I check the log? I’ve never had to do that before.

Thanks