Mike Garey
2006-Apr-14 13:59 UTC
[Asterisk-Users] Bluetooth (chan_btp): dialing external phone number through BTP/Zap when bluetooth device not present?
I sent the following message a few days ago, but never received a reply, so I thought I'd ask again.. Can anyone tell me how me to get asterisk to dial out a phone number using BTP when a bluetooth device is not detected? I can get BTP to dial to a SIP phone, but I can't get it to dial through a POTS phone line using the Zap interface.. I've tried putting the following under the clients section in /etc/asterisk/btp.conf: client =>user,00:12:34:56:78:90,Zap/4/1234567890 and in extensions.conf: exten => 222,1,Playback(pls-hold-while-try) exten => 222,2,Dial(BTP/user,60,m) exten => 222,3,Hangup but asterisk doesn't dial the phone number 1234567890, it simply does: Zap/4-1 answered SIP/304-fc8a and then gives me a dial tone.. From btp.conf, it says: ;If a default channel is specified, we ; use that channel if nobody has found the bluetooth device. so it seems as though I can connect to a channel (in this case Zap/4), but I can't actually get the channel to dial the given phone number.. If anyone can tell me what I'm doing wrong, I would very much appreciate it. Thanks, Mike