[Asterisk-Users] Re: Polycom and call waiting again..
Jon Radon
jonr800 at gmail.com
Thu Jan 27 11:07:15 MST 2005
incominglimit is deprecated. It will be EOL'd.
http://www.voip-info.org/tiki-index.php?page=Asterisk+sip+incominglimit
On Thu, 27 Jan 2005 10:21:25 -0600, Eric Rees <EricR at rocketgaming.com> wrote:
> Here is what I have done to get around the call waiting problem.
> This is for a Polycom 500. This is kind of a pain, but it works.
>
> Exten.conf
> exten => 1051,1,Dial(SIP/1051,20,tTr)
> exten => 1051,2,Voicemail(u${EXTEN})
> exten => 1051,102,Dial(SIP/1051b,20,tTr)
> exten => 1051,103,Dial(SIP/1051c,20,tTr)
> exten => 1051,104,Voicemail(b${EXTEN})
>
> Sip.conf
> [1051]
> type=friend
> username=1051c
> callerid="NMS001"<1051>
> host=dynamic
> dtmfmode=rfc2833
> mailbox=1051
> context=sip
> callgroup=1
> pickupgroup=1
> canreinvite=no
> imcominglimit=1
> [1051b]
> type=friend
> username=1051c
> callerid="NMS001"<1051>
> host=dynamic
> dtmfmode=rfc2833
> mailbox=1051
> context=sip
> callgroup=1
> pickupgroup=1
> canreinvite=no
> imcominglimit=1
> [1051c]
> type=friend
> username=1051c
> callerid="NMS001"<1051>
> host=dynamic
> dtmfmode=rfc2833
> mailbox=1051
> context=sip
> callgroup=1
> pickupgroup=1
> canreinvite=no
> imcominglimit=1
>
> -----Original Message-----
> From: Kevin P. Fleming [mailto:kpfleming at starnetworks.us]
> Sent: Thursday, January 27, 2005 9:28 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [Asterisk-Users] Re: Polycom and call waiting again..
>
> Adam Goryachev wrote:
>
> > [local-stuff]
> > ; This is where we pretend a channel is an extension
> >
> > exten => 1234,1,SetGroup(SIP1234)
> > exten => 1234,2,CheckGroup(1)
> > exten => 1234,3,Dial(SIP/1234,15)
> > exten => 1234,104,Busy
> >
> > [queue-stuff]
> > exten => 6939,1,AddQueueMember(Local/${CALLERIDNUM})
>
> You are close... that should be:
>
> AddQueueMember(Local/${CALLERIDNUM}@local-stuff)
>
> That way when the queue app tries to call the agent, it will have an
> extension _and_ a context to deliver the call to.
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
--
Is it something someone said, was it something someone said?
More information about the asterisk-users
mailing list