[Freeswitch-users] Maintaining call detail record

2008-12-14 Thread Faisal Maqsoodi



if (typeof YAHOO == undefined) {
 var YAHOO = {};
}
YAHOO.Shortcuts = YAHOO.Shortcuts || {};
YAHOO.Shortcuts.hasSensitiveText = false;
YAHOO.Shortcuts.sensitivityType = [];
YAHOO.Shortcuts.doUlt = false;
YAHOO.Shortcuts.location = us;
YAHOO.Shortcuts.document_id = 0;
YAHOO.Shortcuts.document_type = ;
YAHOO.Shortcuts.document_title = [Freeswitch-users] Maintaining call detail 
record;
YAHOO.Shortcuts.document_publish_date = ;
YAHOO.Shortcuts.document_author = faisalmaqso...@yahoo.com;
YAHOO.Shortcuts.document_url = ;
YAHOO.Shortcuts.document_tags = ;
YAHOO.Shortcuts.document_language = english;
YAHOO.Shortcuts.annotationSet = {
lw_1229319648_0: {
text: caller id,
extended: 0,
startchar: 188,
endchar: 196,
start: 188,
end: 196,
extendedFrom: ,
predictedCategory: ,
predictionProbability: 0,
weight: 0.2054,
relScore: 5.33095,
type: [shortcuts:/concept],
category: [CONCEPT],
wikiId: Caller_ID,
relatedWikiIds: [],
relatedEntities: [],
showOnClick: [],
context: fs with mysql in order to maintain calls record like caller id and 
time n date of call etc. I ve worked,
metaData: {
visible: true
}
 },
lw_1229319648_1: {
text: http://wiki.freeswitch.org/wiki/Mod_cdr_csv,;,
extended: 0,
startchar: 426,
endchar: 469,
start: 426,
end: 469,
extendedFrom: ,
predictedCategory: ,
predictionProbability: 0,
weight: 1,
relScore: 0,
type: [shortcuts:/us/instance/identifier/URL],
category: [IDENTIFIER],
wikiId: ,
relatedWikiIds: [],
relatedEntities: [],
showOnClick: [],
context: ,
metaData: {
visible: true
}
 }
};
YAHOO.Shortcuts.headerID = 284c8f98b4fb0aebc968053934caa66b;

How can i interface fs with mysql in order to maintain calls record like caller 
id
and time n date of call etc. I ve worked on xml cdr but it contains too
much info, more than i need and in a format which is not easily
understandable. I also tried perl coding mentioned on the link at the
bottom of the page
http://wiki.freeswitch.org/wiki/Mod_cdr_csv, but so many error msgs r displayed 
during its execution. Is there any easy method for that. Plz help me.
 
  
 faisal



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Maintaining call detail record

2008-12-13 Thread Faisal Maqsoodi
How can i interface fs with mysql in order to maintain calls record like caller 
id and time n date of call etc. I ve worked on xml cdr but it contains too much 
info, more than i need and in a format which is not easily understandable. I 
also tried perl coding mentioned on the link at the bottom of the page
http://wiki.freeswitch.org/wiki/Mod_cdr_csv, but so many error msgs r displayed 
during its execution. Is there any easy method for that. Plz help me. 
  
 faisal



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Maintaining call detail record

2008-12-13 Thread Faisal Maqsoodi



