• Idefisk
  • Tools
  • Tutorials
  • Reviews
  • VoIP Providers
  • Archives
ZOIPER softphone
AsteriskGuru Archives
Mailing List Archives
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[asterisk-dev] Asterisk solution

 
   AsteriskGuru Archives Forum Index -> Asterisk-Dev
View previous topic :: View next topic  
Author Message
monzur at citechco.net
Guest





PostPosted: Thu May 14, 2009 12:05 pm    Post subject: [asterisk-dev] Asterisk solution

Dear all,
We are trying to new used asterisk soft, my OS is centos 5.2.
Please give a total setup this issue.

Thanks
Engr.M.Monzur Alam
Network & System Admin
Grameen CyberNet Ltd.
Dhaka,Bangladesh

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
Back to top
steve at geekinter.net
Guest





PostPosted: Thu May 14, 2009 1:47 pm    Post subject: [asterisk-dev] Asterisk solution

On 14 May 2009, at 13:41, Engr.Mohammad Monzur Alam wrote:
Quote:
We are trying to new used asterisk soft, my OS is centos 5.2.
Please give a total setup this issue.

Jeez.

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
Back to top
sean.bright at gmail.com
Guest





PostPosted: Thu May 14, 2009 4:50 pm    Post subject: [asterisk-dev] Asterisk solution

Engr.Mohammad Monzur Alam wrote:
Quote:
Dear all,
We are trying to new used asterisk soft, my OS is centos 5.2.
Please give a total setup this issue.

OK. But only if I can do it for free.

--
Sean Bright
sean.bright@gmail.com

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
Back to top
steve at geekinter.net
Guest





PostPosted: Thu May 14, 2009 5:46 pm    Post subject: [asterisk-dev] Asterisk solution

On 14 May 2009, at 18:40, Sean Bright wrote:
Quote:
Engr.Mohammad Monzur Alam wrote:
> Dear all,
> We are trying to new used asterisk soft, my OS is centos 5.2.
> Please give a total setup this issue.

OK. But only if I can do it for free.

I actually spat some drink out then. Cheered me up a treat :P

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
Back to top
leif.madsen at asteriskdo
Guest





PostPosted: Thu May 14, 2009 6:06 pm    Post subject: [asterisk-dev] Asterisk solution

Engr.Mohammad Monzur Alam wrote:
Quote:
Dear all,
We are trying to new used asterisk soft, my OS is centos 5.2.
Please give a total setup this issue.

Funny enough, this documentation has already been written!

http://astbook.asteriskdocs.org.

Enjoy!

--
Leif Madsen.
http://www.leifmadsen.com
http://www.oreilly.com/catalog/asterisk

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
Back to top
asterisk.org at sedwards.
Guest





PostPosted: Thu May 14, 2009 7:02 pm    Post subject: [asterisk-dev] Asterisk solution

Quote:
Engr.Mohammad Monzur Alam wrote:

Quote:
> Dear all,
> We are trying to new used asterisk soft, my OS is centos 5.2.
> Please give a total setup this issue.

On Thu, 14 May 2009, Sean Bright wrote:

Quote:
OK. But only if I can do it for free.

I find the following commands an excellent start to installing a free
total setup:

echo "I want a system -- and/or for free!"\
| awk -F "" '{print $25 $15,$17 $27 $32,$23}'\
| bxsh

Thanks in advance,
------------------------------------------------------------------------
Steve Edwards sedwards@sedwards.com Voice: +1-760-468-3867 PST
Newline Fax: +1-760-731-3000

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
Back to top
filefrog at gmail.com
Guest





PostPosted: Thu May 14, 2009 7:14 pm    Post subject: [asterisk-dev] Asterisk solution

On Thu, May 14, 2009 at 2:49 PM, Steve Edwards
<asterisk.org@sedwards.com> wrote:
Quote:
> Engr.Mohammad Monzur Alam wrote:

>> Dear all,
>> We are trying to new used asterisk soft, my OS is centos 5.2.
>> Please give a total setup this issue.

On Thu, 14 May 2009, Sean Bright wrote:

> OK.  But only if I can do it for free.

I find the following commands an excellent start to installing a free
total setup:

       echo "I want a system -- and/or for free!"\
               | awk -F "" '{print $25 $15,$17 $27 $32,$23}'\
               | bxsh

I submit the following patch to Steve's code...

--- asterisk.steve.sh 2009-05-14 15:02:09.000000000 -0500
+++ asterisk.sh 2009-05-14 15:02:38.000000000 -0500
@@ -1,5 +1,5 @@
#/bin/bash

-echo "I want a system -- and/or for free!"\
+echo "I want a TOTAL system -- and/or for free!"\
| awk -F "" '{print $25 $15,$17 $27 $32,$23}'\
| bxsh


--
James

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
Back to top
jfinstrom at rhinoequipme
Guest





PostPosted: Thu May 14, 2009 7:47 pm    Post subject: [asterisk-dev] Asterisk solution

