Re: [asterisk-users] CURL to post application/json

2018-10-04 Thread Nasir Iqbal
My mistake, CURLOPT(header) is only to retrieve headers, not to sent. sorry. Nasir Iqbal ICTBroadcast - an Auto Dialer software for ITSP <https://www.ictbroadcast.com/how-become-internet-telephony-service-provider-itsp-using-ictbroadcast-sp-edition> SMS, Fax and Voice broadcasting &am

Re: [asterisk-users] Spontaneous reboot due to MySQL lookups ?

2018-10-04 Thread Nasir Iqbal
nnect for each query. For example with following odbc settings you can achieve 500+ concurrent channels (approx 2500 queries / minute) without any performance issue. pooling => yes limit => 16 pre-connect => yes Regards Nasir Iqbal ICTBroadcast - an Auto Dialer software f

Re: [asterisk-users] CURL to post application/json

2018-10-04 Thread Nasir Iqbal
Hi David, Have you tried CURLOPT function. i.e Set(CURLOPT(header)=Content-Type: application/json) Regards Nasir Iqbal ICTBroadcast - an Auto Dialer software for ITSP <https://www.ictbroadcast.com/how-become-internet-telephony-service-provider-itsp-using-ictbroadcast-sp-edition> SMS, F

Re: [asterisk-users] WebRTC as Softphone substitute ?

2018-10-02 Thread Nasir Iqbal
s Carlos > reported earlier ? > > Le sam. 29 sept. 2018 à 13:32, Nasir Iqbal a > écrit : > >> Hi Olivior, >> >> We have recently worked on a WebRTC based agent panel. As based on my >> experience I think that WebRTC based phones are far better and cheaper the

Re: [asterisk-users] WebRTC as Softphone substitute ?

2018-09-29 Thread Nasir Iqbal
features which are not possible with regular phones. Regarding your concern about BLF or call history, for me as a being developer it is just a matter of customization. Regards Nasir Iqbal ICTBroadcast - an Auto Dialer software for ITSP <https://www.ictbroadcast.com/how-become-inter

Re: [asterisk-users] [OT] Outbound on SPA3102 FXO stopped to work. Where to look at ?

2016-12-23 Thread Nasir Iqbal
Can you confirm if said device is being provisioned correctly by provisioning server. and if there is no Firewall between said device and auto provisioning HTTP server ? And what is PSTN line status ? you can check both from SPA3102 web interface. Regards Nasir Iqbal ICTBroadcast - an Auto

Re: [asterisk-users] Pet project: one step Asterisk compile on Centos 7

2016-06-16 Thread Nasir Iqbal
server or can freely signup for Community Koji Build system being hosted by CentOs and Fedora After you have access to koji build system it is very simple and quick to make your own custom RPM for any target distribution and architecture of your choice! Regards Nasir Iqbal ICTBroadcast - an Auto

[asterisk-users] How to list parameters for applications data

2016-06-10 Thread Nasir Iqbal
rate a syntax error in asterisk, My question is if there anyway to fix this syntax error without compromising extra parameters in application data. Nasir Iqbal ICTBroadcast - an Auto Dialer soft ​​ ware for ITSP <https://www.ictbroadcast.com/how-become-internet-telephony-service-provider-itsp-us

[asterisk-users] Abandoned SIP-TCP connection causes Asterisk to crash

2016-03-01 Thread Nasir Iqbal
are unable to get any coredump ! (even running with -g) Any help will be appreciated. Thanks in advance Nasir Iqbal ICTBroadcast - an Auto Dialer software for ITSP <https://www.ictbroadcast.com/how-become-internet-telephony-service-provider-itsp-using-ictbroadcast-sp-edition> SMS, Fax and

Re: [asterisk-users] play sound file

2012-01-26 Thread Nasir Iqbal
check this http://www.voip-info.org/wiki/view/Asterisk+cmd+ControlPlayback Nasir Iqbal ICTBroadcast SMS, Fax and Voice broadcasting solution http://www.ictbroadcast.com/ On Wed, Jan 25, 2012 at 8:29 PM, Eyal wrote: > Hi, > > How can I play a sound file from the middle and end i

