[asterisk-users] ARI originated PjSIP channel changes state to UP while called party is still RINGING

2021-03-16 Thread mosbah abdelkader
Hello,


A call originated from ARI (using ari-py), changes state to UP while
the called party is still ringing. The bearer is a PjSIP trunk.


I am wondering if this is caused by any kind of early media or
incompatibility between my Asterisk and remote SBC but I cannot
confirm anything for now since my carrier says the trunk is compliant
with VoIP standards.


This behaviour is really problematic for my app so I need to resolve
it as soon as possible. Do I need to deploy any AMD system? or
reconfigure the DIAL command?


Any pointer to any possible cause/fix of the problem is very appreciated.


Thank you.


Best Regards.

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

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

[asterisk-users] Asterisk-Kannel integration project version 0.0.1 release notes

2017-12-20 Thread mosbah abdelkader
Hello,

We are proud to announce the first release 0.0.1 version of kannel-asterisk
integration project. The goal of this project is to allow asterisk users to
use kannel capabilities like SMS sending and receiving. Please visit
https://asterisk-kannel.sourceforge.io/ for more information. You can
download the release files at:
https://sourceforge.net/projects/asterisk-kannel/files/

This version 0.0.1 includes an asterisk app module called app_mt.c which
can be used from the dial plan to send SMS MT (mobile terminated).

---technical details:
app_mt.c is an asterisk module (a dialplan app called mt) that uses kannel
C API to connect to kannel bearerbox as an smsbox and send sms mt messages.
It also integrates a thread for receiving ack's and delivery reports (dlr)
from bearerbox.

---requirements:
-Asterisk source.
-Kannel compiled libs and header files (compilation of kannel is not
covered here).

---config:
-actually the config is done in the source code itself. Adjust the
following parameters to fit your setup before compiling and linking the app:
static char* dflt_bb_host = "#";//default kannel bearerbox IP
address
static long dflt_bb_port = 13001;//kannel bearerbox smsbox-port port
static int dflt_bb_ssl = 0;//default kannel bearerbox smsbox-port ssl let
it 0 if you don't want to use ssl
static char* dflt_smsbox_id = "astb";//default smsbox id
static char* dflt_service = "csvc";//default service name
static char* dflt_account = "supacc";//default account name
static char* dflt_from = "18555";//default sender number
static char* dflt_to = "1";//default receiver number
static char* dflt_smsc_id = "fake-smsc-1";//default smsc-id used to route
the sms
static char* dflt_dlr_url = "http://127.0.0.1:40001";//default dlr url
static int dflt_dlr_mask = 31;//default dlr mask
static char* dflt_sms = "Dialplan extension 400 get executed!";//default
sms text

---compiling:
compilation is similar to any other asterisk module. Just copy the source
file to asterisk apps folder, modify your toolchain by adding kannel header
files and libs locations. Compile asterisk as usual. you will get app_mt.so
generated.

---using:
-# cp app_mt.so /usr/lib/asterisk/modules
-# asterisk -x "module load app_mt.so"
-modify your dialplan to add a test extension for app_mt:
exten => 400,1,mt()
same => n,Hangup()
-call extension 400 from your device, an sms mt will be sent to the
receiver number configured above.

---roadmap:
-read default config parameters from file.
-pass sms parameters from the dialplan.
-send sms from cli/manager/rest/...etc.
-...etc. Any suggestion is welcome.

Any feedback is welcome.

Best regards.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

Re: [asterisk-users] fail2ban does not work for my asterisk installation

2010-08-03 Thread mosbah abdelkader
Thank you doctor whom,


It is working for me now.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] fail2ban does not work for my asterisk installation

2010-08-02 Thread mosbah abdelkader
Thanks for your reply.


My configuration is correct. It works with ssh: many attacks have been
stopped. Also, the config has worked for asterisk one time: I have seen that
in the fail2ban.log file.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

[asterisk-users] fail2ban does not work for my asterisk installation

2010-08-01 Thread mosbah abdelkader
The failregex statement in my jail.conf file is:
*
failregex* = NOTICE.* .*: Registration from '.*' failed for '' - Wrong
password
   NOTICE.* .*: Registration from '.*' failed for '' - No
matching peer found
   NOTICE.* .*: Registration from '.*' failed for '' -
Username/auth name mismatch
   NOTICE.* .*: Registration from '.*' failed for '' - Device
