Hi Eunice,
I need an IP Trunk between the VoIP device and the PBX. I don't have any free analogue ports and don't intend to add.
I still have a feeling there is a device that can do this with IPIP...
Dear Wash,If you have the set-up with European Service provider already, and the link is H.323 not SIP, then all you need is a small VOIP gateway attached to your local PBX.The PBX needs to have an FXO slot to connect to the gateway, the gateway on the other hand connects to the VOIP link from Europe.We resell TELES (www.teles.de) VOIP solutions, they are capable of handling both SIP and H.323 in the same gate. In Stock (Nairobi) we have Teles VOIP BOX 2 GSM and Teles VOIPBOX 4GSM that are able to help in this case.In addition these gateways have EMAIL-to-SMS and vice-versa conversion capability, Callback & Call through with handover between GSM and WIFI and Uni-number or multi-ring services over SIP (simultaneous rings when your number is dialed on your Mobile phone, Deskphone and laptop)Regards,Eunice
------------------------------
Message: 4
Date: Wed, 27 Jul 2011 21:01:29 +0300
From: Odhiambo Washington <odhiambo@gmail.com>
To: Skunkworks forum <skunkworks@lists.my.co.ke>
Subject: [Skunkworks] VoIP Challenge
Message-ID:
<CAAdA2WOxX93FYiN+bsLtWrNz3iVTarOX3s-o47r9Zbvxi7hxUA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Not so really.
For all ye that have done VoIP setups, I need some advise on what equipment
to use in a situation.
Consider an equipment like SPA2002. It allows you to have a phone number in
Europe (using a VoIP provider), which when called, rings in, say, Kenya. And
you also have a line to call back as if you are in Europe.
Now consider this: I'd like to use something akin to such an adapter, but
I'd like to have a setup where when the number is called, it actually
forwards that call to my PBX (which sadly or gladly only does H323).
Okay, let me try to simplify: I could buy a PBX that speaks H323 and a Cisco
Router, install somewhere in Europe (CH to be specific) and configure a WAN.
Instead of doing that, I'd like to see if there is a cheaper way out, like
using something equivalent.
Do I still sound vague? If not, please give me ideas:)
--
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
I can't hear you -- I'm using the scrambler.
Please consider the environment before printing this email.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.my.co.ke/cgi-bin/mailman/private/skunkworks/attachments/20110727/2a44d0be/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 652 bytes
Desc: not available
URL: <http://lists.my.co.ke/cgi-bin/mailman/private/skunkworks/attachments/20110727/2a44d0be/attachment-0001.png>
------------------------------
Message: 5
Date: Wed, 27 Jul 2011 21:05:33 +0300
From: Pugu Karasuma <pugu.karasuma@gmail.com>
To: skunkworks@lists.my.co.ke
Subject: [Skunkworks] iVeri I&M merchant solution
Message-ID:
<CAB6eY6pSWissFeX49Cy1L3FCFO_4mqKQvyqJaUtpPC2vqfSraw@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi people.
Would like to know whether anyone on this list has implemented this solution
and
what their experience was/is in relation to Paypal..service delivery, costs
etc
Asante sana
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.my.co.ke/cgi-bin/mailman/private/skunkworks/attachments/20110727/83e3aa12/attachment-0001.htm>
------------------------------
Message: 6
Date: Wed, 27 Jul 2011 23:55:29 +0300
From: John Wesonga <johnwesonga@gmail.com>
To: Skunkworks Mailing List <skunkworks@lists.my.co.ke>
Subject: Re: [Skunkworks] Arrays Help
Message-ID:
<CA+Vs+y1YoQR9jt15P61rN+m28EFy4xeuAV9VZ1RULGnGmYSW+Q@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Try this:
<?php
$arr = array(1,2,4,5,4,5,4,8,9);
$count=0;
foreach($arr as $val){
if($val==4){
$count=$count+1;
}elseif($val==5){
}
}
print $count;
?>
As a basis for your code
On Wed, Jul 27, 2011 at 8:20 PM, Peter Karunyu <pkarunyu@gmail.com> wrote:
> There is this function called array_walk which allows you to apply your own
> function to each element of the array and return true or false...
>
> Now, in this user defined function, it would receive a parameter which
> would be the value of the current array element, check if it is 4 or 5 and
> return true if so.
>
> However, you might need to write another logic to count the number of 4s
> returned...
>
>
> On Wed, Jul 27, 2011 at 7:57 PM, julianne anyim <julianneanyim@gmail.com>wrote:
>
>> Hello,
>>
>> i have an example array below:
>>
>> e.g $myarray=array(1, 3, 4, 4, 2, 4, 6, 6, 5);
>>
>> i need to count how many values are equal to 4 and how many are greater
>> than 5.. using php.. such that
>>
>> IF i have at least two values equal to 4 and atleast one value greater
>> than 5, THEN {execute some code}
>>
>> your help will be appreciated :)
>>
>> --
>> Julie
>>
>> _______________________________________________
>> Skunkworks mailing list
>> Skunkworks@lists.my.co.ke
>> http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks
>> ------------
>> Skunkworks Rules
>> http://my.co.ke/phpbb/viewtopic.php?f=24&t=94
>> ------------
>> Other services @ http://my.co.ke
>>
>
>
>
> --
> Regards,
> Peter Karunyu
> -------------------
> Web Performance Evangelist
> *Make your website and web app faster.*
>
>
> _______________________________________________
> Skunkworks mailing list
> Skunkworks@lists.my.co.ke
> http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks
> ------------
> Skunkworks Rules
> http://my.co.ke/phpbb/viewtopic.php?f=24&t=94
> ------------
> Other services @ http://my.co.ke
>
--
John Wesonga
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.my.co.ke/cgi-bin/mailman/private/skunkworks/attachments/20110727/106f873d/attachment-0001.htm>
------------------------------
Message: 7
Date: Wed, 27 Jul 2011 23:38:55 +0200
From: Moses Mungai <mosesnm@gmail.com>
To: Skunkworks Mailing List <skunkworks@lists.my.co.ke>
Subject: Re: [Skunkworks] VoIP Challenge
Message-ID:
<CAAzTqhwXiujqNtgjTqWzKJMZc+LQj=VRBncewD735g2_SDFh6w@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi Wash,
Well if I got you correctly you are looking for a service called VoIP
virtual number(s) and in your second point about the PBX, something like a
VoIP Trunk?
In any case, I work for a European VoIP/MVNO called TELIO Telecom that
offers such services mainly in Europe and we are based in Norway, CH, NL,
DK. Well am not the expert on the best solution to your needs since my role
is mainly back-end Network Operations but I can forward your request to one
of our departments that would answer you best.
Am not sure if you are asking for this service as a Telco yourself in which
case costs might be discussed further...
Lemme know if you want to take this offline or not.
My 2 cents worth,
Moses
On Wed, Jul 27, 2011 at 8:01 PM, Odhiambo Washington <odhiambo@gmail.com>wrote:
> Not so really.
>
> For all ye that have done VoIP setups, I need some advise on what equipment
> to use in a situation.
> Consider an equipment like SPA2002. It allows you to have a phone number in
> Europe (using a VoIP provider), which when called, rings in, say, Kenya. And
> you also have a line to call back as if you are in Europe.
> Now consider this: I'd like to use something akin to such an adapter, but
> I'd like to have a setup where when the number is called, it actually
> forwards that call to my PBX (which sadly or gladly only does H323).
> Okay, let me try to simplify: I could buy a PBX that speaks H323 and a
> Cisco Router, install somewhere in Europe (CH to be specific) and configure
> a WAN. Instead of doing that, I'd like to see if there is a cheaper way out,
> like using something equivalent.
>
> Do I still sound vague? If not, please give me ideas:)
>
>
>
> --
> Best regards,
> Odhiambo WASHINGTON,
> Nairobi,KE
> +254733744121/+254722743223
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> I can't hear you -- I'm using the scrambler.
> Please consider the environment before printing this email.
>
>
> _______________________________________________
> Skunkworks mailing list
> Skunkworks@lists.my.co.ke
> http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks
> ------------
> Skunkworks Rules
> http://my.co.ke/phpbb/viewtopic.php?f=24&t=94
> ------------
> Other services @ http://my.co.ke
>
--
Kind Regards,
*Moses Mungai*
Oslo, Norway
Mobile: +47 4626 4320
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://orion.my.co.ke/cgi-bin/mailman/private/skunkworks/attachments/20110727/539cfc3a/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 652 bytes
Desc: not available
URL: <http://orion.my.co.ke/cgi-bin/mailman/private/skunkworks/attachments/20110727/539cfc3a/attachment.png>
------------------------------
_______________________________________________
Skunkworks mailing list
Skunkworks@lists.my.co.ke
http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks
------------
Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1fbjAwOUE&hl=en
------------
Skunkworks Rules
http://my.co.ke/phpbb/viewtopic.php?f=24&t=94
------------
Other services @ http://my.co.ke
End of Skunkworks Digest, Vol 17, Issue 393
*******************************************
_______________________________________________
Skunkworks mailing list
Skunkworks@lists.my.co.ke
http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks
------------
Skunkworks Rules
http://my.co.ke/phpbb/viewtopic.php?f=24&t=94
------------
Other services @ http://my.co.ke