[asterisk-users] GXP - 2000 BLF

2006-10-05 Thread Andrew Shelton








Hello,

 

I have been trying to get my Grandstream busy line filter to
work for ages..

 

All the lights flash as they are supposed to.

 

If one Grandstream 7000 calls another Grandstream 7003 I can
use Grandstream 7002 to pick the call up pressing the BLF button and all works
fine.

 

However if I call Grandstream 7000 with a mobile phone and
try to pickup the call with Grandstream 7002 all I get is a 603 error on
Grandstream 7002.

 

I am using firmware 1.1.12 for the Grandstream and 1.2.12.1
version of asterisk

 

 

This is the error I get from my log..

 

if some one could please help

 Oct  5 12:12:51 DEBUG[7723] chan_sip.c: build_route: Contact hop: Oct  5 12:12:51 VERBOSE[8828] logger.c: -- Executing NoOp("SIP/7003-b721be28", "**7002") in new stackOct  5 12:12:51 VERBOSE[8828] logger.c: -- Executing Pickup("SIP/7003-b721be28", "7002") in new stackOct  5 12:12:51 DEBUG[8828] app_directed_pickup.c: No originating channel found.Oct  5 12:12:51 DEBUG[8828] app_directed_pickup.c: No call pickup possible...Oct  5 12:12:51 VERBOSE[8828] logger.c:   == Spawn extension (inbound-from-stem, **7002, 2) exited non-zero on 'SIP/7003-b721be28'Oct  5 12:12:51 DEBUG[7716] channel.c: Avoiding initial deadlock for 'SIP/7003-b721be28'

 

SIP [7000]type=friendcontext=inbound-from-stemSubscribecontext=BLFsecret=*host=dynamiccanreinvite=nocallgroup=2pickupgroup=2[EMAIL PROTECTED]username=7000dtmfmode=rfc2833callerid="STEM" <17524543545>qualify=yes

 

 

EXTENSIONS

 

[default]

include => stem

include => to-siemens

include => BLF

include => BLF_group_pickup

 

 

[stem]

;exten STEM GROUP = 01752 692205

exten => 123454,1,Ringing

exten => 123454,n,Wait(1)

exten => 123454,n,Answer()

exten => 123454,n,NoOp(${CALLERID(all)})

exten => 123454,n,SetCIDName(Outside Caller)

exten => 123454,n,Set(CALLERID(number)=9${CALLERIDNUM})

exten => 123454,n,NoOp(${CALLERID(all)})

exten => 123454,n,Macro(stdexten2,7003,${STEMGROUP},20)

 

;exten 7000 = 01752 692204

exten => 123455,1,Ringing

exten => 123455,n,Wait(1)

exten => 123455,n,Answer()

exten => 123455,n,NoOp(${CALLERID(all)})

exten => 123455,n,SetCIDName(Outside Caller)

exten => 123455,n,Set(CALLERID(number)=9${CALLERIDNUM})

exten => 123455,n,NoOp(${CALLERID(all)})

exten => 123455,n,Macro(stdexten2,7000,${stem},20)

 

;exten 7001 = 01752 692283

exten => 123456,1,Ringing

exten => 123456,n,Wait(1)

exten => 123456,n,Answer()

exten => 123456,n,NoOp(${CALLERID(all)})

exten => 123456,n,SetCIDName(Outside Caller)

exten => 123456,n,Set(CALLERID(number)=9${CALLERIDNUM})

exten => 123456,n,NoOp(${CALLERID(all)})

exten => 123456,n,Macro(stdexten2,7001,${stem1},20)

 

 

[internal]

;Internal Extensions

exten => _7XXX,1,Ringing

exten => _7XXX,n,Wait(1)

exten => _7XXX,n,Answer()

exten => _7XXX,n,Set(FOO1=${CHANNEL:4})

exten => _7XXX,n,Set(FOO2=${CUT(FOO1,-,1)})

exten => _7XXX,n,Set(CALLERID(number)=${FOO2})

exten => _7XXX,n,Macro(stdexten,${EXTEN},SIP/${EXTEN})

 

 

[inbound-from-pstn] ; inbound calls to this context from
outside lines

include => default

 

 

[inbound-from-sip]

include => default

 

[inbound-from-local]

;from sip default context used.. requires hints

include => voicemail

include => provider

include => outbound

;include => stem  ;for hints

 

 

[inbound-from-stem]

include => BLF

include => internal

include => DefExt

include => voicemail

include => outbound

include => BLF_group_pickup

include => feature-cfu

include => feature-cfna

include => feature-cfb

 

[inbound-from-logicall]

include => internal

include => DefExt

include => voicemail

include => outbound

include => BLF_group_pickup

include => feature-cfu

include => feature-cfna

include => feature-cfb

 

;Test section for BLF on Grandstreams for Stem

[BLF_group_pickup]

include =>inbound-from-stem

exten => _**.,1,NoOp(${EXTEN})

exten => _**.,2,Pickup(${EXTEN:2})

exten => _**.,3,Hangup

 

[BLF]

include =>inbound-from-stem

exten =>7000,hint,SIP/7000

exten =>7000,1,Dial(SIP/7000,20,r)

exten =>7001,hint,SIP/7001

exten =>7001,1,Dial(SIP/7001,20,r)

exten =>7002,hint,SIP/7002

exten =>7002,1,Dial(SIP/7002,20,r)

exten =>7003,hint,SIP/7003

exten =>7003,1,Dial(SIP/7003,20,r)

exten =>7004,hint,SIP/7004

exten =>7004,1,Dial(SIP/7004,20,r)

exten =>7005,hint,SIP/7005

exten =>7005,1,Dial(SIP/7005,20,r)

exten =>7006,hint,SIP/7006

exten =>7006,1,Dial(SIP/7006,20,r)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 






___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] GXP 2000 - BLF and Hold/Hangup Answering

2006-06-23 Thread Daniel Salama
I had the same problem some time ago. Make sure call waiting is NOT  
disabled. This will make the phone receive more calls on the other  
lines.


- Daniel

On Jun 23, 2006, at 1:29 AM, Corporate IT Solutions - Michael Dunne  
wrote:


I have a network of GXP 2000 phones and would like to know if there  
is a
way to configure the phones so that if there is one person talking,  
and

another call comes in then they can hold/hangup that call and take the
incoming call.

At the moment, when a call comes in and the phone is offhook, then  
that

phone is completely unavailable for that ring session, any call coming
in after that call will of course ring.

Is this limited to the GXP series or does the SNOM phones fix this,  
etc.


Any advice is appreciated of course.
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] GXP 2000 - BLF and Hold/Hangup Answering

2006-06-22 Thread Corporate IT Solutions - Michael Dunne
I have a network of GXP 2000 phones and would like to know if there is a
way to configure the phones so that if there is one person talking, and
another call comes in then they can hold/hangup that call and take the
incoming call.

At the moment, when a call comes in and the phone is offhook, then that
phone is completely unavailable for that ring session, any call coming
in after that call will of course ring.

Is this limited to the GXP series or does the SNOM phones fix this, etc.

Any advice is appreciated of course.
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users