Walker Haddock wrote:

On Mon, Dec 01, 2003 at 03:33:50PM +0200, Anton Yurchenko wrote:


I have a problem, when caller is in Queue and the operator is busy answering other call he/she still hears the call waiting signal.
I have the latest cvs and incominglimit is set to 1. But here is what * shows when the operator is answering ( that is his phone is busy):


Username        incoming        Limit           outgoing        Limit
107             0               1               0               1

and operator is getting a call waiting tone.
Coould I be missing something?

here is my sip.conf:

[107]


username=107 // this is required for chan_sip.c to find the username.


thanks, I think that is working i`ll try that in production environment, tommorow, and`ll report that.
BTW right now without specifiing username, and incominglimit set to 1, I after a while see that it shows 1 but the phone is not in use at all. And this phone is stuck in this position until reload.
Anyone have seen happen?


type=friend
host=dynamic
dtmfmode=rfc2833                ; Choices are inband, rfc2833, or info
defaultip=172.22.0.137
mailbox=201             ; Mailbox for message waiting indicator
callerid="ipphone1" <201>
callgroup=1
pickupgroup=1
incominglimit=1
outgoinglimit=1

extensions.conf is very simple. it just calls Queue:

exten => 101, 1, Queue(phila)




Put the `username` parameter in your stanza of the sip.conf for the device. This is necessary for the incominglimit code to find the device that is making the call. If you look in your `debug` logs you'll probably see that the `user` variable is null.



may I be missing something in granstream phones?

Thanks a lot

--

Anton Yurchenko<[EMAIL PROTECTED]>
Digital Generation


_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users







--

Anton Yurchenko<[EMAIL PROTECTED]>
Digital Generation


_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to