if (typeof YAHOO == undefined) {
 var YAHOO = {};
}
YAHOO.Shortcuts = YAHOO.Shortcuts || {};
YAHOO.Shortcuts.hasSensitiveText = false;
YAHOO.Shortcuts.sensitivityType = [];
YAHOO.Shortcuts.doUlt = false;
YAHOO.Shortcuts.location = us;
YAHOO.Shortcuts.document_id = 0;
YAHOO.Shortcuts.document_type = ;
YAHOO.Shortcuts.document_title = Maintaining call detail record;
YAHOO.Shortcuts.document_publish_date = ;
YAHOO.Shortcuts.document_author = faisalmaqso...@yahoo.com;
YAHOO.Shortcuts.document_url = ;
YAHOO.Shortcuts.document_tags = ;
YAHOO.Shortcuts.document_language = english;
YAHOO.Shortcuts.annotationSet = {
lw_1229161419_0: {
text: caller id,
extended: 0,
startchar: 187,
endchar: 195,
start: 187,
end: 195,
extendedFrom: ,
predictedCategory: ,
predictionProbability: 0,
weight: 0.2054,
relScore: 5.33095,
type: [shortcuts:/concept],
category: [CONCEPT],
wikiId: Caller_ID,
relatedWikiIds: [],
relatedEntities: [],
showOnClick: [],
context: fs with mysql in order to maintain calls record like caller id and 
time n date of call etc. I ve worked,
metaData: {
visible: true
}
 },
lw_1229161419_1: {
text: http://wiki.freeswitch.org/wiki/Mod_cdr_csv,;,
extended: 0,
startchar: 425,
endchar: 468,
start: 425,
end: 468,
extendedFrom: ,
predictedCategory: ,
predictionProbability: 0,
weight: 1,
relScore: 0,
type: [shortcuts:/us/instance/identifier/URL],
category: [IDENTIFIER],
wikiId: ,
relatedWikiIds: [],
relatedEntities: [],
showOnClick: [],
context: ,
metaData: {
visible: true
}
 }
};
YAHOO.Shortcuts.headerID = c0b92bae50300eda0a2889f03525f330;

How can i interface fs with mysql in order to maintain calls record like caller 
id
and time n date of call etc. I ve worked on xml cdr but it contains too
much info, more than i need and in a format which is not easily
understandable. I also tried perl coding mentioned on the link at the
bottom of the page
http://wiki.freeswitch.org/wiki/Mod_cdr_csv, but so many error msgs r displayed 
during its execution. Is there any easy method for that. Plz help me.
 
  
 faisal


  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Playing a file again and again

2008-12-06 Thread Faisal Maqsoodi
Hi,
    Is there any built-in function, like playback, which plays a file again and 
again unless interrupted. I want to use a simple function not FIFO.
  
Faisal



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Playing a file again and again

2008-12-06 Thread Faisal Maqsoodi
I need some more help. I used send msg this way. Is there anything missing bcoz 
its not working. Plz let me know what else should i do. When i dial 2003, file 
is not played.
extension name=Music
sendmsg 2003
call-command: execute
execute-app-name: playback
execute-app-arg: /usr/local/freeswitch/sounds/enter_plistnum.wav
loops: -1
  /extension

--- On Sat, 12/6/08, Dennis [EMAIL PROTECTED] wrote:
From: Dennis [EMAIL PROTECTED]
Subject: Re: [Freeswitch-users] Playing a file again and again
To: [EMAIL PROTECTED]
Date: Saturday, December 6, 2008, 2:13 AM

with sendmsg playback send: loops: -1

2008/12/6 Faisal Maqsoodi [EMAIL PROTECTED]:
 Hi,
 Is there any built-in function, like playback, which plays a file
again
 and again unless interrupted. I want to use a simple function not FIFO.

 Faisal


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org



___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Handling directory of sound files

2008-12-05 Thread Faisal Maqsoodi
Hi,
 Can i accomplish folder tasks with freeswitch? For instance, i need to play 
all sound files contained in a directory sequentially or randomly. Plz help me 
doing this.
 
 Faisal



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Handling directory of sound files

2008-12-05 Thread Faisal Maqsoodi
Its not without music on hold completely. Say, e.g, moh is being played but 
when i press 1 it should start playing files contained in a specific directory 
sequentially or randomly. Hope i m able to explain.
                          Faisal

--- On Fri, 12/5/08, Michael Collins [EMAIL PROTECTED] wrote:
From: Michael Collins [EMAIL PROTECTED]
Subject: Re: [Freeswitch-users] Handling directory of sound files
To: freeswitch-users@lists.freeswitch.org
Date: Friday, December 5, 2008, 12:47 AM

Is this for Music on Hold? Or is it for a different application altogether?
Thanks,
MC

On Fri, Dec 5, 2008 at 12:37 AM, Faisal Maqsoodi
[EMAIL PROTECTED] wrote:
 Hi,
  Can i accomplish folder tasks with freeswitch? For instance, i need to
play
 all sound files contained in a directory sequentially or randomly. Plz
help
 me doing this.

 Faisal


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org



___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Handling directory of sound files

2008-12-05 Thread Faisal Maqsoodi
Its not without music on hold completely. Say, e.g, moh is being played
but when i press 1 it should start playing files contained in a
specific directory sequentially or randomly. I havent got any solution to this 
problem yet. Can anyone plz guide me to some documentation or anything else 
regarding this matter.
                                                            
                                 Faisal


  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] mod_spidermonkey() Session is not active!

