[asterisk-users] Backgroung usage

2006-12-07 Thread Olivier Saulnier
= 3,1,Hangup But nothing happen when i hit 1, 2, or 3. Wher is the mistake?? Best regards, -- Olivier Saulnier STEGANUX 1er étage DIAMECANS BEL AIR 03410 St-Victor T: 04.70.02.27.62 F: 04.70.09.97.41 http://www.steganux.com ___ --Bandwidth and Colocation

Re: [asterisk-users] AGI and some informations

2006-11-29 Thread Olivier Saulnier
a more precise snippet of code, since I'm completely unaware of your configuration. But in any case, I would delegate all of the logic to your Ruby script and keep the minimum in the extensions.conf. AF. Olivier Saulnier wrote: Anton Frolov a écrit : When registering the softphone

Re: [asterisk-users] AGI and some informations

2006-11-29 Thread Olivier Saulnier
call the script with the IP address. b) i must give at softphone the phone nimber incoming, for external calls Do you have any idea for process that?? Best regards, -- Olivier Saulnier STEGANUX 1er étage DIAMECANS BEL AIR 03410 St-Victor T: 04.70.02.27.62 F: 04.70.09.97.41 http://www.steganux.com

[asterisk-users] AGI Script with parameters

2006-11-28 Thread Olivier Saulnier
number, it works! Do you have any idea?? best regards, -- Olivier Saulnier STEGANUX 1er étage DIAMECANS BEL AIR 03410 St-Victor T: 04.70.02.27.62 F: 04.70.09.97.41 http://www.steganux.com ___ --Bandwidth and Colocation provided by Easynews.com

Re: [asterisk-users] AGI Script with parameters

2006-11-28 Thread Olivier Saulnier
hello, I try: exten = 0470022762,2,agi,/ruby/ring.rb|192.168.0.10 5010 And it doesn't works again... best regards, Olivier S Anton Frolov a écrit : bonjour, Olivier I think that your line should be something like: exten = phone,2,agi,script.py|args -- Olivier Saulnier STEGANUX 1er

Re: [asterisk-users] AGI Script with parameters

2006-11-28 Thread Olivier Saulnier
YES!! It works ;-)) Best regards, Olivier S. Anton Frolov a écrit : you should use a separator between the arguments as well. try exten = 0470022762,2,agi,/ruby/ring.rb|192.168.0.10|5010 -- Olivier Saulnier STEGANUX 1er étage DIAMECANS BEL AIR 03410 St-Victor T: 04.70.02.27.62

[asterisk-users] AGI and some informations