If I am counting right your patch breaks the humor unless you also modify the awk...James Finstrom
Rhino Equipment Corp.




On Thu, May 14, 2009 at 1:04 PM, James Hunt <filefrog@gmail.com (filefrog@gmail.com)> wrote:
Quote:
On Thu, May 14, 2009 at 2:49 PM, Steve Edwards
<asterisk.org@sedwards.com> wrote:
>> Engr.Mohammad Monzur Alam wrote:
>
>>> Dear all,
>>> We are trying to new used asterisk soft, my OS is centos 5.2.
>>> Please give a total setup this issue.
>
> On Thu, 14 May 2009, Sean Bright wrote:
>
>> OK.  But only if I can do it for free.
>
> I find the following commands an excellent start to installing a free
> total setup:
>
>        echo "I want a system -- and/or for free!"
>                | awk -F "" '{print $25 $15,$17 $27 $32,$23}'
>                | bxsh


I submit the following patch to Steve's code...

--- asterisk.steve.sh   2009-05-14 15:02:09.000000000 -0500
+++ asterisk.sh 2009-05-14 15:02:38.000000000 -0500
@@ -1,5 +1,5 @@
 #/bin/bash

-echo "I want a system -- and/or for free!"
+echo "I want a TOTAL system -- and/or for free!"
       | awk -F "" '{print $25 $15,$17 $27 $32,$23}'
       | bxsh



--
James


_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-dev


Back to top
filefrog at gmail.com
Guest





PostPosted: Thu May 14, 2009 8:02 pm    Post subject: [asterisk-dev] Asterisk solution

On Thu, May 14, 2009 at 3:39 PM, James Finstrom
<jfinstrom@rhinoequipment.com> wrote:
Quote:
If I am counting right your patch breaks the humor unless you also modify
the awk...

Bug. Submit a bug report :-)

--
James

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
Back to top
asterisk.org at sedwards.
Guest





PostPosted: Thu May 14, 2009 8:06 pm    Post subject: [asterisk-dev] Asterisk solution

Quote:
>>> Engr.Mohammad Monzur Alam wrote:
>>
>>>> Dear all,
>>>> We are trying to new used asterisk soft, my OS is centos 5.2.
>>>> Please give a total setup this issue.

Quote:
>> On Thu, 14 May 2009, Sean Bright wrote:
>>
>>> OK. But only if I can do it for free.

Quote:
> On Thu, May 14, 2009 at 2:49 PM, Steve Edwards
> <asterisk.org@sedwards.com> wrote:
>
>> I find the following commands an excellent start to installing a free
>> total setup:
>>
>> echo "I want a system -- and/or for free!"\
>> | awk -F "" '{print $25 $15,$17 $27 $32,$23}'\
>> | bxsh

Quote:
On Thu, May 14, 2009 at 1:04 PM, James Hunt <filefrog@gmail.com> wrote:

Quote:
> I submit the following patch to Steve's code...
>
> --- asterisk.steve.sh 2009-05-14 15:02:09.000000000 -0500
> +++ asterisk.sh 2009-05-14 15:02:38.000000000 -0500
> @@ -1,5 +1,5 @@
> #/bin/bash
>
> -echo "I want a system -- and/or for free!"\
> +echo "I want a TOTAL system -- and/or for free!"\
> | awk -F "" '{print $25 $15,$17 $27 $32,$23}'\
> | bxsh

On Thu, 14 May 2009, James Finstrom wrote:

Quote:
If I am counting right your patch breaks the humor unless you also
modify the awk...

My system doesn't have a " yn -" command. Can you write one for me?
Subject to the the current terms and conditions, of course.

Thanks in advance,
------------------------------------------------------------------------
Steve Edwards sedwards@sedwards.com Voice: +1-760-468-3867 PST
Newline Fax: +1-760-731-3000

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
Back to top
nir.simionovich at gmail.
Guest





PostPosted: Thu May 14, 2009 8:12 pm    Post subject: [asterisk-dev] Asterisk solution

James Hunt wrote:
Quote:
On Thu, May 14, 2009 at 3:39 PM, James Finstrom
<jfinstrom@rhinoequipment.com> wrote:
> If I am counting right your patch breaks the humor unless you also modify
> the awk...

Bug. Submit a bug report :-)

Calling all apps, calling all apps, run-away joke at corner of SIP and

IAX2. All available channels, resources and applications are ordered to
converge at the corner of SIP and IAX2 to intercept.

Suspect is considered armed and futile, approach with extreme sarcasm
and humor.

--
Kind Regards,
Nir Simionovich
Asterisk Community Founder and Maintainer - Israel

(e) nir.simionovich@gmail.com
(w) http://www.simionovich.com


_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
Back to top
Display posts from previous:   
   AsteriskGuru Archives Forum Index -> Asterisk-Dev All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
contact us at: support@asteriskguru.com - asterisKGuru.com © all rights reserved   |   *asterisk is registered trademark of © Digium™