search for: langcod

Displaying 14 results from an estimated 14 matches for "langcod".

Did you mean: langcode
2005 May 25
13
Cisco 7960 Firmware help please.
Was in the process of upgrading a 7960 to SIP and in advertently applied a skinny image (P003G302.bin), now no matter what i put in OS79XX.TXT and OS7960.TXT it simply wont upgrade. The phone is pulling down OS79XX.TXT from my TFTP server but then goes on to repetedly ask for SEP<MACaddr>.cnf. Help!! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Feb 15
0
8 commits - libswfdec/swfdec_bits.h libswfdec/swfdec_font.c libswfdec/swfdec_font.h libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_tag.c libswfdec/swfdec_text.c libswfdec/swfdec_text.h test/swfedit_token.c test/various
...func_define_font_2 (SwfdecSwfDecoder * s) +{ + SwfdecBits *bits = &s->b; + int id; + SwfdecShape *shape; + SwfdecFont *font; + SwfdecRect rect; + + int has_layout; + int shift_jis; + int reserved; + int ansi; + int wide_offsets; + int wide_codes; + int italic; + int bold; + int langcode; + int font_name_len; + int n_glyphs; + int code_table_offset; + int font_ascent; + int font_descent; + int font_leading; + int kerning_count; + int i; + + id = swfdec_bits_get_u16 (bits); + font = swfdec_swf_decoder_create_character (s, id, SWFDEC_TYPE_FONT); + if (!font) + return S...
2004 Jan 20
1
Cisco 7940 with asterisk
Hi all, I've been playing around with a cisco 7940 phone. It seems to like talking to Asterisk with the chan_sccp plugin. The only problem is that it tries to call out to a SEPXXXXXXXXX.cnf.xml file to verify it's configuration. I've found docs for SEP*.cnf files, but not .xml ones. Does anyone have a .xml file for a 7940 (Skinny?) phone that I can start with? ...Jeff
2005 Jul 19
2
cisco 7970 sccp
...ocessNodeName> </callManager> </member> </members> </callManagerGroup> </devicePool> <versionStamp>{May 18 2005 02:22:00}</versionStamp> <loadInformation></loadInformation> <userLocale> <name>English_United_States</name> <langCode>en</langCode> </userLocale> <networkLocale>United_States</networkLocale> <idleTimeout>0</idleTimeout> <authenticationURL></authenticationURL> <directoryURL></directoryURL> <idleURL></idleURL> <informationURL></info...
2005 Jul 06
3
cisco 7940 + sccp issue
Hi, Does anyone know how to make this thing (7940) work with asterisk (chan_sccp module) ? I've set the configuration according to the wiki and now the phone just keep asking for CTLSEP<xxx>.tlv from my tftp server. In the cisco's web interface, I found this in the device logs : 0x8106, 0x0, 0x12300800 0x8106, 0x0, 0x12300800 0x8106, 0x0, 0x12300800 0x8106, 0x0, 0x12300800 ...
2006 Jan 16
1
cisco 7940 firmware upgrade
...ocessNodeName> </callManager> </member> </members> </callManagerGroup> </devicePool> <versionStamp>{May 18 2005 02:22:00}</versionStamp> <loadInformation></loadInformation> <userLocale> <name>English_United_States</name> <langCode>en</langCode> </userLocale> <networkLocale>United_States</networkLocale> <idleTimeout>0</idleTimeout> <authenticationURL></authenticationURL> <directoryURL></directoryURL> <idleURL></idleURL> <informationURL></info...
2008 Mar 02
0
Cisco 7970 - register with NAT phone
...dleTimeout>01:00</displayIdleTimeout> <spanToPCPort>1</spanToPCPort> </vendorConfig> <versionStamp>1136931633-57191cee-5ffc-4342-b286-4246b4991890</versionStamp> <userLocale> <name>English_United_States</name> <uid>1</uid> <langCode>en_US</langCode> <version>1.0.0.0-1</version> <winCharSet>iso-8859-1</winCharSet> </userLocale> <networkLocale>United_States</networkLocale> <networkLocaleInfo> <name>United_States</name> <uid>64</uid> <version&gt...
2011 Mar 02
1
Registering Cisco 7942G IP phone with Asterisk!.
Hi, ? We are new to IP phone firmware upgradation (Sorry if it is a re-post of previous question(s)). ? Recently we have bought a cisco 7942G IP phone. It currently has SIP 42.9-0-2SR1S firmware loaded on it. We do not see any option to configure a SIP Proxy where we can provide SIP Server (Asterisk PC/Device)? IP address (with current firmware on it) to register it with Asterisk. ? Do we need to
2006 Mar 10
2
7970 Configs
Anyone have the 7970 xml config for sip yet? Aaron
2007 Apr 17
0
15 commits - libswfdec/jpeg libswfdec/swfdec_bits.c libswfdec/swfdec_edittext.c libswfdec/swfdec_font.c libswfdec/swfdec_image.c libswfdec/swfdec_root_sprite.c libswfdec/swfdec_script.c libswfdec/swfdec_shape.c libswfdec/swfdec_sprite.c
...* font return g_array_index (font->glyphs, SwfdecFontEntry, glyph).shape; } +#if 0 static char * convert_from_language (const char *s, SwfdecLanguage language) { @@ -120,6 +121,7 @@ convert_from_language (const char *s, Sw SWFDEC_ERROR ("given text is not in language %s", langcode); return ret; } +#endif int tag_func_define_font_info (SwfdecSwfDecoder *s, guint version) @@ -158,7 +160,6 @@ tag_func_define_font_info (SwfdecSwfDeco wide = swfdec_bits_getbit (&s->b); if (version > 1) language = swfdec_bits_get_u8 (&s->b); - font->name =...
2007 Apr 17
0
Branch 'as' - 17 commits - libswfdec/jpeg libswfdec/swfdec_bits.c libswfdec/swfdec_font.c libswfdec/swfdec_image.c libswfdec/swfdec_root_sprite.c libswfdec/swfdec_script.c libswfdec/swfdec_shape.c libswfdec/swfdec_sound.c libswfdec/swfdec_sprite.c
...* font return g_array_index (font->glyphs, SwfdecFontEntry, glyph).shape; } +#if 0 static char * convert_from_language (const char *s, SwfdecLanguage language) { @@ -120,6 +121,7 @@ convert_from_language (const char *s, Sw SWFDEC_ERROR ("given text is not in language %s", langcode); return ret; } +#endif int tag_func_define_font_info (SwfdecSwfDecoder *s, guint version) @@ -158,7 +160,6 @@ tag_func_define_font_info (SwfdecSwfDeco wide = swfdec_bits_getbit (&s->b); if (version > 1) language = swfdec_bits_get_u8 (&s->b); - font->name =...
2008 Jan 25
2
Unprovisioned 7961
Hi Everyone, I am having some issues getting my 7961 working with Trixbox. I have loaded the SIP code (8-3-3SR2) fine but when the phone boots up it goes into an unprovisioned state. A status message shows up and says ?Error Verifying Config Info?. I have read quite a bit on this topic (getting 7961?s to work with Asterisk and TB) and only came across a few postings where other people
2016 Apr 12
0
Wine release 1.8.2
...onsoleScreenBufferInfoEx stubs. Bernhard Übelacker (2): include: Implement todo_wine_if for usage in wine tests. msvcr120: Implement strtof and _strtof_l. Charles Davis (3): winex11.drv: Actually query the swap method attribute. dwrite: Fix typos, and fix definition of Mac LangCodes for Welsh and up. configure: Check for __builtin_ms_va_list on all x86_64 platforms. Christopher Thielen (4): user32: Ensure that button responds only to changes in WM_CAPTURECHANGED handler. comctl32: Ensure that trackbar respond only to changes in WM_CAPTURECHANGED handler....
2016 Feb 19
0
Wine release 1.9.4
...acls: New stub program. wined3d: Fix transposed lines. winebuild: When building implibs, invoke dlltool with a machine type. configure: Use pkg-config to find libnetapi. winex11.drv: Actually query the swap method attribute. dwrite: Fix typos, and fix definition of Mac LangCodes for Welsh and up. ntdll: Add some more NTSTATUS->DOS error mappings. winemac.drv: Don't bother storing the OpenGL version. libwine: Define some functions only on i386 (Clang). mscoree: Improve RuntimeHost_Invoke()'s error output a bit. dinput: Don't de...