I'm trying to switch from one call to another incoming call from PSTN. When I'm getting a "beep" I press flash but instead of swithing to the second call, I'm getting a dial tone. even if I press *0, I cannot connect to the second call. Anybody had this problem? Tx, Bogdan
On Jun 20, 2004, at 9:40 AM, asterisk-users-request@lists.digium.com wrote:> I'm trying to switch from one call to another incoming call from PSTN. > When I'm getting a "beep" I press flash but instead of swithing to the > second call, I'm getting a dial tone. even if I press *0, I cannot > connect > to the second call. > > Anybody had this problem? >This is one of the catches I ran across while working on a new deployment of * in my home. The workaround I've been using is to hang up on the first call, at which point whatever was beeping on call waiting will ring the line. The drawback is that you have to hang up on the current call to get the call waiting call. On the 2.x Sipura firmware there's an option for the device to send the hook flash event as a SIP message, but * doesn't know what to do with it. Support for this could be added by, for example, triggering a hook flash on the zap channel currently in use by the phone that sent the message. I haven't tried this on other phones, or looked in to this in any depth. I'm also pretty new to *, so I don't know how hard it would be for me to make a patch that would handle this. That said, I could be totally wrong and there is a way to get the hook flash to translate from the phone to a zap channel, but as far as I can tell, there isn't. -- Seth "cave quid dicis, quando, et cui" Mattinen sethm@rollernet.us
Hi, I posted an error message I was getting while using enum with the latest CVS, but the problem disappered. Well, it seems to be intermitten. The messages below: Jun 20 15:23:30 WARNING[1218565440]: enum.c:186 parse_naptr: Regex compilation error (regex = "!^+16131234567$"). Jun 20 15:23:30 WARNING[1218565440]: enum.c:264 enum_callback: Failed to parse naptr :( Jun 20 15:23:30 WARNING[1218565440]: dns.c:141 dns_parse_answer: Failed to parse result Jun 20 15:23:30 WARNING[1218565440]: dns.c:183 ast_search_dns: Parse error What is internesting is that this is happening only with 1 number, I have 2 other numbers registered and everything works fine with the other 2. Regards, Wojtek
Your regexp is WRONG 1.1.enum.blah.net naptr = 2 40 "u" "iax2+E2U" "!^\\+(.*)$!iax2:blahnet@peer/\\1!" . Thats a valid enum naptr record. It would translate into iax2:blahnet@peer/11 bkw ----- Original Message ----- From: "Wojciech Tryc" <wojtek@tryc.ca> To: <asterisk-users@lists.digium.com> Sent: Sunday, June 20, 2004 2:27 PM Subject: [Asterisk-Users] enum problem with latest cvs> Hi, > I posted an error message I was getting while using enum with the latest > CVS, but the problem disappered. > Well, it seems to be intermitten. > The messages below: > > Jun 20 15:23:30 WARNING[1218565440]: enum.c:186 parse_naptr: Regex > compilation error (regex = "!^+16131234567$"). > Jun 20 15:23:30 WARNING[1218565440]: enum.c:264 enum_callback: Failed to > parse naptr :( > Jun 20 15:23:30 WARNING[1218565440]: dns.c:141 dns_parse_answer: Failed to > parse result > Jun 20 15:23:30 WARNING[1218565440]: dns.c:183 ast_search_dns: Parse error > > What is internesting is that this is happening only with 1 number, I have2> other numbers registered and everything works fine with the other 2. > > Regards, > Wojtek > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
This is only intermittent problem!!?!? Wojtek ----- Original Message ----- From: "Brian K. West" <brian@bkw.org> To: <asterisk-users@lists.digium.com> Sent: Sunday, June 20, 2004 3:50 PM Subject: Re: [Asterisk-Users] enum problem with latest cvs> Your regexp is WRONG > > 1.1.enum.blah.net naptr = 2 40 "u" "iax2+E2U" > "!^\\+(.*)$!iax2:blahnet@peer/\\1!" . > > Thats a valid enum naptr record. > > It would translate into iax2:blahnet@peer/11 > > bkw > > ----- Original Message ----- > From: "Wojciech Tryc" <wojtek@tryc.ca> > To: <asterisk-users@lists.digium.com> > Sent: Sunday, June 20, 2004 2:27 PM > Subject: [Asterisk-Users] enum problem with latest cvs > > > > Hi, > > I posted an error message I was getting while using enum with the latest > > CVS, but the problem disappered. > > Well, it seems to be intermitten. > > The messages below: > > > > Jun 20 15:23:30 WARNING[1218565440]: enum.c:186 parse_naptr: Regex > > compilation error (regex = "!^+16131234567$"). > > Jun 20 15:23:30 WARNING[1218565440]: enum.c:264 enum_callback: Failed to > > parse naptr :( > > Jun 20 15:23:30 WARNING[1218565440]: dns.c:141 dns_parse_answer: Failedto> > parse result > > Jun 20 15:23:30 WARNING[1218565440]: dns.c:183 ast_search_dns: Parseerror> > > > What is internesting is that this is happening only with 1 number, Ihave> 2 > > other numbers registered and everything works fine with the other 2. > > > > Regards, > > Wojtek > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >