Originate

Hi All,

Why is it that I don’t hear ring in Zap phone (in a conference), when a SIP channel is connected to this conference? I was able to hear ring in the SIP phone (in a conference) when a zap channel is connected to this conference. The following is the AMI commands used for this.

[code]Action: Originate
Channel: Zap/g2/1315XXXXXXX
Context: specagentdial
Exten: 555148
Priority: 1

Action: Originate
Channel: Local/555148@specagentdial
Exten: 8545
Context: itesttransfer
Priority: 1[/code]

where 555148 is the conference number and 8545 is the SIP agent. The dialplan is given below:

[code][specagentdial]
exten => _XXXXXXXXXX,1,Dial(Zap/g2/1${EXTEN})
exten => 555148,1,Meetme(555148)

[itesttransfer]
exten => _8XXX,1,Dial(SIP/${EXTEN})[/code]

This setup takes the zap (which is my desk phone) to 555148 conference room. When issuing second originate, it dials SIP/8545 and connects me to this conference. But here while connecting I am not hearing rings. My deskphone provider is telcove. Do suggest some hints. Thank you.

Regards,

Kurian Thayil.