does not match ACL
   NOTICE.*  failed to authenticate as '.*'$
   NOTICE.* .*: No registration for peer '.*' (from )
   NOTICE.* .*: Host  failed MD5 authentication for '.*' (.*)
   NOTICE.* .*: Registration from '.*' failed for '' - ACL
error (permit/deny)


This is a log entry in /var/log/asterisk/full that shows the scan being
performed:


*2010-08-01 07:00:13 NOTICE[22540] chan_sip.c: Registration from
'"123456"' failed for '193.158.62.48' - ACL error
(permit/deny)*

The problem is that fail2ban does not detect this attack that was performed
for an amount of time of about half an hour.


Please help me identify the problem.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

[asterisk-users] My Switch is being attacked using sip scanner tool (Service Abuse Attack)

2010-07-22 Thread mosbah abdelkader
An attacker is scanning my Asterisk Switch to gain illegitimate access to
VoIP call functionality.


Using a sip scanning tool, *it* sends REGISTERs with random identities. And
when it discovers one identity subscribed in my switch, it tries to
authenticate with random passwords using this user name.


For the moment, I have replaced this account. And also blocked the IP it has
used but each time it tries to use another IP to scan again.


Following is a sample REGISTER request sent by it to my switch (I have
hidden some info).


REGISTER sip:xx.xx.xx.xx SIP/2.0
*Via: SIP/2.0/UDP 127.0.1.1:5061;branch=x**-x**;rport*
Content-Length: 0
From: "x" 
Accept: application/sdp
*User-Agent: friendly-scanner*
To: "x" 
*Contact: sip:1...@1.1.1.1 *
CSeq: 1 REGISTER
Call-ID: 4244603463
Max-Forwards: 70




Please help me resolve this problem.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

[asterisk-users] IAX calling presentation null

2010-07-07 Thread mosbah abdelkader
Hello all,




I am getting a strange behaviour of IAX protocol in an IAX trunk set up for
one of our clients.




the calling presentation is equal to 0 : *Calling presentation: 0x00*




Wireshark presents the call as if the from (caller) is null.




It does not seem that there is any config in iax.conf that fixes that.




Please help fix that.




Thanks.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

[asterisk-users] About testing Call transfer in asterisk

2010-05-24 Thread mosbah abdelkader
Hello,


Can you explain how to test blind transfer in asterisk.


Here is my test case that hasn't succeeded:


I have configured blindxfer => # in features.conf. I have called an iax user
from my iax softphone. The called party responds to the call, and tries to
transfer the call by clicking the # key followed by the number of another
iax extension where I want to transfer the call to. But nothing happened.


Please help.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

[asterisk-users] Customizing Asterisknow distribution

2010-05-11 Thread mosbah abdelkader
 Hello,



I want to modify asterisknow distribution by adding, removing or editing
software.


How can I do that and recompile a new distribution and put it in a new iso.



Thank you.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] voipmonitor.org

2010-05-08 Thread mosbah abdelkader
Ok.

Thank you for your help.

On Sat, May 8, 2010 at 1:55 PM, Martin Vit  wrote:

> On Sat, May 8, 2010 at 2:34 PM, mosbah abdelkader
>  wrote:
> > Thank you Martin,
> >
> > So the MOS-LQE does not inform bout payload itself but predicts the MOS
> > based on networks metrics
>
> yes exactly. LQE is Listen Quality Emodel (E-model is parametric model
> which takes into account some more parameters. I've used static
> parameters except for loss and burstiness. So if your network is
> stable and you want to measure MOS, there is no way how to do that on
> unknown samples. You can do only automated tests.
>
>
> > and P862 and P863 uses also payload (voice) to
> > calculate the MOS. Is it true what I have understood.
> >
>
>
> yes, P.862 (PESQ) compare two samples. Original and degraded (and
> about 20 seconds). P.563 does not need original sample and can predict
> only degraded sample (only about 20 seconds). It cannot analyze  whole
> conversation. Both methods is suited for automated tests with specific
> samples. These objective methods compare new codecs, transmittion path
> etc. etc.. It will never work as real live passive monitoring. I've
> used P.862 to calibrate MOS-LQE.
>
> MV
>
>
> > Best regards.
> >
> > On Sat, May 8, 2010 at 1:17 PM, Martin Vit  wrote:
> >>
> >> Hello,
> >>
> >> I've choosen only MOS-LQE because it is calculated only on network
> >> parameters, which is loss, burstinnes and delay (which is converted to
> >> loss by jitterbuffer simulator). It does not takes into account voice
> >> (payload). There is no effective objective methods (today) which
> >> predicts MOS. Only ITU-T P.862 and P.563 which is patented and it can
> >> analyze only 20 seconds samples. I've tried implementing P.563 and it
> >> is not usable for real live use, only for automated tests which is not
> >> in my interest now (and because of patents). I've calibrated MOS-LQE
> >> with polynomial functions using P.862 PESQ. I will write more on
> >> voipmonitor.org documentation once I've found more time.
> >>
> >> I'm using voipmonitor on central gateway and succesfully monitoring
> >> all SIP traffic and filtering calls by the worst MOS. So yes, you can
> >> use that tool for measuring quality of IP network in realtime. If you
> >> save PCAP files, you can analyze it with wireshark in more depth.
> >>
> >>
> >>
> >>
> >>
> >> On Sat, May 8, 2010 at 1:42 PM, mosbah abdelkader
> >>  wrote:
> >> > Hello,
> >> >
> >> >
> >> > First, thank you for your great job.
> >> >
> >> >
> >> > I want to know why you have choosed to calculate only MOS-LQE. Why you
> >> > have
> >> > only used G107. Is that model suitable for VoIP operators to have a
> >> > calculated QoS value so they can confirm their quality.
> >> >
> >> >
> >> > Thanks again and best regards.
> >> >
> >
> >
>
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] voipmonitor.org

