[asterisk-users] Re: Cisco 7970 directories and services xml

2006-09-07 Thread Tomislav Parčina
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says...
 My 7970G running 8.0.2 SIP firmware works perfectly with
 the Open XML 79xx directory frontend...

I have never tried Open XML 79xx, although I have hear of him.

 Also can can push XML alarm messages to the phone
 from nagios system.

Can you tell me more about this?

 For me all other SIP version won't register with * 1.2.9 (o;

Same here.

 - Do you have access to the webserver logs?

Yes I have. I can open http://10.0.0.20/cisco/services/PhoneDirectory.xml from 
my web browser and in web server log I can see that it has requested it. When I 
press directory button I don't get any message in webserver log.

 - can you telnet to your webserver port and
look on the console if something is returned?
(telnet x.x.x.x 80 and do a manual get)

I can't do this. But like I said before, it shouldn't be problem with http 
server because 7940 phone gets PhoneDirectory.xml 

 - Can you point your phone to some other URLs
mentioned on voip-info.org?

I haven't try because of nat/firewall/configuration issues. If you think this 
would help I'll waste some time on trying this.


--
Tomislav Parčina
Lama Computers Split
Stinice 12, 21000 Split
Tel.: +385(21)495148
Mob.: +385(91)1212148
SIP: [EMAIL PROTECTED]
e-mail: tparcina#lama.hr
http://www.lama.hr
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Re: Cisco 7970 directories and services xml

2006-09-07 Thread Richard Klingler

Tomislav Parčina schrieb:

In article [EMAIL PROTECTED], [EMAIL PROTECTED] says...

My 7970G running 8.0.2 SIP firmware works perfectly with
the Open XML 79xx directory frontend...


I have never tried Open XML 79xx, although I have hear of him.


http://www.asteriskpbx.de/index.php?open79xx




Also can can push XML alarm messages to the phone
from nagios system.


Can you tell me more about this?


http://www.voip-info.org/wiki/index.php?page=Cisco+79XX+XML+Push




For me all other SIP version won't register with * 1.2.9 (o;


Same here.


- Do you have access to the webserver logs?


Yes I have. I can open http://10.0.0.20/cisco/services/PhoneDirectory.xml from 
my web browser and in web server log I can see that it has requested it. When I 
press directory button I don't get any message in webserver log.


- can you telnet to your webserver port and
   look on the console if something is returned?
   (telnet x.x.x.x 80 and do a manual get)


I can't do this. But like I said before, it shouldn't be problem with http server because 7940 phone gets PhoneDirectory.xml 



Would be good to know what the actual text output is to
compare with mine...

Discovered that it doesn't like long names in open 79xx xml dir
and also no umlauts are allowed...

But if you have php installed you can check with something like:

?
 header(Content-type: text/xml);
 header(Connection: close);
 header(Expires: -1);

 print(CiscoIPPhoneDirectory\n);
 print(\tTitleDirectory/Title\n);
 print(\tPromptSelect Directory/Prompt\n);

 print(\tDirectoryEntry\n);
 print(\t\tNameSomeone/Name\n);
 print(\t\tTelephone1000/Telephone\n);
 print(\t/DirectoryEntry\n);

 print(/CiscoIPPhoneDirectory\n);
?


cheers
rick

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Re: Cisco 7970 directories and services xml

2006-09-07 Thread Tomislav Parčina
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says...
 http://www.asteriskpbx.de/index.php?open79xx
 http://www.voip-info.org/wiki/index.php?page=Cisco+79XX+XML+Push

I'll have to check on those two.

 Would be good to know what the actual text output is to
 compare with mine...
 
 Discovered that it doesn't like long names in open 79xx xml dir
 and also no umlauts are allowed...

I have solved download of PhoneDirectory.xml file. The problem was that I head 
proxyServerURL123.123.123.123/proxyServerURL
Which was wrong address of my proxy server. I don't know why he tried to use 
proxy when it's on same network with http server.

Now I have another problem. When it downloads PhoneDirectory.xml file it 
displays this error on screen.
XML Error [4]: Parse Error
Again, Cisco 7940 shows this xml file all right.


--
Tomislav Parčina
Lama Computers Split
Stinice 12, 21000 Split
Tel.: +385(21)495148
Mob.: +385(91)1212148
SIP: [EMAIL PROTECTED]
e-mail: tparcina#lama.hr
http://www.lama.hr
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users