[Home]

Summary:ASTERISK-00536: Incoming calls can't be picked up by SIP and Zap unless they are forked to both.
Reporter:hwstar (hwstar)Labels:
Date Opened:2003-11-16 17:32:21.000-0600Date Closed:2011-06-07 14:10:38
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Even though incoming calls are assigned to the same call group, and the pickup groups are the same for the SIP and
Zap channel phones, *8# will only pick up calls from both the SIP phones and the Zap phones when the incoming call rings at least one SIP phone and 1 Zap phone. If only Zap phones are rung on incoming calls, all SIP phones will get a reorder tone and there will be a message on the console stating there was nothing to pick up. If only SIP phones are
rung on incoming calls, all Zap phones will get a reorder tone as well. The only way call pickup works on both types of phones is if the incoming call is forked with an & to both a SIP phone and a Zap phone.

****** ADDITIONAL INFORMATION ******

Contents of sip.conf:

[general]
port=5060
bindaddr=192.168.17.2
tos=lowdelay
disallow=all
allow=ulaw
context=aliens
;
                                                                               
; SIP Entry for sipura line 1
; This phone is allowed to dial extensions and local phone numbers
;
[101]
type=friend
host=dynamic
context=house-toll
canreinvite=yes
qualify=300
secret=xxxxxx
callerid="Sipura Line 1" <101>
username=101
callgroup=1
pickupgroup=1
mailbox=101@default
nat=0

                                                                               
; Sample for sipura line 2
; This phone is allowed to dial extensions and local phone numbers
;
[102]
type=friend
host=dynamic
context=house-toll
canreinvite=yes
qualify=300
secret=yyyyyy
callerid="Sipura Line 2" <102>
username=102
callgroup=1
pickupgroup=1
mailbox=102@default
nat=0
                                                                               
Contents of zapata.conf:

                                                                               
[channels]
;
; 2 ea. X100P plugged into PSTN
;
context=from-pstn-yyyyyyyyyy
signalling=fxs_ks
echocancel=yes
echocancelwhenbridged=yes
echotraining=yes
relaxdtmf=yes
rxgain=1.5
txgain=1.5
immediate=no
busydetect=no
callprogress=no
musiconhold=default
usecallerid=no
;callerid=asreceived
callgroup=1
group=1
channel=1
;
context=from-pstn-xxxxxxxxxx
channel=2
;
; TDM100B Port #1 plugged into analog Phone
; This phone is allowed to dial extensions and local and long distance numbers
;
amaflags=documentation
context=house-admin
signalling=fxo_ks
callwaiting=yes
callwaitingcallerid=no
threewaycalling=yes
cancallforward=yes
transfer=yes
echocancel=yes
echocancelwhenbridged=yes
echotraining=no
relaxdtmf=yes
rxgain=1
txgain=1
immediate=no
musiconhold=default
usecallerid=yes
callerid="TDM100 Zap Phone" <103>
callgroup=1
pickupgroup=1
group=2
channel=3







Comments:By: Brian West (bkw918) 2003-11-20 13:38:25.000-0600

Can anyone else confirm this?

By: Brian West (bkw918) 2004-01-28 00:51:12.000-0600

Show your extensions.conf

By: hwstar (hwstar) 2004-02-26 00:36:33.000-0600

Please close this. I no longer have the SIP hardware to test. My system is 100% zaptel.

Steve.

By: heison (heison) 2004-04-06 00:40:06

can't reproduce by reporter. closing bug.