2010-05-08 Thread mosbah abdelkader
Thank you Martin,

So the MOS-LQE does not inform bout payload itself but predicts the MOS
based on networks metrics and P862 and P863 uses also payload (voice) to
calculate the MOS. Is it true what I have understood.

Best regards.

On Sat, May 8, 2010 at 1:17 PM, Martin Vit  wrote:

> Hello,
>
> I've choosen only MOS-LQE because it is calculated only on network
> parameters, which is loss, burstinnes and delay (which is converted to
> loss by jitterbuffer simulator). It does not takes into account voice
> (payload). There is no effective objective methods (today) which
> predicts MOS. Only ITU-T P.862 and P.563 which is patented and it can
> analyze only 20 seconds samples. I've tried implementing P.563 and it
> is not usable for real live use, only for automated tests which is not
> in my interest now (and because of patents). I've calibrated MOS-LQE
> with polynomial functions using P.862 PESQ. I will write more on
> voipmonitor.org documentation once I've found more time.
>
> I'm using voipmonitor on central gateway and succesfully monitoring
> all SIP traffic and filtering calls by the worst MOS. So yes, you can
> use that tool for measuring quality of IP network in realtime. If you
> save PCAP files, you can analyze it with wireshark in more depth.
>
>
>
>
>
> On Sat, May 8, 2010 at 1:42 PM, mosbah abdelkader
>  wrote:
> > Hello,
> >
> >
> > First, thank you for your great job.
> >
> >
> > I want to know why you have choosed to calculate only MOS-LQE. Why you
> have
> > only used G107. Is that model suitable for VoIP operators to have a
> > calculated QoS value so they can confirm their quality.
> >
> >
> > Thanks again and best regards.
> >
>
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] voipmonitor.org

2010-05-08 Thread mosbah abdelkader
Hello,


First, thank you for your great job.


I want to know why you have choosed to calculate only MOS-LQE. Why you have
only used G107. Is that model suitable for VoIP operators to have a
calculated QoS value so they can confirm their quality.


Thanks again and best regards.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] SS7 over an FXO interface

2010-04-16 Thread mosbah abdelkader
Ok.


Thanks.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

[asterisk-users] SS7 over an FXO interface

2010-04-16 Thread mosbah abdelkader
Hello,


Is it possible to transfer ss7 signaling over an FXO interface.

I need to setup an ss7 test system composed by two Asterisk based IP-PBX
systems with anlog interfaces only (FXO and FXS). I want to know if it is
possible to connect the two IP-PBX as following:

 - FXS interface in PBX1 -> connected to
-> FXO interface in PBX2 => used to transport
ss7 signaling.

 - FXS interface in PBX2 -> connected to
-> FXO interface in PBX1 => used to transport
voice between the two PBXs. This
   connection can be replaced by a simple SIP trunk.


Is this scenario possible with libss7 and asterisk. If yes, please give some
instructions and tips.


Thanks.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

[asterisk-users] DTMF failing in some calls

2009-10-14 Thread abdelkader
Hello,

I am using Asterisk 1.2.33 under Debian ETCH linux.

I have the following problem with DTMF:

In my callback system, I calls an access DID. My system calls me back to my
phone. It asks me for a password to let me dial an international number. If
the authentication succeeds, I can dial a number in the system.

