Hello people, I am using Asterisk with a handful of Micronet SP5100 IP Phones and a Micronet SP5052 FXO Gateway. So far I have incoming calls ringing all the phones correctly, outgoing calls working, voicemail working and calls between phones working. The only think I cant get working is Transferring of calls, and the ability to put calls on hold. The phones have both a 'Transfer' button and a 'Hold' button on them. I have tried using both the H323 and oh323 modules, but neither seems to work. My extensions are setup like so: exten => 8000,1,Dial(h323/10.0.3.11,20,T) exten => 8000,2,Answer exten => 8000,3,Playback(call-later) exten => 8000,4,Hangup I have also tried using hook-flash to do transfers, but it just hangs up on the caller. I have read as much documentation as I can find, and have been lurking in IRC for days! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030709/cf2e4ac4/attachment.htm
Hello Aaron Martin, Yesterday we discussed the possibility to buy some Micronet hardware. We haven't used hardware from this vendor yet and I wanted to ask you a question about the Micronet SP5052 FXO Gateway features. Is there any way to setup SP5052 FXO to answer a call from PSTN and to forward it immediately to the Asterisk box - using hotline dial or something like that. PSTN -> Micronet SP5052 FXO -> Asterisk IVR (Thank you for calling .... etc) Best regards Lubo Aaron Martin wrote:> Hello people, > > I am using Asterisk with a handful of Micronet SP5100 IP Phones and a > Micronet SP5052 FXO Gateway. > > So far I have incoming calls ringing all the phones correctly, outgoing > calls working, voicemail working and calls between phones working. The > only think I cant get working is Transferring of calls, and the ability > to put calls on hold. > > The phones have both a 'Transfer' button and a 'Hold' button on them. > > I have tried using both the H323 and oh323 modules, but neither seems to > work. My extensions are setup like so: > > exten => 8000,1,Dial(h323/10.0.3.11,20,T) > exten => 8000,2,Answer > exten => 8000,3,Playback(call-later) > exten => 8000,4,Hangup > > I have also tried using hook-flash to do transfers, but it just hangs up > on the caller. > > I have read as much documentation as I can find, and have been lurking > in IRC for days!
Aaron Martin wrote:> Hello people, > > I am using Asterisk with a handful of Micronet SP5100 IP Phones and a > Micronet SP5052 FXO Gateway. > > So far I have incoming calls ringing all the phones correctly, outgoing > calls working, voicemail working and calls between phones working. The > only think I cant get working is Transferring of calls, and the ability > to put calls on hold. > > The phones have both a 'Transfer' button and a 'Hold' button on them. > > I have tried using both the H323 and oh323 modules, but neither seems toThe idea is to use Asterisk for these services and not H.450.x> work. My extensions are setup like so: > > exten => 8000,1,Dial(h323/10.0.3.11,20,T) > exten => 8000,2,Answer > exten => 8000,3,Playback(call-later) > exten => 8000,4,Hangup > > I have also tried using hook-flash to do transfers, but it just hangs up > on the caller. > > I have read as much documentation as I can find, and have been lurking > in IRC for days!Michael.