← Back to team overview

wikipbx-dev team mailing list archive

Re: address book application

 

Hi Stas,

Il 05/11/2010 21:38, Stas Shtin ha scritto:

4. numbers = models.CharField(_(u"caller ID number"), max_length=25)

So is it one number or multiple? Maybe we should have fields for work
and home numbers.

I've started with multiple in one field but then moved to one, agree
need to split at least to home, work and mobile. Even fax maybe?
Yeah, I guess we need all of that. Also, vCard name and full name fields
should look like:

N:Gump;Forrest
FN:Forrest Gump


N     Name     A structured representation of the name of the person,
place or thing associated with the vCard object.
FN     Formatted Name     The formatted name string associated with the
vCard object


So name field should be split as well.

I've splitted the name, still have to split the number field. Added the REV field too.


9. If you want to export JSON data only to freeswitch, the decorator
should be checking for IP address set in event socket rather than only
localhost. This way you can be using it with freeswitch running on a
different server.

Yeah, that was the plan; will use that. Does the localhost_only
decorator would be of any use for other stuff?

Probably not.

Removed but i have no idea on where to find the freeswitch server address.

thanks,
riccardo



Follow ups

References