2006-11-28 Thread Olivier Saulnier
can i read the ip adress (the softphone give me when it registered, but after??? best regards, -- Olivier Saulnier STEGANUX 1er étage DIAMECANS BEL AIR 03410 St-Victor T: 04.70.02.27.62 F: 04.70.09.97.41 http://www.steganux.com ___ --Bandwidth

Re: [asterisk-users] AGI and some informations

2006-11-28 Thread Olivier Saulnier
Anton Frolov a écrit : When registering the softphone: OK, in which file do i do that?? SoftPhonesDB.insert(olivier, $ip); Could you explain me what means SoftPhonesDB.insert?? It's not an AGI commande, how can i use it?? In extensions.conf: exten = 302,s,agi,script.rb,${EXTEN}

[asterisk-users] Catch an event

2006-09-05 Thread Olivier Saulnier
Hello, I would like for some reasons, catch the ring event since Asterisk, in real-time. Is this information record in a database? How can I read it, immediatly? I either think to catch the information by a little shell script as: asterisk -r |tail -1|grep ring|awk ... and redirect the

Re: [asterisk-users] french promt

2006-07-27 Thread Olivier Saulnier
. * ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Olivier Saulnier STEGANUX 1er étage DIAMECANS BEL AIR 03410 St-Victor T: 04.70.02.27.62 F: 04.70.09.97.41

[asterisk-users] Problem of Quality

2006-07-11 Thread Olivier Saulnier
Hello, Sometimes, when i call an outside people, he said me that the communication is bad: The voice is low, far, bad poor quality. How can i know where is the problem, which tests can i make? Best regards, -- Olivier Saulnier STEGANUX 1er étage DIAMECANS BEL AIR 03410 St-Victor T

[asterisk-users] Phone Ring

2006-07-07 Thread Olivier Saulnier
Hello, Do you know where i can download some rings for a PA1688 based Phone? All rings on this link are not very nice...: http://www.aredfox.com/edownloadsring.htm Best regards, -- Olivier Saulnier STEGANUX 1er étage DIAMECANS BEL AIR 03410 St-Victor T: 04.70.02.27.62 F: 04.70.09.97.41 http

[Asterisk-Users] request @default

2006-07-06 Thread Olivier Saulnier
from 300, it doesn't work, and log file return: chan_iax2.c: Rejected connect attempt from 192.168.0.60, request '[EMAIL PROTECTED]' does not exist Do you have any idea? Best regards, -- Olivier Saulnier STEGANUX 1er étage DIAMECANS BEL AIR 03410 St-Victor T: 04.70.02.27.62 F: 04.70.09.97.41

Re: [Asterisk-Users] request @default

2006-07-06 Thread Olivier Saulnier
which contains creat-in and steganux-in, but not better. Best regards, Olivier S Kai Fürstenberg a écrit : Hi, Olivier Saulnier wrote: Hello, I creat two context in extensions.conf: [creat-in] exten = 400,Dial(IAX2/400,20,tr) exten = 400,2,Voicemail(u400) exten = 400,10,Hangup exten = 401

Re: [Asterisk-Users] request @default

2006-07-06 Thread Olivier Saulnier
Doug Lytle a écrit : This is incorrect. It should be: [creat-in] exten = 400,1,Dial(IAX2/400,20,tr) exten = 400,2,Voicemail(u400) exten = 400,3,Hangup Ok, i forgot priority!! Best regards, -- Olivier Saulnier STEGANUX 1er étage DIAMECANS BEL AIR 03410 St-Victor T: 04.70.02.27.62 F

[Asterisk-Users] Forward call

2006-07-06 Thread Olivier Saulnier
,SendDTMF(${ARG1}) exten = s,4,Hangup() I put in m incoming context: exten = 0470022762,1,Dial(IAX2/300,20,tr) exten = 0470022762,2,Macro(cell_user,${olscell}) But, when the call is being, the phone is hangup! What do i do in macro for forward the call?? Best regards, -- Olivier Saulnier STEGANUX 1er

Re: [Asterisk-Users] Xorcom Rapid

2006-06-13 Thread Olivier Saulnier
an error in the CLI when reloading? Before reloading: set verbose 1 to see only the relevant warnings. I have the same message! Do you know how i can stop messages from qozap (they fill the screen either asterisk is down!!!) Best regards, -- Olivier Saulnier STEGANUX 1er étage Diamecans Bel

Re: [Asterisk-Users] Xorcom Rapid

2006-06-11 Thread Olivier Saulnier
, because, nothing happen when i call from an external phone inside the company. It's my problem, i don't know how name the QuadBRI interface, and how to use it in extensions files Do you hace some samples to give me, or explain me how i can detect the name to use? Best regards, Olivier Saulnier

Re: [Asterisk-Users] Xorcom Rapid

2006-06-11 Thread Olivier Saulnier
to see only the relevant warnings. I have the same message! Do you know how i can stop messages from qozap (they fill the screen either asterisk is down!!!) Best regards, -- Olivier Saulnier STEGANUX 1er étage Diamecans Bel Air 03410 St Victor T: 04.70.02.27.62 F: 04.70.09.97.41 http

[Asterisk-Users] Xorcom Rapid

2006-06-09 Thread Olivier Saulnier
, -- Olivier Saulnier STEGANUX 1er étage Diamecans Bel Air 03410 St Victor T: 04.70.02.27.62 F: 04.70.09.97.41 http://www.steganux.com ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit

Re: [Asterisk-Users] QuadBri card

2006-06-08 Thread Olivier Saulnier
It's mark on some documentations... Where do i laucnh qozap ?? Best regards, Olivier S. Tzafrir Cohen a écrit : On Wed, Jun 07, 2006 at 05:44:16PM +0200, Olivier Saulnier wrote: Hello, I install the latest release of Asterisk, QuadBri driver. I compile al; that, copy zaptel.conf file

[Asterisk-Users] QuadBri card

2006-06-07 Thread Olivier Saulnier
by external line. I always have at asterisk console the message: qozap: not re-activating layer1 span1 I see my channels with zap show status if I do: less /proc/zaptel/3 (par exemple), I have the return message for each channel: DEACTIVATING What's happen?? Best regards, -- Olivier Saulnier

[Asterisk-Users] Compiling QuaBri cards

2006-06-06 Thread Olivier Saulnier
a link: linux-2.6.8-2-686 from /lib/modules/2.6.8-2-686. When i creat a link for linux-2.6 on this directory, i have some news erreors; has: structure has no member... Could you help me on this problem?? Best regards, -- Olivier Saulnier STEGANUX 1er étage Diamecans Bel Air 03410 St Victor T

Re: [Asterisk-Users] Compiling QuaBri cards

2006-06-06 Thread Olivier Saulnier
... Best regards, Olivier S. Alternatively, install zaptel-source from there and build using m-a a-i zaptel -- Olivier Saulnier STEGANUX 1er étage Diamecans Bel Air 03410 St Victor T: 04.70.02.27.62 F: 04.70.09.97.41 http://www.steganux.com

[Asterisk-Users] Developping SoftPhone

2006-05-04 Thread Olivier Saulnier
Hello, I would like to use an ocx for integrated a softphone in an existant program developped in Windev (from PC Soft). I try IaxClientOCx, but nothing happen at initialising. Then, I try some softphone make with it, it doesn't function either... Do you know any other OCX for try? Best

[Asterisk-Users] Listening a conversation

2006-05-03 Thread Olivier Saulnier
Hello, is it possible to listen a conversation in real time, without recording it? Best regards, -- Olivier Saulnier STEGANUX 35 Quai Louis Blanc 03100 Montluçon T: 04.70.02.80.55 F: 04.70.02.80.57 http://www.steganux.com ___ --Bandwidth

Re: [Asterisk-Users] Listening a conversation

2006-05-03 Thread Olivier Saulnier
Ok, thanks everybody :-) -- Olivier Saulnier STEGANUX 35 Quai Louis Blanc 03100 Montluçon T: 04.70.02.80.55 F: 04.70.02.80.57 http://www.steganux.com ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list