Sometimes Asterisk catches only some of the digits I have entered.
Sometimes, it duplicates some other digits. Sometimes, the system does not
catch anything. And finally, sometimes it works properly.

I am using rfc2833 as dtmf mode.

Please help.

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

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

[asterisk-users] Asterisk CLI commands not running !!!!!

2009-09-08 Thread abdelkader
Hello,

I am using Asterisk 1.4.22 in a debian 4.0 with a kernel version 2.6.18-6-amd64
(SMP). The processor type is Intel(R) Xeon(R) CPU E5420 @ 2.50GHz.

Sometimes, I get a strange behavior from asterisk: The CLI commands does not
work and Asterisk cannot receive calls. The output of every CLI command is
that command is not known (no such command).

Please help me resolve this problem: what can be the cause of it? is it
Asterisk or my system? and what have I to do to eliminate this problem?

Thks in advance.
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Request for information about Asterisk Business Edition

2009-07-30 Thread abdelkader
Hello,

>
> For people having experienced Asterisk Business Edition, please I need some
> information:
>
> - First, Can ABE be installed in a Debian or Ubuntu OS 32 and 64 bit.
>
> - Second, Can ABE be installed in a newer version of Fedora like Fedora 10
> or 11.
>
> - Third, opcom, a reseller of ABE in France says that there is a support
> for 250 additional calls. Is this really possible, because the official
> digium site says that the maximum number of simultaneous calls is only 240.
>
> - Fourth, If the third point is OK ie ABE can support 500 simultaneous
> calls, can the system configuration described below handle this number of
> calls (500) with the alaw or ulaw codecs. The configuration is:
>

Hardware Information Processors 4 Model Intel(R) Xeon(R) CPU E5420 @
2.50GHz CPU
Speed 2.49 GHz Cache Size 6.00 MB System Bogomips 19954.79 PCI Devices *none
* IDE Devices *none* SCSI Devices  - DELL PERC 6/i (Direct-Access) - DP
BACKPLANE (Enclosure) - TSSTcorp DVD-ROM TS-L333A (CD-ROM)

USB Devices  - Dell Computer Corp. - Cypress Semiconductor Corp. CY7C65640
USB-2.0 "TetraHub" - Dell Computer Corp. Hub


>
>
> Best regards.
>
> ---
> Abdelkader Mosbah
>
>
>
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

[asterisk-users] Asterisk on OpenWRT

2009-07-24 Thread abdelkader
Hello,

Did anyone succeeded in installing Asterisk on OpenWRT system.

pls help.
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] Asterisk capacity

2009-07-06 Thread abdelkader
Hello,

This is the configuration of my server got from PHP system info:

*System Vital:*
Kernel Version 2.6.18-6-amd64 (SMP)
Distro Name  Debian 4.0

*Hardware Information:* Processors 4  Model Intel(R) Xeon(R) CPU E5420 @
2.50GHz  CPU Speed 2.49 GHz  Cache Size 6.00 MB  System Bogomips 19954.78  PCI
Devices *none*  IDE Devices *none*  SCSI Devices -DELL PERC 6/i
(Direct-Access)-DP BACKPLANE (Enclosure)-TSSTcorp DVD-ROM TS-L333A
(CD-ROM)  USB
Devices -Dell Computer Corp.-Cypress Semiconductor Corp. CY7C65640 USB-2.0
"TetraHub"-Dell Computer Corp. Hub*

Mounted Filesystems:* *Mount* *Type* *Partition* *Percent Capacity* *Free* *
Used* *Size*  / ext3 /dev/sda1  0% 759.28 GB 1.63 GB 801.63 GB  /dev/shm
tmpfs tmpfs  0% (1%) 3.90 GB 0.00 KB 3.90 GB  /lib/init/rw tmpfs tmpfs  0%
(1%) 3.90 GB 0.00 KB 3.90 GB  /dev tmpfs udev  1% (1%) 9.95 MB 52.00 KB
10.00 MB  *Totals :  *  0% 763.19 GB 1.63 GB 805.54 GB
*

**

Memory Usage:* *Type* *Percent Capacity* *Free* *Used* *Size*  Physical
Memory   5% 7.37 GB 437.23 MB 7.80 GB  - Kernel + applications   2%
194.45 MB- Buffers   2%   159.57 MB- Cached   1%   83.21 MBDisk
Swap   0% 22.84 GB 0.00 KB 22.84 GB
*


The version of Asterisk is: 1.4.22.

