Ben Bosshardt
2003-May-30 02:26 UTC
[Asterisk-Users] External Directory Button and Dial tone on Cisco 7960 (SIP)
Has anyone found a solution how to use the directory button on the Cisco 7960? If configured correctly it should point to an external directory url. So far I failed to find any documentation regarding the format to set up a phone directory on my asterisk server. How can the dial tones on a CISCO 7960 be modified? Compared to the ATA 186, I could not find any settings that make a change possible. Thank you for your help Ben
Dan
2003-May-30 05:15 UTC
[Asterisk-Users] External Directory Button and Dial tone on Cisco 7960 (SIP)
Hi,> How can the dial tones on a CISCO 7960 be modified? Compared to the ATA186,> I > could not find any settings that make a change possible.Go to Settings > SIP configuration >9 (Out of Band DTMF) You can choose between avt, avt_allways and none BR, Dan ----- Original Message ----- From: "Ben Bosshardt" <101610.1720@compuserve.com> To: <asterisk-users@lists.digium.com> Sent: Friday, May 30, 2003 12:26 PM Subject: [Asterisk-Users] External Directory Button and Dial tone on Cisco 7960 (SIP)> Has anyone found a solution how to use the directory button on the Cisco > 7960? > If configured correctly it should point to an external directory url. Sofar> I > failed to find any documentation regarding the format to set up a phone > directory > on my asterisk server. > > How can the dial tones on a CISCO 7960 be modified? Compared to the ATA186,> I > could not find any settings that make a change possible. > > Thank you for your help > Ben > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > >
Steve Bourg
2003-May-30 06:44 UTC
[Asterisk-Users] External Directory Button and Dial tone on Cisco 7960 (SIP)
Adjust and place this into your SIPDefault.conf file: directory_url: "http://mydirectoryserver.com/directory.html" Drop the directory.html onto your web server in this format: <CiscoIPPhoneDirectory> <Title>IP Telephony Directory</Title> <Prompt>People reachable via VoIP</Prompt> <DirectoryEntry> <Name>Smith, Joe</Name> <Telephone>1001</Telephone> </DirectoryEntry> <DirectoryEntry> <Name>Doe, John</Name> <Telephone>1002</Telephone> </DirectoryEntry> ...... </CiscoIPPhoneDirectory> I did this with Apache and generated the entries through PHP without a hitch. Steve Bourg On Fri, 30 May 2003, Ben Bosshardt wrote:> Has anyone found a solution how to use the directory button on the Cisco > 7960? > If configured correctly it should point to an external directory url. So far > I > failed to find any documentation regarding the format to set up a phone > directory > on my asterisk server. > > How can the dial tones on a CISCO 7960 be modified? Compared to the ATA 186, > I > could not find any settings that make a change possible. > > Thank you for your help > Ben > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
Ben Bosshardt
2003-May-31 11:46 UTC
[Asterisk-Users] External Directory Button and Dial tone on Cisco 7960 (SIP)
Thanks for he hint. I made up a directory just like this but end up with a CMXML Error (XML Parse Error). Has anyone an idea? Ben Bosshardt>Adjust and place this into your SIPDefault.conf file: > >directory_url: "http://mydirectoryserver.com/directory.html" > >Drop the directory.html onto your web server in this format: > ><CiscoIPPhoneDirectory> > <Title>IP Telephony Directory</Title> > <Prompt>People reachable via VoIP</Prompt> ><DirectoryEntry> ><Name>Smith, Joe</Name> ><Telephone>1001</Telephone> ></DirectoryEntry> ><DirectoryEntry> ><Name>Doe, John</Name> ><Telephone>1002</Telephone> ></DirectoryEntry> >...... ></CiscoIPPhoneDirectory> > >I did this with Apache and generated the entries through PHP without a >hitch. > >Steve Bourg > >On Fri, 30 May 2003, Ben Bosshardt wrote: > >> Has anyone found a solution how to use the directory button on the Cisco >> 7960? >> If configured correctly it should point to an external directory url. So >>far >> I >> failed to find any documentation regarding the format to set up a phone >> directory >> on my asterisk server. >> >> How can the dial tones on a CISCO 7960 be modified? Compared to the ATA186,>> I >> could not find any settings that make a change possible. >> >> Thank you for your help >> Ben >> >> _______________________________________________ >> Asterisk-Users mailing list >> Asterisk-Users@lists.digium.com >> http://lists.digium.com/mailman/listinfo/asterisk-users >>