Mike Garey
2006-Apr-20 08:13 UTC
[Asterisk-Users] does anyone know anything about chan_btp or btpd?
I've tried posting a simple message twice, regarding using chan_btp to dial a phone number through a Zap interface, but I've received no answers, and I can't seem to figure out how to do what I want (which seems to be a pretty typical use of chan_btp - I mean, isn't it used to dial peoples' phone numbers when their bluetooth device is not present?). I was wondering if anyone could point me in the direction of anyone who may know a bit about the chan_btp driver (developers, users, whatever). My original question is posted below in case anyone can help: 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