2008-12-04 Thread Faisal Maqsoodi

Hi
I m trying to use a Javascript application which uses  mod_pocketsphinx and 
mod_spidermonkey. Both r loaded but this error msg is displayed:
2008-12-04 16:31:09 [ERR] inline:1 mod_spidermonkey()  Session is not active!
How can i remove this error?
    Faisal



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] How to specify Path for sound files

2008-12-01 Thread Faisal Maqsoodi
Actually i copied the following text in a new text file and saved it as 
test1.xml file in /conf/dialplan/extensions, where 9_enum.xml and 
00_pizza_demo.xml exist, but it didnt worked.
extension name=wavs
condition field=destination_number expression=^2009$
  action application=playback 
data=/usr/local/freeswitch/sounds/en/us/callie/misc/8000/call_secured.wav/
/condition
  /extension
Then i copied the same text and pasted in conf/dialplan/default.xml file below 
the line
context name=default and above the line
extension name=unloop
and it worked successfully. Hope i ve explained what i wanted to.
   
 Faisal

--- On Mon, 12/1/08, Hadley Rich [EMAIL PROTECTED] wrote:
From: Hadley Rich [EMAIL PROTECTED]
Subject: Re: [Freeswitch-users] How to specify Path for sound files
To: freeswitch-users@lists.freeswitch.org
Date: Monday, December 1, 2008, 9:54 PM

On Tuesday 02 December 2008 18:30:53 Faisal Maqsoodi wrote:
 Yes its not working on my system. When i copy this in default.xml
dialplan,
 it works but as a seperate extension in dialplan/extensions it
does'nt.
 Faisal

It's a little hard to understand what you're saying but I'd hazard
a guess 
that your extension is below the transfer to enum.

Are you creating a separate file in conf/dialplan/default/ ? What are you 
naming the file? Does it show up below the enum file in a directory listing?

As Anthony said if you set debug logging then you will see what is going on.

hads
-- 
http://nicegear.co.nz
VoIP, DVB and other Linux compatible hardware.

___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] How to specify Path for sound files [DONE]

2008-12-01 Thread Faisal Maqsoodi
Sir thank you very much. It really works.
   Faisal

--- On Mon, 12/1/08, Hadley Rich [EMAIL PROTECTED] wrote:
From: Hadley Rich [EMAIL PROTECTED]
Subject: Re: [Freeswitch-users] How to specify Path for sound files
To: freeswitch-users@lists.freeswitch.org
Date: Monday, December 1, 2008, 11:03 PM

On Tuesday 02 December 2008 19:44:21 Faisal Maqsoodi wrote:
 Actually i copied the following text in a new text file and saved it as
 test1.xml file in /conf/dialplan/extensions, where 9_enum.xml and
 00_pizza_demo.xml exist, but it didnt worked. extension
name=wavs
 condition field=destination_number
expression=^2009$
   action application=playback

data=/usr/local/freeswitch/sounds/en/us/callie/misc/8000/call_secured.wav
/ /condition
   /extension
 Then i copied the same text and pasted in conf/dialplan/default.xml file
 below the line context name=default and above the line
 extension name=unloop
 and it worked successfully. Hope i ve explained what i wanted to.

   
 Faisal

 --- On Mon, 12/1/08, Hadley Rich [EMAIL PROTECTED] wrote:
 From: Hadley Rich [EMAIL PROTECTED]
 Subject: Re: [Freeswitch-users] How to specify Path for sound files
 To: freeswitch-users@lists.freeswitch.org
 Date: Monday, December 1, 2008, 9:54 PM

 On Tuesday 02 December 2008 18:30:53 Faisal Maqsoodi wrote:
  Yes its not working on my system. When i copy this in default.xml

 dialplan,

  it works but as a seperate extension in dialplan/extensions it

 does'nt.

  Faisal

 It's a little hard to understand what you're saying but I'd
hazard
 a guess
 that your extension is below the transfer to enum.

 Are you creating a separate file in conf/dialplan/default/ ? What are you
 naming the file? Does it show up below the enum file in a directory
 listing?

 As Anthony said if you set debug logging then you will see what is going
 on.

 hads

