[asterisk-users] Backgroung usage

2006-12-07 Thread Olivier Saulnier
01,15,tr) exten => 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 _

Re: [asterisk-users] AGI and some informations

2006-11-29 Thread Olivier Saulnier
ne a new context, where i 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.4

Re: [asterisk-users] AGI and some informations

2006-11-29 Thread Olivier Saulnier
;t write 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 registerin

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] AGI and some informations

2006-11-28 Thread Olivier Saulnier
how 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 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-Victo

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 S

[asterisk-users] AGI Script with parameters

2006-11-28 Thread Olivier Saulnier
nd port 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 Easy

[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 intern

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] Forward call

2006-07-06 Thread Olivier Saulnier
xten => s,3,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 regard

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.0

Re: [Asterisk-Users] request @default

2006-07-06 Thread Olivier Saulnier
o creat a new context, nammed commun 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,Voi

[Asterisk-Users] request @default

2006-07-06 Thread Olivier Saulnier
0) exten => 0470022762,10,Hangup But when i want to call 400 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

Re: [Asterisk-Users] Xorcom Rapid

2006-06-13 Thread Olivier Saulnier
quot;Dial" is legal. I figure it may be the source to your problem. Do you get 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

Re: [Asterisk-Users] Xorcom Rapid

2006-06-11 Thread Olivier Saulnier
Do you get 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 Diam

Re: [Asterisk-Users] Xorcom Rapid

2006-06-11 Thread Olivier Saulnier
.conf file , 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 regar

[Asterisk-Users] Xorcom Rapid

2006-06-09 Thread Olivier Saulnier
conf files in the extensions-phones.d subdirectory should have no context. ; They are all to be part of the 'phones' context #include "extensions-phones.d/*.conf" include => phones-zap [PSTN] exten => 1,1,Dial (IAX2/300,20) exten => s,2,Voicemail, u300) [INTERNAL] ;ext

Re: [Asterisk-Users] QuadBri card

2006-06-07 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

[Asterisk-Users] QuadBri card

2006-06-07 Thread Olivier Saulnier
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 Sau

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] Compiling QuaBri cards

2006-06-06 Thread Olivier Saulnier
have 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 Vic

[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 rega

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 To

[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 and

[Asterisk-Users] Compiling zaptel

2006-05-02 Thread Olivier Saulnier
ime_t in time.h file :-( Di you have any idea for that (how to do accept this types, or remplace them by what?? 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 _

Re: [Asterisk-Users] IAX Configuration

2006-05-02 Thread Olivier Saulnier
ist 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://www.steganux.com ___ --Bandwidth and Colocation provid

[Asterisk-Users] IAX Configuration

2006-05-02 Thread Olivier Saulnier
st=dynamic context = INTERNAL mailbox=19 [20] type = 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 __

Re: [Asterisk-Users] AGI and incoming call

2006-04-27 Thread Olivier Saulnier
se 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 c

Re: [Asterisk-Users] AGI and incoming call

2006-04-26 Thread Olivier Saulnier
12 When the client 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

Re: [Asterisk-Users] AGI and incoming call

2006-04-26 Thread Olivier Saulnier
gards, ___ --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

[Asterisk-Users] AGI and incoming call

2006-04-25 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