Re: [asterisk-users] Outbound Dialer, Agent Login and Logout

2011-12-31 Thread Nasir Iqbal
Check our asterisk based software ICTBroadcast at http://www.ictbroadcast.com, it might fulfil your requirements, It support multiple campaign types including playing voice message to recipients and forwarding call to live agent Regards Nasir Iqbal ICTBroadcast SMS, Fax and Voice

[asterisk-users] Working on web based IVR Designer for asterisk and Freeswitch

2011-12-26 Thread Nasir Iqbal
We are working to develop a web based IVR Designer that will work with Asterisk as well as Freeswitch using Raphaejs library, Click following link for detail http://sourcecodemania.com/ivr-designer-using-raphaeljs-for-asterisk/ Looking for your valuable suggestions Regards Nasir Iqbal

Re: [asterisk-users] Digium FFA + Gafachi T38 outgoing issues

2011-10-07 Thread Nasir Iqbal
for which user/number sip reinvite is for? ooh! you are running a direct application without any dialplan or user, may be that is the cause! I think you should first write fax dialplan, reload asterisk and test again with originate but this time with extension not application. Nasir Iqbal ICT

Re: [asterisk-users] Digium FFA + Gafachi T38 outgoing issues

2011-10-06 Thread Nasir Iqbal
Check firewall and NAT settings! Monitoring sip and media flow from asterisk cli can help, use "sip set debug on", "rtp set debug on" and "udptl set debug on" Nasir Iqbal ICT Innovations http://www.ictinnovations.com/ On Fri, Oct 7, 2011 at 1:37 AM, James Sharp

Re: [asterisk-users] Passive wait in dialplan?

2011-10-05 Thread Nasir Iqbal
What about waiting in "queues"? Nasir Iqbal ICT Innovations http://www.ictinnovations.com/ On Wed, Oct 5, 2011 at 1:35 PM, Yaroslav Panych wrote: > Hello, everyone > > Here part of my dialplan context > [globals] > CMD_NOOP=0 > CMD_DOSTUFF1=1 > CMD_DOSTUF

Re: [asterisk-users] Reinvite dialplan application [Was: OT - SIP - Toggle to autoanswer after ringing]

2011-10-05 Thread Nasir Iqbal
You can do this by an AMI based transfer (Redirect) to Local channel, and then in local channel's dialplan you need to add your desired custom sip header followed by a dial command. Nasir Iqbal ICT Innovations http://www.ictinnovations.com/ On Wed, Oct 5, 2011 at 11:36 AM, Olivier

Re: [asterisk-users] Database Lookup Advice

2011-10-04 Thread Nasir Iqbal
have you tried with MYSQL command? http://www.voip-info.org/wiki/view/Asterisk+cmd+MYSQL Nasir Iqbal ICT Innovations http://www.ictinnovations.com/ On Tue, Oct 4, 2011 at 11:25 PM, Bryant Zimmerman wrote: > Hey all > > I wanted to get some input on what you all think is the be