People should really quote properly huh.

As I suspected you're getting transferred to enum (which the debug logging 
would have told you).

Try naming your file 50-test.xml and seeing what happens.

hads
-- 
http://nicegear.co.nz
New Zealands Open Source Hardware Supplier

___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Failed to create a udp socket on port 5060[DONE]

2008-11-30 Thread Faisal Maqsoodi
Its done. Twinkle is registered successfully with freeswitch at port 5061.
I ve tried all basic features like calling on 5000,... calling between 
extensions 1000-1019 and so on. Its working. Thanx to all.
    Regards,   Faisal

--- On Sun, 11/30/08, Brian West [EMAIL PROTECTED] wrote:
From: Brian West [EMAIL PROTECTED]
Subject: Re: [Freeswitch-users] Failed to create a udp socket on port 5060
To: freeswitch-users@lists.freeswitch.org
Date: Sunday, November 30, 2008, 1:57 PM

Or try not running it all on the same box. ;)

/b

On Nov 30, 2008, at 8:19 AM, henkoegema wrote:


 Yes, i m running both on the same machine. Now i changed it to port  
 5020
 for twinkle. But the error msg displayed is:
 Sat 10:37:25
 1001, registration failed: 503 Service Unavailable
 What should i try?


 Make a new profile with port 5020.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] How to specify Path for sound files

2008-11-30 Thread Faisal Maqsoodi
I tried to play a sound file using the dialplan given on the link
http://wiki.freeswitch.org/wiki/Playing_recording_external_media#Play_wav

action application=playback data=/path/to/your.wav/
In place of /path/to/your.wave I used
/en/us/callie/misc/8000/call_secured.wav 
/usr/local/freeswitch/sounds/en/us/callie/misc/8000/call_secured.wav
/sounds/en/us/callie/misc/8000/call_secured.wav
But none of these is useful bcoz when i call on 2009, which is 
to b dialed to play the sound, same msg is
displayed 404 NOT FOUND
Plz help me out.    Faisal


  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] Failed to create a udp socket on port 5060

2008-11-28 Thread Faisal Maqsoodi
I m trying to play some basics on FreeSwitch plus twinkle softphone. Following 
error msg is displayed on the softphone:
Failed to create a udp socket on port 5060. Address already in use
 following on freeswitch window:
X Error: BadWindow (invalid Window parameter) 3
  Major opcode:  20
  Minor opcode:  0
  Resource id:  0x30001be
Plz help me solving this.
    faisal



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Failed to create a udp socket on port 5060

2008-11-28 Thread Faisal Maqsoodi
Yes, i m running both on the same machine. Now i changed it to port 5020 for 
twinkle. But the error msg displayed is:
Sat 10:37:25
1001, registration failed: 503 Service Unavailable
What should i try?

--- On Fri, 11/28/08, shehzad p [EMAIL PROTECTED] wrote:
From: shehzad p [EMAIL PROTECTED]
Subject: Re: [Freeswitch-users] Failed to create a udp socket on port 5060
To: freeswitch-users@lists.freeswitch.org
Date: Friday, November 28, 2008, 5:02 AM

this shows that port 5060 is already used by another application, 
i think you are running both Freeswitch and twinkle softphone on same
machine,
if its true then try to set different port number to use for softphone..


Faisal Maqsoodi wrote:
 
 I m trying to play some basics on FreeSwitch plus twinkle softphone.
 Following error msg is displayed on the softphone:
 Failed to create a udp socket on port 5060. Address already in use
  following on freeswitch window:
 X Error: BadWindow (invalid Window parameter) 3
   Major opcode:  20
   Minor opcode:  0
   Resource id:  0x30001be
 Plz help me solving this.
     faisal
 
 
 
 
 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
 
 

-- 
View this message in context:
http://www.nabble.com/Failed-to-create-a-udp-socket-on-port-5060-tp20732432p20734066.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] I am a new user

2008-11-25 Thread Faisal Maqsoodi
I ve just installed freeswitch on my system. What should i try on it now to 
take a start? I ve gone through the theory of pbx and all that. faisal



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] c compiler cant create executables

