Gaurav P
2012-Feb-27 00:00 UTC
[asterisk-users] pstn bridge to asterisk - phones connected to pstn stop ringing when asterisk answers
Hi All, I am using an Obi110 to bridge my PSTN line to Asterisk. Inbound and outbound calls work fine, but I noticed that phones connected directly to the PSTN line stop ringing as soon as Asterisk answers and rings one of my extensions. I'd like the regular phones to continue ringing so I have the option to use my multi-handset phone that is directly connected to the wall if I'm not close to my VOIP extension. Thanks, Gaurav -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120226/d903d993/attachment.htm>
Sebastian Arcus
2012-Feb-27 08:07 UTC
[asterisk-users] pstn bridge to asterisk - phones connected to pstn stop ringing when asterisk answers
On 27/02/12 00:00, Gaurav P wrote:> Hi All, > > I am using an Obi110 to bridge my PSTN line to Asterisk. Inbound and > outbound calls work fine, but I noticed that phones connected directly > to the PSTN line stop ringing as soon as Asterisk answers and rings one > of my extensions. I'd like the regular phones to continue ringing so I > have the option to use my multi-handset phone that is directly connected > to the wall if I'm not close to my VOIP extension. > > Thanks, > GauravAny chance of posting the relevant section of extensions.conf? If you do an Answer() in your dialplan, that would indeed answer the line and stop phones connected directly to PSTN from ringing further. Sebastian
Martin
2012-Feb-28 01:41 UTC
[asterisk-users] pstn bridge to asterisk - phones connected to pstn stop ringing when asterisk answers
----- Original Message ----- From: Gaurav P To: Asterisk Users Mailing List - Non-Commercial Discussion Sent: Sunday, February 26, 2012 7:00 PM Subject: [asterisk-users] pstn bridge to asterisk - phones connected to pstn stop ringing when asterisk answers>Hi All, >I am using an Obi110 to bridge my PSTN line to Asterisk. Inbound and outbound >calls work fine, but I noticed that phones connected directly to the PSTN line >stop ringing as soon as Asterisk answers and rings one of my extensions. I'd >like the regular phones to continue ringing so I have the option to use my >multi-handset phone that is directly connected to the wall if I'm not close to >my VOIP extension.>Thanks, >GauravIm sure your incomming context starts with Answer() command. Remove it. Martin