James Lamanna
2008-Dec-05 17:18 UTC
[asterisk-users] All lines occupied notification from endpoint
Hi, I've noticed that if I have a multi-line linksys (942 or 962) phone with the same sip registration mapped to each line key, that if all the lines are full the phone will accept another call. I would expect the phone to respond with "busy" so the call would to directly to voicemail. Has anyone else experienced this and know of a workaround? I know it seems like an endpoint issue and not an asterisk one. Thanks. --James
David fire
2008-Dec-05 17:38 UTC
[asterisk-users] All lines occupied notification from endpoint
hi in sip.conf there is a parameter calllimit or something like that use it... David 2008/12/5 James Lamanna <jlamanna at gmail.com>> Hi, > > I've noticed that if I have a multi-line linksys (942 or 962) phone > with the same sip registration mapped to each line key, that if all > the lines are full the phone will accept another call. I would expect > the phone to respond with "busy" so the call would to directly to > voicemail. > > Has anyone else experienced this and know of a workaround? I know it > seems like an endpoint issue and not an asterisk one. > > Thanks. > > --James > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081205/e4c5bd47/attachment.htm
James Lamanna
2008-Dec-05 19:09 UTC
[asterisk-users] All lines occupied notification from endpoint
David fire <ddfire at gmail.com>> hi > in sip.conf there is a parameter calllimit or something like that use it...I believe the SIP call-limit parameter drops the call if the call limit is exceeded and does not respond as if the phone were busy. Also, since I have different models of phones with different numbers of lines, I really do not want to do this manually for every extension I have. -- James> 2008/12/5 James Lamanna <jlamanna at gmail.com> > >> Hi, >> >> I've noticed that if I have a multi-line linksys (942 or 962) phone >> with the same sip registration mapped to each line key, that if all >> the lines are full the phone will accept another call. I would expect >> the phone to respond with "busy" so the call would to directly to >> voicemail. >> >> Has anyone else experienced this and know of a workaround? I know it >> seems like an endpoint issue and not an asterisk one.