2008-11-24 Thread Faisal Maqsoodi
With
apt-get install build-essential
after 100% installation was complete
I tried ./configure again but same msg was displayed
configure: error: libtermcap, libcurses or libncurses are required!
Then i again executed apt-get... and the msg is
build-essential is already the newest version. 
Now once again i tried to configure but the same happened
faisal
--- On Sun, 11/23/08, Chav Paskov [EMAIL PROTECTED] wrote:
From: Chav Paskov [EMAIL PROTECTED]
Subject: Re: [Freeswitch-users] c compiler cant create executables
To: freeswitch-users@lists.freeswitch.org
Date: Sunday, November 23, 2008, 11:47 PM

Faisal Maqsoodi wrote:
 I tried

 sudo apt-get install  termcap curses,
 sudo apt-get install libncurses curses and
 sudo apt-get install  curses curses .. . give
 E: Couldn't find package and
 sudo apt-get install  ncurses curses gives
 Package ncurses is not available, but is referred to by another package.
 This may mean that the package is missing, has been obsoleted, or
 is only available from another source
 E: Package ncurses has no installation candidate.
   faisal

 --- On *Sun, 11/23/08, Chav Paskov /[EMAIL PROTECTED]/* wrote:

 From: Chav Paskov [EMAIL PROTECTED]
 Subject: Re: [Freeswitch-users] c compiler cant create executables
 To: freeswitch-users@lists.freeswitch.org
 Date: Sunday, November 23, 2008, 11:16 PM

 Faisal Maqsoodi wrote:
  sudo apt-get install g++ did work but now when i type ./configure

  following error msg was displayed
  configure: error: libtermcap, libcurses or libncurses are
required!
 
  --- On *Sun, 11/23/08, Wasim Baig /[EMAIL PROTECTED]/*
wrote:
 
  From: Wasim Baig [EMAIL PROTECTED]
  Subject: Re: [Freeswitch-users] c compiler cant create
executables
  To: freeswitch-users@lists.freeswitch.org
  Date: Sunday, November 23, 2008, 10:54 PM
 
  On Mon, Nov 24, 2008 at 11:44 AM, Chav Paskov
[EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED] wrote:
 
  On ubuntu, you type:
  sudo apt-get install gcc-c++
  If it doesn't work,
  you type:
  sudo apt-get install g++
 
  if using another distro try yum
 
  and try configure again you might need to install the
devel
  packages as
  well.
 
 
  if he was missing gcc, it would complain as such (i initially
  thought so as well, then reread the error message)
 
  this is pointing more to a permissions error as he is using a
  limited sudo user, from what he says
 
  -- 
  wasim h. baig | principal consultant | convergence pk | +92
300
  8508070 | as you scope creep, so shall we reap ...
 
  ___
  Freeswitch-users mailing list
  Freeswitch-users@lists.freeswitch.org
  http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

  

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
  http://www.freeswitch.org

 
 
 

 
  ___
  Freeswitch-users mailing list
  Freeswitch-users@lists.freeswitch.org
  http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
  http://www.freeswitch.org

 that's what i ment by saying  that you have to install  dev- tools
:
 since i do not know what you have installed do this:
 sudo apt-get install  termcap curses

 Chav



 ___
 Freeswitch-users mailing
  list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
   


 

 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
   
apt-get install build-essential
Chav

___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http

Re: [Freeswitch-users] c compiler cant create executables

2008-11-24 Thread Faisal Maqsoodi
Right
So should i get the permissions first to solve this problem? 

--- On Mon, 11/24/08, Tuyan Özipek [EMAIL PROTECTED] wrote:
From: Tuyan Özipek [EMAIL PROTECTED]
Subject: Re: [Freeswitch-users] c compiler cant create executables
To: freeswitch-users@lists.freeswitch.org
Date: Monday, November 24, 2008, 12:01 AM

Hi,
Please have a look at the documentation at:

http://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide

since it has almost all the required steps, libraries and much more.
The section about installing fs on debian should apply to ubuntu as well.


Regards

/tyn

On Mon, Nov 24, 2008 at 2:49 AM, Faisal Maqsoodi
[EMAIL PROTECTED] wrote:
 I also tried to configure as another user it displayed the same error msg
 configure: error: libtermcap, libcurses or libncurses are required!

___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] c compiler cant create executables

2008-11-24 Thread Faisal Maqsoodi
linux ubuntu   faisal

--- On Mon, 11/24/08, Chav Paskov [EMAIL PROTECTED] wrote:
From: Chav Paskov [EMAIL PROTECTED]
Subject: Re: [Freeswitch-users] c compiler cant create executables
To: freeswitch-users@lists.freeswitch.org
Date: Monday, November 24, 2008, 12:55 AM

Faisal Maqsoodi wrote:
 Right
 So should i get the permissions first to solve this problem?

 --- On *Mon, 11/24/08, Tuyan Özipek /[EMAIL PROTECTED]/*
wrote:

 From: Tuyan Özipek [EMAIL PROTECTED]
 Subject: Re: [Freeswitch-users] c compiler cant create executables
 To: freeswitch-users@lists.freeswitch.org
 Date: Monday, November 24, 2008, 12:01 AM

 Hi,
 Please have a look at the documentation at:

 http://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide

 since it has almost all the required steps, libraries and much more.
 The section about installing fs on debian should apply to ubuntu as
well.


 Regards

 /tyn

 On Mon, Nov 24, 2008 at 2:49 AM, Faisal
  Maqsoodi
 [EMAIL PROTECTED] wrote:
  I also tried to configure as another user it displayed the same
error msg
  configure: error: libtermcap, libcurses or libncurses are
required!

 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
   


 

 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
   
it is not a premission problem.

libtermcap, libcurses or libncurses are required
 these are missing
pls let me know exactly what is the platform you're running ?
Linux..? 
Chav



___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] c compiler cant create executables[DONE]

2008-11-24 Thread Faisal Maqsoodi
Yup u r right i executed the command
aptitude install subversion subversion-tools automake1.9 gcc-4.1 autoconf make 
wget libtool g++ libncurses5 libncurses5-dev
mentioned on the link u sent me. It completed all the pre requisites and now 
compilation is successfull. Thank u very much to all of u for ur co operation.
faisal
--- On Mon, 11/24/08, Tuyan Özipek [EMAIL PROTECTED] wrote:
From: Tuyan Özipek [EMAIL PROTECTED]
Subject: Re: [Freeswitch-users] c compiler cant create executables
To: freeswitch-users@lists.freeswitch.org
Date: Monday, November 24, 2008, 12:01 AM

Hi,
Please have a look at the documentation at:

http://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide

since it has almost all the required steps, libraries and much more.
The section about installing fs on debian should apply to ubuntu as well.


Regards

/tyn

On Mon, Nov 24, 2008 at 2:49 AM, Faisal Maqsoodi
[EMAIL PROTECTED] wrote:
 I also tried to configure as another user it displayed the same error msg
 configure: error: libtermcap, libcurses or libncurses are required!

___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] c compiler cant create executables

2008-11-23 Thread Faisal Maqsoodi
HELP
While trying to install freeswitch on my system. The error msg displayed is 
configure: 3087: error: C compiler can not create executables
What should i try.    faisal




  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] c compiler cant create executables

2008-11-23 Thread Faisal Maqsoodi
Root user using sudo su - . But with limited permissions.

--- On Sun, 11/23/08, Wasim Baig [EMAIL PROTECTED] wrote:
From: Wasim Baig [EMAIL PROTECTED]
Subject: Re: [Freeswitch-users] c compiler cant create executables
To: freeswitch-users@lists.freeswitch.org
Date: Sunday, November 23, 2008, 10:36 PM

On Mon, Nov 24, 2008 at 11:31 AM, Faisal Maqsoodi [EMAIL PROTECTED] wrote:



 Actually i dont know much about using linux. After downloading files i got 
into the folder containing freeswitch-1.0.1 and
typed ./configure and this msg was displayed.   fais




Which user are you doing this as? Check perms. Read up on linux too.

-- 
wasim h. baig | principal consultant | convergence pk | +92 300 8508070 | as 
you scope creep, so shall we reap ... 

___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] c compiler cant create executables

2008-11-23 Thread Faisal Maqsoodi
sudo apt-get install g++ did work but now when i type ./configure following 
error msg was displayed
configure: error: libtermcap, libcurses or libncurses are required!

--- On Sun, 11/23/08, Wasim Baig [EMAIL PROTECTED] wrote:
From: Wasim Baig [EMAIL PROTECTED]
Subject: Re: [Freeswitch-users] c compiler cant create executables
To: freeswitch-users@lists.freeswitch.org
Date: Sunday, November 23, 2008, 10:54 PM

On Mon, Nov 24, 2008 at 11:44 AM, Chav Paskov [EMAIL PROTECTED] wrote:


On ubuntu, you type:

sudo apt-get install gcc-c++

If it doesn't work, you type:

sudo apt-get install g++



if using another distro try yum



and try configure again you might need to install the devel packages as

well.
if he was missing gcc, it would complain as such (i initially thought so as 
well, then reread the error message)

this is pointing more to a permissions error as he is using a limited sudo 
user, from what he says


-- 
wasim h. baig | principal consultant | convergence pk | +92 300 8508070 | as 
you scope creep, so shall we reap ... 

___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] c compiler cant create executables

2008-11-23 Thread Faisal Maqsoodi
I tried

sudo apt-get install  termcap curses,
sudo apt-get install libncurses curses and
sudo apt-get install  curses curses .. . give
E: Couldn't find package and
sudo apt-get install  ncurses curses gives
Package ncurses is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package ncurses has no installation candidate.
  faisal

--- On Sun, 11/23/08, Chav Paskov [EMAIL PROTECTED] wrote:
From: Chav Paskov [EMAIL PROTECTED]
Subject: Re: [Freeswitch-users] c compiler cant create executables
To: freeswitch-users@lists.freeswitch.org
Date: Sunday, November 23, 2008, 11:16 PM

Faisal Maqsoodi wrote:
 sudo apt-get install g++ did work but now when i type ./configure 
 following error msg was displayed
 configure: error: libtermcap, libcurses or libncurses are required!

 --- On *Sun, 11/23/08, Wasim Baig /[EMAIL PROTECTED]/* wrote:

 From: Wasim Baig [EMAIL PROTECTED]
 Subject: Re: [Freeswitch-users] c compiler cant create executables
 To: freeswitch-users@lists.freeswitch.org
 Date: Sunday, November 23, 2008, 10:54 PM

 On Mon, Nov 24, 2008 at 11:44 AM, Chav Paskov [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:

 On ubuntu, you type:
 sudo apt-get install gcc-c++
 If it doesn't work, you type:
 sudo apt-get install g++

 if using another distro try yum

 and try configure again you might need to install the devel
 packages as
 well.


 if he was missing gcc, it would complain as such (i initially
 thought so as well, then reread the error message)

 this is pointing more to a permissions error as he is using a
 limited sudo user, from what he says

 -- 
 wasim h. baig | principal consultant | convergence pk | +92 300
 8508070 | as you scope creep, so shall we reap ...

 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users

UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
   


 

 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
 http://www.freeswitch.org
   
that's what i ment by saying  that you have to install  dev- tools :
since i do not know what you have installed do this:
sudo apt-get install  termcap curses

Chav



___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


[Freeswitch-users] i need help regarding freeswitch

2008-11-18 Thread Faisal Maqsoodi
Dear all,
   Hi
    I ve just started reading on freeswitch. From where should i 
start? Basically, i am am a graduate electronic engineer. Can i be a successful 
developer of freeswitch? Its my first experience of any telephonic system.
Faisal rehman, Pakistan



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] i need help regarding freeswitch

2008-11-18 Thread Faisal Maqsoodi

Thanks very much sir u r so nice n cooperative.
--- On Tue, 11/18/08, Wasim Baig [EMAIL PROTECTED] wrote:
From: Wasim Baig [EMAIL PROTECTED]
Subject: Re: [Freeswitch-users] i need help regarding freeswitch
To: freeswitch-users@lists.freeswitch.org
Date: Tuesday, November 18, 2008, 10:36 PM

On Wed, Nov 19, 2008 at 11:07 AM, Faisal Maqsoodi [EMAIL PROTECTED] wrote:

Faisal:



Welcome to the wonderful word of open source telephony.


 
    I ve just started reading on freeswitch. From where should i 
start? 
http://wiki.freeswitch.org/wiki/Main_Page

http://wiki.freeswitch.org/wiki/Documentation

are two good places to start ...
 

Basically, i am am a graduate electronic engineer. Can i be a successful 
developer of freeswitch? 
Absolutely.
 

Its my first experience of any telephonic system.
Be prepared to read a lot, and then ask questions. 
When you get an answer,  do document it for others on the wiki.


-- 
wasim h. baig | principal consultant | convergence pk | +92 300 8508070 | as 
you scope creep, so shall we reap ... 

___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



  ___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org