[Asterisk-Users] IAX Configuration

2006-05-02 Thread Olivier Saulnier
= friend username = 20 secret = 20 host=dynamic context = INTERNAL mailbox=20 Best regards, -- Olivier Saulnier STEGANUX 35 Quai Louis Blanc 03100 Montluçon T: 04.70.02.80.55 F: 04.70.02.80.57 http://www.steganux.com ___ --Bandwidth and Colocation provided

Re: [Asterisk-Users] IAX Configuration

2006-05-02 Thread Olivier Saulnier
/mailman/listinfo/asterisk-users -- Olivier Saulnier STEGANUX 35 Quai Louis Blanc 03100 Montluçon T: 04.70.02.80.55 F: 04.70.02.80.57 http://www.steganux.com ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list

[Asterisk-Users] Compiling zaptel

2006-05-02 Thread Olivier Saulnier
?? Best regards, -- Olivier Saulnier STEGANUX 35 Quai Louis Blanc 03100 Montluçon T: 04.70.02.80.55 F: 04.70.02.80.57 http://www.steganux.com ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE

Re: [Asterisk-Users] AGI and incoming call

2006-04-27 Thread Olivier Saulnier
to re-parse the routing stuff on each and every call... hope this helps 2006/4/26, Olivier Saulnier [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Hello, It's not possible, because the flat file is generated since a database, and each day, there is news customers

[Asterisk-Users] AGI and incoming call

2006-04-26 Thread Olivier Saulnier
, Asterisk must routed the incoming call to the internal phone 11 I have an awk script able to find the good internal phone, but i don't know how to interface it with Asterisk. I thought that AGI is the best way. Is it? Best regards, -- Olivier Saulnier STEGANUX 35 Quai Louis Blanc 03100

Re: [Asterisk-Users] AGI and incoming call

2006-04-26 Thread Olivier Saulnier
, ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Olivier Saulnier STEGANUX 35 Quai Louis Blanc 03100 Montluçon T: 04.70.02.80.55 F: 04.70.02.80.57 http

Re: [Asterisk-Users] AGI and incoming call

2006-04-26 Thread Olivier Saulnier
45874521 call, Asterisk must routed the incoming call to the internal phone 11 I have an awk script able to find the good internal phone, but i don't know how to interface it with Asterisk. I thought that AGI is the best way. Is it? Best regards, -- Olivier Saulnier STEGANUX 35 Quai Louis Blanc