Gopalakrishnan N
2016-Dec-05 16:57 UTC
[asterisk-users] Cisco IP 8841 asterisk integration
True agree, problem is somehow the people purchased.... am supporting to overcome that. Trying level best... around 20 phones has been purchased.... ?? On Mon, 5 Dec 2016, 8:55 p.m. Victor Villarreal, <mefhigoseth at gmail.com> wrote:> With all the money you plan to invest in firmware, licenses, etc., you > have bought a Grandstream IP phone or Yealink... > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: > https://community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20161205/598ff163/attachment.html>
kevin.larsen at pioneerballoon.com
2016-Dec-05 18:06 UTC
[asterisk-users] Cisco IP 8841 asterisk integration
> True agree, problem is somehow the people purchased.... am > supporting to overcome that. Trying level best... around 20 > phones has been purchased....Ah, yes, the "we purchased these without consulting you, but it is up to you to make them work" school of thought. It often goes with, "Well, what are we paying you for?" and "It's a phone, it shouldn't take you long to make it work." I have to say, unless I am working with a Cisco phone system, Cisco phones are not my favorite beasts to work with. ______________________________________________________________________ This email has been scanned by the Symantec Email Security.cloud service. For more information please visit http://www.symanteccloud.com ______________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20161205/9b07a298/attachment.html>
Gopalakrishnan N
2016-Dec-06 07:15 UTC
[asterisk-users] Cisco IP 8841 asterisk integration
True....Agree..... :) On Mon, Dec 5, 2016 at 11:37 PM <kevin.larsen at pioneerballoon.com> wrote:> > True agree, problem is somehow the people purchased.... am > > supporting to overcome that. Trying level best... around 20 > > phones has been purchased.... > > Ah, yes, the "we purchased these without consulting you, but it is up to > you to make them work" school of thought. It often goes with, "Well, what > are we paying you for?" and "It's a phone, it shouldn't take you long to > make it work." > > I have to say, unless I am working with a Cisco phone system, Cisco phones > are not my favorite beasts to work with. > ______________________________________________________________________ > This email has been scanned by the Symantec Email Security.cloud service. > For more information please visit http://www.symanteccloud.com > ______________________________________________________________________ > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: > https://community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20161206/e843d25c/attachment.html>
Toshaan Bharvani | VanTosh
2016-Dec-06 08:10 UTC
[asterisk-users] Cisco IP 8841 asterisk integration
On 05/12/16 17:57, Gopalakrishnan N wrote:> True agree, problem is somehow the people purchased.... am supporting to > overcome that. Trying level best... around 20 phones has been > purchased....I have been able to use the following Cisco IP Phone with Asterisk. - Cisco SPA303, Cisco SPA504, Cisco 7941 and Cisco 8941 The SPA version just work as they are real SIP clients, however the IP range, 7xxx, 8xxx, 9xxx are SCCP clients, converting them as you did to SIP clients, is the Cisco SIP client and runs over TCP, not UDP as a normal SIP client. Coming back to your question, you will need to setup a DHCP with BOOTP and TFTP wit XML distribution, as you have done for the firmware distribution and Asterisk needs to have SIP wit TCP support. Additionnaly you need to generate a Cisco SIP XML configuration file and place it on your TFTP server with the MAC address. The directory and video I have never been able to get working, however as a SIP client, it works fine. I have these phones running with a number of customers in production and they all work, we actually mix types of phones, as not to require customers to purchase new IP phones, however sometimes the effort and time, which translates into cost, is too high.> > ?? > > > On Mon, 5 Dec 2016, 8:55 p.m. Victor Villarreal, <mefhigoseth at gmail.com > <mailto:mefhigoseth at gmail.com>> wrote: > > With all the money you plan to invest in firmware, licenses, etc., > you have bought a Grandstream IP phone or Yealink...Better still use a Raspberry Pi as a IP Softphone, or your Android phone with SIP client.> -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: > https://community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >
Gopalakrishnan N
2016-Dec-13 12:36 UTC
[asterisk-users] Cisco IP 8841 asterisk integration
Thank you for the information. Actually the phone came with sip firmware. I tried with TFTP with SEPMAC.CNF.XML and other relevant xml files. But the phone stuck with blank screen while bootup. And Cisco TAC support says, the phones part number is with enterprise firmware and it can't work with Asterisk. Regards. On Tue, 6 Dec 2016, 1:40 p.m. Toshaan Bharvani | VanTosh, < toshaan at vantosh.com> wrote: On 05/12/16 17:57, Gopalakrishnan N wrote:> True agree, problem is somehow the people purchased.... am supporting to > overcome that. Trying level best... around 20 phones has been > purchased....I have been able to use the following Cisco IP Phone with Asterisk. - Cisco SPA303, Cisco SPA504, Cisco 7941 and Cisco 8941 The SPA version just work as they are real SIP clients, however the IP range, 7xxx, 8xxx, 9xxx are SCCP clients, converting them as you did to SIP clients, is the Cisco SIP client and runs over TCP, not UDP as a normal SIP client. Coming back to your question, you will need to setup a DHCP with BOOTP and TFTP wit XML distribution, as you have done for the firmware distribution and Asterisk needs to have SIP wit TCP support. Additionnaly you need to generate a Cisco SIP XML configuration file and place it on your TFTP server with the MAC address. The directory and video I have never been able to get working, however as a SIP client, it works fine. I have these phones running with a number of customers in production and they all work, we actually mix types of phones, as not to require customers to purchase new IP phones, however sometimes the effort and time, which translates into cost, is too high.> > ?? > > > On Mon, 5 Dec 2016, 8:55 p.m. Victor Villarreal, <mefhigoseth at gmail.com > <mailto:mefhigoseth at gmail.com>> wrote: > > With all the money you plan to invest in firmware, licenses, etc., > you have bought a Grandstream IP phone or Yealink...Better still use a Raspberry Pi as a IP Softphone, or your Android phone with SIP client.> -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: > https://community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20161213/c2d7a189/attachment.html>