Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
This post has been edited 23 times, last edit by "jowi24" (Mar 14th 2009, 7:49pm)
This post has been edited 1 times, last edit by "CKone" (Apr 23rd 2007, 7:43am)
Quoted
Original von KingJerry
Praktisch wäre noch, wenn man sich die gesamte Anrufliste am VDR anzeigen lassen könnte.
|
|
Source code |
1 2 3 4 5 6 |
fritzfonbuch.c: In method `class string & cFritzFonbuch::ResolveToName(string &)': fritzfonbuch.c:91: no matching function for call to `vector<cFonbuchEntry,allocator<cFonbuchEntry> >::at (unsigned int &)' fritzfonbuch.c: In method `class cFonbuchEntry * cFritzFonbuch::RetrieveEntry(int)': fritzfonbuch.c:99: no matching function for call to `vector<cFonbuchEntry,allocator<cFonbuchEntry> >::at (int &)' fritzfonbuch.c:100: warning: control reaches end of non-void function `cFritzFonbuch::RetrieveEntry(int)' make[1]: *** [fritzfonbuch.o] Error 1 |
Quoted
Original von KingJerry
Praktisch wäre noch, wenn man sich die gesamte Anrufliste am VDR anzeigen lassen könnte.
Quoted
Original von CKone
Besteht auch die Möglichkeit unterschiedliche MSNs an unterschiedliche VDR zu leiten - hätte hier die Konstellation das Anrufe an Nummer A bei mir, Anrufe an Nummer B bei meinem Dad aufpoppen sollten.
Quoted
Original von tarox
Ich werde mal versuchen, die LDAP-Anbindung in dieses Plugin zu intergrieren. Sollte eigentlich nicht all zuviel Aufwand sein.
This post has been edited 1 times, last edit by "jowi24" (Apr 23rd 2007, 2:54pm)
Quoted
Original von Toxic-Tonic
![]()
Source code
1 2 3 4 5 6 fritzfonbuch.c: In method `class string & cFritzFonbuch::ResolveToName(string &)': fritzfonbuch.c:91: no matching function for call to `vector<cFonbuchEntry,allocator<cFonbuchEntry> >::at (unsigned int &)' fritzfonbuch.c: In method `class cFonbuchEntry * cFritzFonbuch::RetrieveEntry(int)': fritzfonbuch.c:99: no matching function for call to `vector<cFonbuchEntry,allocator<cFonbuchEntry> >::at (int &)' fritzfonbuch.c:100: warning: control reaches end of non-void function `cFritzFonbuch::RetrieveEntry(int)' make[1]: *** [fritzfonbuch.o] Error 1


Quoted
Original von LordJaxom
Der kennt noch kein vector::at? Das gibts sein neun Jahren
So alt ist LinVDR 0.7 doch noch garnicht
@jowi: Brauchst Du at() um die Exception bei Bereichsüberschreitungen zu fangen? Wenn ja wirds schwer da was mit size() drumherum zu basteln?
This post has been edited 1 times, last edit by "jowi24" (Apr 23rd 2007, 3:08pm)
Quoted
D.h. quasi ein Filter, dass das Plugin nur auf bestimmte MSNs reagiert? Sowas ist für 0.0.3 geplant.
Quoted
Original von CKone
Quoted
D.h. quasi ein Filter, dass das Plugin nur auf bestimmte MSNs reagiert? Sowas ist für 0.0.3 geplant.
Nicht ganz, ich meinte mehr eine MSN zur IP von VDR1 zu schicken, eine andere an die IP von VDR2
This post has been edited 1 times, last edit by "jowi24" (Apr 23rd 2007, 7:42pm)
Quoted
Original von apex
Nette Idee! Darf ich fragen, wie anrufe signalisiert werden? Kann jemand mal einen screenshot davon machen? (Ich vermute über VDR "standard" Meldungen a la svdrpsend MESG ..... ?)
|
|
Source code |
1 |
Skins.Message(mtInfo, "Anruf von...") |
This post has been edited 1 times, last edit by "jowi24" (Apr 23rd 2007, 7:43pm)
Location: DUS - Kleines Dorf an einem unbedeutenen Fluß auf einem verschlafenen Planeten in einem ruhigen Seitenarm der Milchstrasse
Quoted
Original von gromit
Könnte das Plugin auch mit einer Fritz ISDN PCI Karte funktionieren?
bzw. gibt es spezielle Funktionen für die Fritzbox in dem Plugin die man anpassen müsste?
Quoted
Original von ramon.serrano
Läuft bei mir mit einer FRITZ!Box Fon 5012 (UI), Firmware-Version 25.04.15.
This post has been edited 1 times, last edit by "jowi24" (Apr 23rd 2007, 10:14pm)