I need to know how many calls I can handle with my Asterisk.

Thks.














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

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

[asterisk-users] Asterisk capacity

2009-07-03 Thread abdelkader
Hello,

What is the maximum number of simultaneous calls supported by asterisk.

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

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

[asterisk-users] Callback with a2billing

2009-06-07 Thread abdelkader
Hello,

Can anyone give me a sample configuration of Callback feature on a2billing.

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

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

[asterisk-users] A problem in playing sound files

2009-05-26 Thread abdelkader
Hello,

I have 8 DID: 7 from a provider1 and 1 from provider2.

Each time a customer calls one of the DID, the system plays a message.

The problem is that the message is played normally for all the DIDs from the
provider1 and is not played (not heard) for the DID from provider2.

My question is: What can be the cause of this problem.

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

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

[asterisk-users] Hanging up a call by DTMF

2009-05-26 Thread abdelkader
Hello,

Is it possible to hangup an active call by simply sending a DTMF code to
Asterisk for example # code.

If yes, What function to use in the dialplan.

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

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

[asterisk-users] Asterisk Trunk billing

2009-04-08 Thread abdelkader
Hello,

I have a problem with Asterisk trunk billing. I have bought some number of
trunks from a VoIP provider with his own rates. I am planning to sell some
of these trunks to my clients with my own rates. The problem is: how to
process this trunk, Can I process it as a normal SIP/IAX client (if yes how)
and apply my billing rates to it.

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

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

[asterisk-users] Converting an audio file to a ".gsm" format

2007-08-12 Thread MOSBAH ABDELKADER
Hello all,

have anyone an idea about converting an audio file (.wav, .mp3, .au,...) to
a ".gsm" audio file to use it as a voicemail file with Asterisk.

Thanks.

Abdelkader Mosbah
___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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

[asterisk-users] Locating Asterisk documentation after installation

2007-08-10 Thread MOSBAH ABDELKADER
Hello all,

After installing Asterisk, i have installed the docs by "make progdocs".

But i don't know where to locate this documentation.

please Help.

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

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

Re: [asterisk-users] How to use OpenVPN with Asterisk

2007-08-09 Thread MOSBAH ABDELKADER
Hello,

Have i to install OpenVPN in each Asterisk server or it is enough to install
it in one side only?.

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

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

Re: [asterisk-users] How to use OpenVPN with Asterisk

2007-08-09 Thread MOSBAH ABDELKADER
Hello,

Is the OpenVPN the ideal solution to set a tunnel between two asterisk
servers or there is a better solution.

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

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

[asterisk-users] How to use OpenVPN with Asterisk

2007-08-09 Thread MOSBAH ABDELKADER
Hello,

I want to create a VPN between two Asterisk servers using OpenVPN.

How to configure Asterisk and OpenVPN to do that.

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

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

[asterisk-users] Re : Connecting two Asterisk servers with a framerelay

2007-08-06 Thread MOSBAH ABDELKADER
Hello,

To connect Asterisk to Frame relay network, have i to use the wildcard
TE110P.

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

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

Re: [asterisk-users] Connecting two Asterisk servers with a frame relay

2007-08-05 Thread MOSBAH ABDELKADER
Hello,

As we know, to connect Asterisk to PSTN network, we must use a PCI card
containing FXS and FXO modules like Digium TDM400P.

Now to connect Asterisk to a Frame Relay network what is the PCI card that
we need? Is the Ethernet adapter only is enough? or i have to buy another
type of PCI card?.

Thanks.

Mosbah Abdelkader.
___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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

Re: [asterisk-users] Connecting two Asterisk servers with a frame relay connection

2007-08-04 Thread MOSBAH ABDELKADER
Hello,

Have i to buy an asterisk card like TDM400P to connect the two asterisk
servers with frame relay.

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

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

[asterisk-users] Connecting two Asterisk servers with a frame relay connection

2007-08-04 Thread MOSBAH ABDELKADER
Hello all,

I have to connect two Asterisk servers with a frame relay connection but i
do not know what is the hardware to use and how to connect them.

Have anyone an idea about that.

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

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

[asterisk-users] Asterisk 1.2.18 problem

2007-05-27 Thread MOSBAH ABDELKADER

hello,

I have installed asterisk 1.2.18 in suse 10.2. After typing asterisk in the
terminal command line (i don't think that asterisk runs when doing this) i
type "asterisk -r" but the response" is "Unable to connect to remote
asterisk (does /var/run/asterisk.ctl exist?)".

how to solve this.

thanks.
___
--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