Re: [asterisk-users] Delay before ringing from PSTN`s call

2011-10-04 Thread Nasir Iqbal
On some analogs systems caller id is sent after first ring, so removing "callerid=asreceived" may help Nasir Iqbal ICT Innovations http://www.ictinnovations.com/ On Tue, Oct 4, 2011 at 4:38 AM, neo haux wrote: > Hi > > I am testing a degium TDP400P (2fxo+2fxs) o

Re: [asterisk-users] T.38 "client" for Linux?

2011-09-22 Thread Nasir Iqbal
Yes, Zoip support T.38 faxing but It is only client application and you need FOIP gateway (asterisk) to transmit a fax to your FXO port Nasir Iqbal ICT Innovations http://www.ictinnovations.com/ On Thu, Sep 22, 2011 at 3:20 AM, Olivier wrote: > > > 2011/9/21 Ian Pilcher > >

Re: [asterisk-users] T.38 "client" for Linux?

2011-09-21 Thread Nasir Iqbal
You can use ictfax HTTP://www.ictfax.org web interface to send faxes, Ictfax is pure foip software based on t.38 as compared to hylafax No need for iaxmodem and client application On 22-Sep-2011 4:00 AM, "Larry Moore" wrote: > On 22/09/2011 4:12 AM, Ian Pilcher wrote: >> I am looking for a simpl

Re: [asterisk-users] NC DATA FINDOUT IN AUTO DIALER

2011-09-20 Thread Nasir Iqbal
Please check offline message Regards Nasir Iqbal ICT Innovations http://www.ictinnovations.com/ On Tue, Sep 20, 2011 at 2:47 AM, mahesh katta wrote: > Thanks for reply, > I had check it. in auto dialer whenever dial the number there is no voice > to get agent. dialer will dial t

Re: [asterisk-users] NC DATA FINDOUT IN AUTO DIALER

2011-09-19 Thread Nasir Iqbal
Please check our voice sms and fax broadcasting / smart autodialler / smart predictive dialler based on asterisk named ictbroadcast , it provide real time report of busy, answered, congestion , failed, no answer call statistics of running campaign HTTP://www.ictinnovations.com/ictbroadcast Regar

[asterisk-users] ZRTP SDK Source

2011-04-22 Thread Nasir Iqbal
Hi, As zfone download server is offline, is there anyone who can provide me copy / link of libzrtp SDK source? Thanks in Advance Nasir Iqbal ICT Innovations http://www.ictinnovations.com/ -- _ -- Bandwidth and Colocation

[asterisk-users] Processing sip messages

2011-04-13 Thread Nasir Iqbal
Is there an way (asteisk command / AMI / Agi ) to process incoming SIP messages like ( 100 trying , 183 session progress , 200 Ack) , I am intersted to findout delay between 183 and 200 message Regards Nasir Iqbal

Re: [asterisk-users] Faxes

2010-09-03 Thread Nasir Iqbal
Try open souce solution "ICTFAX" for T.38 faxing developed by us available at http://www.sourceforge.net/projects/ictfax Nasir Iqbal ICT Innovations http://www.ictinnovations.com/ On Sat, Sep 4, 2010 at 3:03 AM, Joel Maslak wrote: > g711 across a network without perfect

Re: [asterisk-users] Calling Line Identity - any ideas

2010-08-21 Thread Nasir Iqbal
In simple words , Paddy should go with my trick, that is what i got from this reply Regards On Sat, Aug 21, 2010 at 5:14 AM, Sherwood McGowan < sherwood.mcgo...@gmail.com> wrote: > Nasir Iqbal wrote: > > With all honor and respect you deserve, Do I need your permission to

Re: [asterisk-users] Calling Line Identity - any ideas

2010-08-20 Thread Nasir Iqbal
ice gained from user > > experience > > is always welcome. > > > > Paddy > > > > > > > > > > -Original Message- > > From: asterisk-users-boun...@lists.digium.com > > [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of

Re: [asterisk-users] Calling Line Identity - any ideas

2010-08-19 Thread Nasir Iqbal
stom CLI while using the same trunk? Regards -- Nasir Iqbal ICT Innovations http://www.ictinnovations.com/ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory

Re: [asterisk-users] Calling Line Identity - any ideas

2010-08-19 Thread Nasir Iqbal
little syntax mistake, try this exten => s,1,Dial(SIP/Ext400&Local/${ext...@home-context) [home-context] exten => s,1,Set(CALLERID(num)=44112233445566) exten => s,n,Dial(SIP/TheWorld/441234567890) -- _ -- Bandwidth and Colocatio

Re: [asterisk-users] Calling Line Identity - any ideas

2010-08-19 Thread Nasir Iqbal
tal.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 > -- Nasir Iqbal ICT Inn

Re: [asterisk-users] realtime sip peers : musiconhold class

2010-08-18 Thread Nasir Iqbal
Hi to convert wav file use following sox 'orgFile' -w -r 8000 -c 1 -s 'fixedFile' while replace orgFile and fixedFile with actual filenames If still now luck try with mp3 Regards -- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] MySQL Connect problem...

2010-08-18 Thread Nasir Iqbal
in 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 > -- Nasir Iqbal ICT Innovations http://www.icti

Re: [asterisk-users] IAX2 debug of registration - Only getting RX and there is no TX response from Asterisk - is that normal?

2010-08-18 Thread Nasir Iqbal
dwidth 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

Re: [asterisk-users] Prepay Limited Calls.

2010-08-09 Thread Nasir Iqbal
o UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > -- Nasir Iqbal ICT Innovations http://www.ictinnovations.com/ -- _ -- Bandwidth and Colocation Provid

Re: [asterisk-users] Monitor asterisk

2010-08-08 Thread Nasir Iqbal
I and stuff.. > > > > > On Sun, Aug 8, 2010 at 5:00 AM, Nasir Iqbal wrote: > >> Hi >> >> following asterisk cli commands can help >> >> show channels, show uptime and show sysinfo >> >> here is an example >> >> asterisk -x "c

Re: [asterisk-users] How to track a call result originated from originate AMI command

2010-08-08 Thread Nasir Iqbal
ive 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 > -- Nasir Iqbal ICT Innovations http://www.ictinnovations.com/ --

Re: [asterisk-users] Monitor asterisk

2010-08-07 Thread Nasir Iqbal
o 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

Re: [asterisk-users] AMD setup in Astersik

2010-08-07 Thread Nasir Iqbal
ive > method for this ? > > > -- > _ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://ww

Re: [asterisk-users] [Asterisk-Users] How do I install speex for

2010-08-06 Thread Nasir Iqbal
org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > -- Nasir Iqbal ICT Innovations http://www.ictinnovations.com/ --

Re: [asterisk-users] [Asterisk-Users] How do I install speex for asterisk?

2010-08-06 Thread Nasir Iqbal
idth 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/mail

Re: [asterisk-users] How to reuse mysql connection between AGI's

2010-08-05 Thread Nasir Iqbal
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/as

Re: [asterisk-users] What do you use for Invoicing?

2010-08-03 Thread Nasir Iqbal
ery easy to install. just upload it into Elastix using module installation interface!!. for further information you can check user manual. No. you have to download it separately from sourceforge. > > Thanks > > > On Tue, Aug 3, 2010 at 2:01 AM, Nasir Iqbal wrote: > >>

Re: [asterisk-users] What do you use for Invoicing?

2010-08-02 Thread Nasir Iqbal
; -- 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

Re: [asterisk-users] IAX softphone

2010-08-02 Thread Nasir Iqbal
ello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > -- Nasir Iqbal ICT Innovations http://www.ictinnovations.com/ -- _ -- Bandwidth and

Re: [asterisk-users] CDR and "custom name fields"

2010-07-29 Thread Nasir Iqbal
___ > -- 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:

Re: [asterisk-users] urgent:how to transfer a call using asterisk FAGI

2010-07-27 Thread Nasir Iqbal
http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > -- Nasir Iqbal ICT Innovations http://www.ictinnovations.com/ -- ___

Re: [asterisk-users] Different source IP address for each peer

2010-07-20 Thread Nasir Iqbal
-- 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.digiu

Re: [asterisk-users] Preserving CDR(accountcode) in Local channels

2010-07-20 Thread Nasir Iqbal
___ > -- 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 > >

Re: [asterisk-users] T.30 fax receiving problem with app_fax

2010-07-18 Thread Nasir Iqbal
ed off, which could also be > a problem. (Row 21 to 26 in your log) > > best regards > > steve > > -- > _ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join

Re: [asterisk-users] Logging registration/unregistration of peers/extensions in database

2010-07-18 Thread Nasir Iqbal
ww.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/l

Re: [asterisk-users] AGI execution after Dial

2010-07-17 Thread Nasir Iqbal
al.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 > -- Nasir Iqba

Re: [asterisk-users] Dialplan question when using a round-robin

2010-07-11 Thread Nasir Iqbal
as a quick option you can use Dial(IAX2/server1/${EXTEN}&IAX2/server2/${EXTEN}&IAX2/server3/${EXTEN}) call will connect to whichever is available & answer, others simply ignored! On Sun, Jul 11, 2010 at 8:09 PM, wrote: > > But how can i determine on which physical server user B is registered?

[asterisk-users] UCS-2 Problem

2008-02-21 Thread Nasir Iqbal
Hi List, Recently I tried sending sms using app_sms (hardware TDM400P) in Singapore with land line telco provider singtel it worked fine and can send sms in Latin characters 7-bits/8-bits but I am unable to send Unicode (UCS-2 or 16-bits) sms in Arabic or Chinese. the problem is that my mobil

Re: [asterisk-users] A Leg Control on Asterisk Callback

2007-10-29 Thread Nasir Iqbal
ands in macro. as soon as your macro finished your call will be connected to "Leg B" you can read more at http://www.voip-info.org/wiki-Asterisk+cmd+Dial#Dialmacros and http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+Macro Nasir Iqbal ICT Innovations http://www.ictinnovations.com

Re: [asterisk-users] T.38 Faxing and Asterisk

2007-10-26 Thread Nasir Iqbal
Hi, Have you tried Callweaver http://www.callweaver.org ___ --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-

Re: [asterisk-users] Asterisk realtime error

2007-09-29 Thread Nasir Iqbal
art mysql; 4. reload / restart asterisk. Regards Nasir Iqbal http://www.ictinnovations.com On Wed, 2007-09-26 at 23:25 -0500, RENZZO SOTOMAYOR wrote: > Peder, I have all the permissions in mysql user. I can query my > database from the local box. > Mik Cheez, yes, it is. mysql.sock is

Re: [asterisk-users] AGI/PHP: missing arguments

2007-09-19 Thread Nasir Iqbal
cript has been working before... yes you are right. but this is only true if your are using FastAGI. its not available in regular AGI please visit http://www.voip-info.org/wiki-Asterisk+FastAGI for more info. Regards Nasir Iqbal http://www.ictinnovations.com > > > regards, > michael

Re: [asterisk-users] Astribank and caller ID from PSTN

2007-09-15 Thread Nasir Iqbal
Hi, uncomment "immediate=no" Regards Nasir Iqbal ICT Innovations http://ictinnovations.com On Sat, 2007-09-15 at 13:18 -0500, Guillermo Salas M. wrote: > Hello, > > I've one astribank with 8 FXO unit and 8 pstn lines connected to the > astribank. When I receiv

Re: [asterisk-users] AGI/PHP: missing arguments

2007-09-15 Thread Nasir Iqbal
to Script) $callerID = $argv[1]; Regards Nasir Iqbal ICT Innovations http://ictinnovations.com On Sat, 2007-09-15 at 18:21 +0200, Michael Kamleitner wrote: > hi folks, > > I've built a simple PHP-script utilizing the AGI-interface. in > extensions.conf I trigger the script

[asterisk-users] SpanDSP/TxFAX FAX Status

2007-08-20 Thread Nasir Iqbal
Hi List, I wonder that how I can check that FAX is delivered successfully or not, in my dialplan while using TxFAX. Which variable contain fax status? as PHASEESTATUS and PHASEESTRING in Callweaver. Regards Nasir Iqbal ___ --Bandwidth and

Re: [asterisk-users] FW: Can you reload only one conf file?

2007-08-15 Thread Nasir Iqbal
API+Action +Command Regards Nasir Iqbal ICT Innovations On Fri, 2007-08-10 at 12:19 -0400, Mike wrote: > Well, if you really must know (this is OT for everybody else I guess) I have > a custom Web GUI used for my customers, and when some settings are modified, > a conf file is created.

Re: [asterisk-users] Prblem with Page Hight While Faxing over uLaw

2007-08-07 Thread Nasir Iqbal
(Hand Shaking). But how I can solve it? I am currently using Asterisk 1.2 Thanks On Tue, 2007-08-07 at 18:24 +0500, Nasir Iqbal wrote: > Hi List, > > Me setup for faxing is > > Asterisk (TxFAX) => ATA => FAX Machine > > And SIP setting is > > Codec uLaw > dtm

[asterisk-users] Prblem with Page Hight While Faxing over uLaw

2007-08-07 Thread Nasir Iqbal
Hi List, Me setup for faxing is Asterisk (TxFAX) => ATA => FAX Machine And SIP setting is Codec uLaw dtmfmode inband but I am facing a problem when I send a FAX of one page from Asterisk to ATA+FAX Machine the FAX Machine Print two pages (Enlarging the page) but shows it received one page.

Re: [asterisk-users] PhpAgi call generation

2007-07-31 Thread Nasir Iqbal
or Supervisor exten => 2,1,Dial(SIP/xo-out/$manager_num) ;for Manager exten => 3,1,Voicemail(your_voice_mail_box) Regards Nasir Iqbal On Tue, 2007-07-31 at 12:21 -0400, Nitesh Divecha wrote: > Thanks Nasir, > > By putting "'Exten'=> your_extensions_here" i

Re: [asterisk-users] PhpAgi call generation

2007-07-31 Thread Nasir Iqbal
ns_here, 'Priority'=>1, 'Callerid'=>$cid)); or you must put an "s" extensions in your desired context in this case it is "default". Regards Nasir Iqbal On Tue, 2007-07-31 at 10:08 -0400, Nitesh Divecha wrote: > Hello

Re: [asterisk-users] Default Asterisk Numbers

2007-07-26 Thread Nasir Iqbal
also have a look on http://www.voip-info.org/wiki/view/Asterisk+standard+extensions On Thu, 2007-07-26 at 20:57 -0600, Al lists wrote: > features.conf > > On 7/26/07, GNUbie <[EMAIL PROTECTED]> wrote: > Hello all, > > Where can I find the complete list of default Asteri

Re: [asterisk-users] Asterisk Supported Harware Architecture

2007-07-26 Thread Nasir Iqbal
Hi Saqib, Architecture is depend on what service you want to deliver. Voip is more cheaper then pstn for interoffice connectivity. But consider regulatory issue before using it. visit http://www.voip-info.org/wiki-Asterisk for complete detail. Regards Nasir iqbal On Wed, 2007-07-25 at 22

Re: [asterisk-users] Answering Machine Beep Detection for *

2007-07-24 Thread Nasir Iqbal
Hi dave, you can use AMD application for more info please visit www.voip-info.org/wiki/index.php?page=Asterisk+cmd+AMD Regards Nasir Iqbal On Tue, 2007-07-24 at 17:22 -0400, dave cantera wrote: > hi, > can anyone point me to answering machine beep detection methods or writeups

Re: [asterisk-users] TDM04B & FIOS No Hangups Often

2007-07-24 Thread Nasir Iqbal
you. Regards Nasir Iqbal On Tue, 2007-07-24 at 16:03 -0500, Eric "ManxPower" Wieling wrote: > Noah Miller wrote: > > > 2) Set callprogress=yes in zapata.conf (if you haven't already done that). > > If you set callprogress=yes you will have the opposite proble

Re: [asterisk-users] MySQL components in asterisk-addons not being built

2007-07-24 Thread Nasir Iqbal
Hi, please see your ./configure output especially few last lines. and note missing thins. Regards Nasir Iqbal On Tue, 2007-07-24 at 10:45 -0400, hugolivude wrote: > Thanks Tahir. I already got the asterisk-addons though - that's what > I'm having trouble with! BTW - aste

Re: [asterisk-users] Pass Dialed number to a script

2007-07-19 Thread Nasir Iqbal
//This Line Changed I think that you know how to get arg from shell script. cheers Nasir Iqbal ICT Innovations On Thu, 2007-07-19 at 08:43 -0400, [EMAIL PROTECTED] wrote: > I'm in the process of writing a simple autodialer to dial a list of numbers > and play a message. One of the opti

Re: [asterisk-users] different codec for different extensions

2007-06-21 Thread Nasir Iqbal
nging() exten => 605,n,set(SIP_CODEC=ulaw) exten => 605,n,RxFAX(/tmp/nasir.tiff|ecm) exten => 605,n,hangup() but Thanks for your answer Thanks Nasir Iqbal > [userX] > ... > context=internal > disallow=all > allow=gsm > allow=ulaw > ... > > [fax] > ... > dis

Re: [asterisk-users] Dynamically adding Context in dialplan?

2007-06-20 Thread Nasir Iqbal
gt; "dialplan add extension" command. > > > > but how we can dynamically create a context in dialplan. is that > > possible? > > Nasir Iqbal ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users

Re: [asterisk-users] Ex-Girlfriend Logic in 1.4.4

2007-06-20 Thread Nasir Iqbal
tch. You can see the ca Try with underscore before extension like. exten => _5000/19256002182,1,Answer Nasir Iqbal ICT Innovations ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update o

[asterisk-users] different codec for different extensions

2007-06-20 Thread Nasir Iqbal
response should be in G711 Codec Actually I want to setup an extension for FAX receiving (rx_fax) and other for IVR. when your call FAX extension the codec will be G711 and when user call IVR the codec must be GSM Please help me Thanks Nasir Iqbal

[asterisk-users] Dynamically adding Context in dialplan?

2007-06-05 Thread Nasir Iqbal
Hi everybody, >From asterisk CLI we can add extensions in dial-plan dynamically using "dialplan add extension" command. but how we can dynamically create a context in dialplan. is that possible? Nasir Iqbal ___ --Bandwidth and Coloca

Re: [asterisk-users] background dialing

2007-06-05 Thread Nasir Iqbal
mber(s with ring group) as agent. Regards Nasir Iqbal ICT Innovations ___ --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

Re: [asterisk-users] Auto Dial Problem

2007-06-03 Thread Nasir Iqbal
r requirement and also check noise and quality your PSTN lines. Regards Nasir Iqbal ICT Innovations ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.di

Re: [asterisk-users] Auto Dial Problem

2007-06-03 Thread Nasir Iqbal
r requirement and also check noise and quality your PSTN lines. Regards Nasir Iqbal ICT Innovations ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.di

[asterisk-users] Dynamically adding Context in dialplan?

2007-06-02 Thread Nasir Iqbal
Hi everybody, >From asterisk CLI we can add extensions in dial-plan dynamically using "dialplan add extension" command. but how we can dynamically create a context in dialplan. is that possible? Nasir Iqbal ___ --Bandwidth and Coloca

[asterisk-users] how to use sable (festival) markup with asterisk

2007-05-30 Thread Nasir Iqbal
Hi, I want to use festival with asterisk to play a text with sable tags. have some body any idea about it Nasir Iqbal ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit

[asterisk-users] how to use sable (festival) markup with asterisk

2007-05-30 Thread Nasir Iqbal
Hi, I want to use festival with asterisk to play a text with sable tags. have some body any idea about it Nasir Iqbal ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit

[asterisk-users] how to use sable (festival) markup with asterisk

2007-05-26 Thread Nasir Iqbal
Hi, I want to use festival with asterisk to play a text with sable tags. have some body any idea about it Nasir Iqbal ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit

[asterisk-users] how to use sable (festival) markup with asterisk

2007-05-25 Thread Nasir Iqbal
Hi, I want to use festival with asterisk to play a text with sable tags. have some body any idea about it Nasir Iqbal ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit