I've been playing with the outgoing call spooling feature a bit lately and it all works as it should with the exception of one irritation. I'm mostly using SIP to talk to the phones and using G.723.1 I copy the call file into the spool/outgoing directory and the originating phone rings. I pick it up and the remote phone rings. However there is dead silence from the originating earpiece. Is it possible to somehow generate a ring in the earpiece until the remote phone is picked up? Bill --
No, because asterisk cannot deal with the G723 codec, it can only act as a "middle man" of sorts between devices that support it.> -----Original Message----- > From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users- > admin@lists.digium.com] On Behalf Of Bill Leckey > Sent: Sunday, September 28, 2003 7:03 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Outgoing call spool > > I've been playing with the outgoing call spooling feature a bit lately > and it all works as it should with the exception of one irritation. > > I'm mostly using SIP to talk to the phones and using G.723.1 > > I copy the call file into the spool/outgoing directory and the > originating phone rings. I pick it up and the remote phone rings. > However there is dead silence from the originating earpiece. Is it > possible to somehow generate a ring in the earpiece until the remote > phone is picked up? > > Bill > > -- > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
On Mon, 29 Sep 2003, Bill Leckey wrote:> I've been playing with the outgoing call spooling feature a bit lately > and it all works as it should with the exception of one irritation. > > I'm mostly using SIP to talk to the phones and using G.723.1 > > I copy the call file into the spool/outgoing directory and the > originating phone rings. I pick it up and the remote phone rings. > However there is dead silence from the originating earpiece. Is it > possible to somehow generate a ring in the earpiece until the remote > phone is picked up?Asterisk can neither originate or terminate calls using G.723. You'll need to use another codec.