[Added templates directory for sending welcome note Adrian Georgescu **20080204174650] adddir ./templates/default hunk ./debian/changelog 7 + * Added templates directory for sending welcome note hunk ./debian/changelog 9 - -- Adrian Georgescu Mon, 04 Feb 2008 18:34:36 +0100 + -- Adrian Georgescu Mon, 04 Feb 2008 18:46:30 +0100 addfile ./templates/default/header.phtml hunk ./templates/default/header.phtml 1 + + + <? print "$title"; ?> + + + + addfile ./templates/default/logo.gif binary ./templates/default/logo.gif oldhex * newhex *47494638396192001e00b30f004c689ea5b3cef2f4f8b2bed5e5e9f17288b38c9ec1657dacd9df *ea7f93ba99a9c85973a5bfc9dcccd4e33f5d97ffffff21f9040100000f002c0000000092001e00 *0004fff0c9a99c45336ba28e2d81a08d59639d9fd1906ccb5aab2bcf34ed59813c00a8050c3553 *0f5510d58eb0a372d26818971302ce51700d2c09cc8351b03068c20ca1a1e01d9e505620404823 *1d31f7b5106611788a51c20140b3ea1a083c396e8586124985060e795e2c8b5523028333801a57 *00879a69896e3c5f5d792352702c150b95162c02179bae359d50081622010ea823b6072db30e6d *2e961ab1afc423c34ab6b842bf197ba26acc2dc113ac0e5a755c0e8412013707db19c7035db721 *7f093c0006ccb6430e97e40beb235d061338239f9ad312984caa15f03d107003c51961a5a8153c *7150c3a21e00b4b41b92e1610f20e1b44df090c098b57daaff460872604f8210133f9e74f9d18f *47a47b0925acc4b8838a86766c1e105889e6982d963af738c0b8a595840a9932f4da644900191e *0b9e083910310303a3127a7d8119478816939d2669a4b68051c63813ca12e596e04940abb1f841 *11e2cec181af0fe8ae7db0a76445071db94ee84b8fe4849f230624407bec98060f2f075a789637 *e421ba060d6c2df1219f83cd13ae26451493075a6e76079b9d71acac5f12a4c03df0b0ebdf3b0d *e4509c1e2197b785bda4a249082e58f26d0d80d4d2f08945f8842b318fd28a627942ee13bb9157 *07b6bdf27184711261ae5b5c86638bdf845bacbbd671f93fdde17f073bbfbcf8ba28deb770df40 *a8857912f0809fff611b0de5827bb605d19d5c9ddc571f09089ee5820003dc50552f7b49b0c768 *0f2cf2da06117aa7607dc481e84b71a4f8418272ac45270d0f1db5e3dc03ed7c25848afd84d89b *760feaa381681292969d06ce90e04788cfa9d2456da308244159946540ce900982111f610e0116 *245f045ec2ce2d9200900033c71080177d0f4cd602649c1978137632ecd82609577d3481565b42 *772626468825db22b80879c92d7ed892409d5406844640066881c086655189a6950f3e30534b36 *6d69291fe61080530638b5418050787124429f500d706a3b64f0e1029ea0ba135117928a48e92a *0b59d0d07b04b9136587430075580f77e68a4f5981b5c0c3873a75f0814939b4c6191f093b76a3 *ab6c82c263813c43f60715803795a50e3ce92c56ccb9e8a6e962baecb6ebaea6efc62b2f3148ce *6befbd564c87efbefcba305164fd061cf04f06e028f0031100003b addfile ./templates/default/main.css hunk ./templates/default/main.css 1 + addfile ./templates/default/sip_settings_email.tpl hunk ./templates/default/sip_settings_email.tpl 1 +Dear {$client->name}, + +Make acquaintance with your new SIP account. SIP stands for Session +Initiation Protocol and is becoming the universal way to communicate using +software phones, desktop telephones or dual-mode WiFi phones. + +Your SIP address is {$client->account} + +You may use this address in combination with a SIP device. + +You can use your SIP account for Voice and Video over IP, IM or Presence +free of charge providing you have access to the Internet. Depending on +your account settings you may also be able to place and receive calls +to the public telephone network, redirect Internet calls to your mobile +phone or receive voicemail by email. + +How to use your SIP account: + +1. You may use a SIP hardware phone + or download X-lite, a free software phone for + Windows, MacOSX or Linux from: + + http://www.counterpath.com/xlitedownload.html + + +2. Setup your SIP device as follows: + +Username: {$client->username} +Password: {$client->password} +Domain: {$client->domain} +Register with domain: Yes +Outboud Proxy: {$client->sip_proxy} + + +{foreach name=enums from=$client->enums item=enum} +ENUM number {$smarty.foreach.enums.iteration}: {$enum} +{/foreach} +{foreach name=aliases from=$client->aliases item=alias} +Alias {$smarty.foreach.aliases.iteration}: {$alias} +{/foreach} + +{if $client->voicemailMailbox} +Your voicemail is delivered by e-mail to {$client->email} +{/if} +{if $client->allowPSTN} +You may call to PSTN +{/if} + +To access your account settings go to {$client->SIPsettingsURL} + +Your login details: + + Username: {$client->account} + Password: {$client->password} + +How to use your SIP account: + + - To test, call 3333, you should hear some music playing + - To call someone, type in the called SIP address (name@domain.com) and enter + - To call ENUM enabled numbers use + or * and then the full ENUM number + - To change your privacy settings dial {$client->changePrivacyAccessNumber}, to check privacy status dial {$client->checkPrivacyAccessNumber} +{if $client->voicemailMailbox} + - To access your voicemail messages or mailbox settings dial {$client->voicemailAccessNumber} +{/if} +{if $client->SupportCDRsite} + - To access your Call Detail Records go to: {$client->SupportCDRsite} +{/if} + +{if $client->SupportWEBsite} +For more information visit {$client->SupportWEBsite} +{/if}