View previous topic :: View next topic |
Author |
Message |
lars at almosthappy.de Guest
|
Posted: Thu Jan 03, 2008 9:24 am Post subject: [asterisk-users] BLF trouble |
|
|
Does anybody have an idea where I can start looking to fix this?
Or is this "regular" behaviour of asterisk that it does not show an
extension as busy when it initiated the call?
Thanks,
Lars
--
Zymurgy's Law of Volunteer Labor:
People are always available for work in the past tense. |
|
Back to top |
|
|
asteriskusers at dovid... Guest
|
Posted: Thu Jan 03, 2008 4:17 pm Post subject: [asterisk-users] BLF trouble |
|
|
----- Original Message -----
From: "Lars Bensmann" <lars at almosthappy.de>
To: <asterisk-users at lists.digium.com>
Sent: Thursday, January 03, 2008 4:24 PM
Subject: Re: [asterisk-users] BLF trouble
Quote: | Does anybody have an idea where I can start looking to fix this?
Or is this "regular" behaviour of asterisk that it does not show an
extension as busy when it initiated the call?
Thanks,
Lars
--
| How do you have BLF set up ? |
|
Back to top |
|
|
lars at almosthappy.de Guest
|
Posted: Fri Jan 04, 2008 8:33 am Post subject: [asterisk-users] BLF trouble |
|
|
On Thu, Jan 03, 2008 at 11:17:24PM +0200, Dovid B wrote:
Quote: | How do you have BLF set up ?
|
sip.conf:
[general]
context=from-internal
language=de
qualify=yes
subscribecontext=blf
[pio]
type=friend
username=pio
secret=XXXXX
host=dynamic
callerid=User1 <13>
limitonpeers = yes
call-limit=100
vmexten=902
mailbox=123456
extensions.conf:
[blf]
exten => 12,hint,SIP/sekretariat
exten => 13,hint,SIP/pio&SIP/pio-mobil
Is there something I'm missing? Why are the hints working for incoming
calls but not for outgoing calls?
Lars
--
Indifference will certainly be the downfall of mankind, but who cares? |
|
Back to top |
|
|
benny+usenet at amorse... Guest
|
Posted: Fri Jan 04, 2008 9:08 am Post subject: [asterisk-users] BLF trouble |
|
|
Lars Bensmann <lars at almosthappy.de> writes:
Quote: | Does anybody have an idea where I can start looking to fix this?
Or is this "regular" behaviour of asterisk that it does not show an
extension as busy when it initiated the call?
|
It isn't how Asterisk 1.2 behaved. Can you reproduce on a vanilla 1.4?
I have the same problem, but the only 1.4's we have in production are
from atrpms.org, so they have various patches applied. We are in the
process of migrating to the ones provided in Fedora, and when that is
done I can check for myself.
The problem is most annoying.
/Benny |
|
Back to top |
|
|
lars at almosthappy.de Guest
|
Posted: Fri Jan 04, 2008 3:57 pm Post subject: [asterisk-users] BLF trouble |
|
|
On Fri, Jan 04, 2008 at 03:08:59PM +0100, Benny Amorsen wrote:
Quote: | It isn't how Asterisk 1.2 behaved. Can you reproduce on a vanilla 1.4?
|
This is also not on a vanilla 1.4. It's the BRIstuffed version from the
xorcom archive.
I can see if I can install a vanilla 1.4 off-hours and just test the
SIP-phones. Although I don't know when I will be able to do so.
Quote: | I have the same problem, but the only 1.4's we have in production are
from atrpms.org, so they have various patches applied. We are in the
process of migrating to the ones provided in Fedora, and when that is
done I can check for myself.
|
Do you use the BRIstuff version?
Is there anybody who has the hints working for outgoing calls?
Quote: | The problem is most annoying.
|
I know.
Lars
--
If you never try anything new, you'll miss out on many of life's great
disappointments.
-- Despair INC (http://www.despair.com/) |
|
Back to top |
|
|
lars at almosthappy.de Guest
|
Posted: Tue Jan 08, 2008 3:10 pm Post subject: [asterisk-users] BLF trouble |
|
|
On Fri, Jan 04, 2008 at 09:57:02PM +0100, Lars Bensmann wrote:
Quote: | I can see if I can install a vanilla 1.4 off-hours and just test the
SIP-phones. Although I don't know when I will be able to do so.
|
OK. I tested this today it it behaved exactly like before. Hints work
for incoming calls but extensions are not marked as busy for outgoing
calls.
Quote: | Is there anybody who has the hints working for outgoing calls?
|
Does this really mean it just doesn't work? Nobody has working hints for
outgoing calls? I thought this should be a rather common setup.
Should I file a bug report for this?
Lars
--
Indifference will certainly be the downfall of mankind, but who cares? |
|
Back to top |
|
|
oej at edvina.net Guest
|
Posted: Tue Jan 08, 2008 3:47 pm Post subject: [asterisk-users] BLF trouble |
|
|
8 jan 2008 kl. 21.10 skrev Lars Bensmann:
Quote: | On Fri, Jan 04, 2008 at 09:57:02PM +0100, Lars Bensmann wrote:
Quote: | I can see if I can install a vanilla 1.4 off-hours and just test the
SIP-phones. Although I don't know when I will be able to do so.
|
OK. I tested this today it it behaved exactly like before. Hints work
for incoming calls but extensions are not marked as busy for outgoing
calls.
Quote: | Is there anybody who has the hints working for outgoing calls?
|
Does this really mean it just doesn't work? Nobody has working hints
for
outgoing calls? I thought this should be a rather common setup.
Should I file a bug report for this?
| Check the documentation in sip.conf...
There is a setting for enforcing the call limit for both inbound and
outbound
on a peer only. That way you will have BLF for both directions on
a subscription.
/O |
|
Back to top |
|
|
benny+usenet at amorse... Guest
|
Posted: Tue Jan 08, 2008 3:56 pm Post subject: [asterisk-users] BLF trouble |
|
|
Lars Bensmann <lars at almosthappy.de> writes:
Quote: | Does this really mean it just doesn't work? Nobody has working hints for
outgoing calls? I thought this should be a rather common setup.
|
I would have imagined so too.
Quote: | Should I file a bug report for this?
|
I think it would be great if you did.
/Benny |
|
Back to top |
|
|
lars at almosthappy.de Guest
|
Posted: Tue Jan 08, 2008 8:07 pm Post subject: [asterisk-users] BLF trouble |
|
|
On Tue, Jan 08, 2008 at 09:47:40PM +0100, Johansson Olle E wrote:
Quote: | There is a setting for enforcing the call limit for both inbound and
outbound on a peer only.
|
Thanks for pointing me in the right direction. The limitonpeers=yes was
already set as I read in the documentation. But I set it in each friend
section.
Now I have moved it into the general section ...
Quote: | That way you will have BLF for both directions on a subscription.
|
... and it actually works after this change.
Thanks a lot,
Lars
--
...It's stupid to say that computer games have bad influence on childern.
If Pac-Man had influenced children born in the 80's, today we'd have lots
of kids running around in dark rooms eating pills, while listening to
monotonous and dull electronic music...
-- Kristian Wilson, Nintendo, Inc. 1989 |
|
Back to top |
|
|
|