[asterisk-users] Manager Originate and Callerid ?

2012-01-26 Thread Russell Brown
I'm using Manager API Originate to initiate calls from SIP channels (via phpagi FWIW) and it all works well except ...the CallerID for the SIP channel specified in users.conf isn't set for the call :-( If I explicitly set the Callerid in the Manager Originate API call then it works but the

Re: [asterisk-users] Manager Originate and Callerid ?

2012-01-26 Thread Kevin P. Fleming
On 01/26/2012 09:23 AM, Russell Brown wrote: I'm using Manager API Originate to initiate calls from SIP channels (via phpagi FWIW) and it all works well except ...the CallerID for the SIP channel specified in users.conf isn't set for the call :-( If I explicitly set the Callerid in the

Re: [asterisk-users] manager/originate

2008-08-11 Thread Philipp Kempgen
Robor Oghene schrieb: Please let someone throw more light on this command and it usage.. i tried a search but can't to get anything useful. asterisk -rx 'manager show command Originate' Grüße, Philipp Kempgen -- http://www.das-asterisk-buch.de - http://www.the-asterisk-book.com

[asterisk-users] manager/originate

2008-08-08 Thread Robor Oghene
Hello, Please let someone throw more light on this command and it usage.. i tried a search but can't to get anything useful. Thanks, Robor ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2008 - September 22

Re: [asterisk-users] Manager Originate CDR problem

2008-06-09 Thread Steve Murphy
On Sun, 2008-06-08 at 00:45 +0200, Jan Eirik Sandnes wrote: Actually, i do get CDR on the originate, but NOT on the Dial() in the context provided in the originate. It looks like this: [callgw] exten = _X.,1,Set(CALLERID(num)=1123) exten = _X.,n,Set(CALLERID(name)=John Travolta) exten =

[asterisk-users] Manager Originate CDR problem

2008-06-07 Thread Jan Eirik Sandnes
Hello everyone! I need some help here, we have a callback service, which we use the Originate function to create the two calls between A and B, at first we call the a leg, with originate, and then, we have a context which trig another dial to the B leg, the cdr i get is the B leg cdr, not the A

Re: [asterisk-users] Manager Originate CDR problem

2008-06-07 Thread Jan Eirik Sandnes
Actually, i do get CDR on the originate, but NOT on the Dial() in the context provided in the originate. It looks like this: [callgw] exten = _X.,1,Set(CALLERID(num)=1123) exten = _X.,n,Set(CALLERID(name)=John Travolta) exten = _X.,n,Set(CDR(userfield)=${SUBSCR}) ;Tried with answer to see if

Re: [asterisk-users] Manager Originate Action and Cancel

2007-10-01 Thread Matt Riddell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Santiago Aguiar wrote: I'm using the Originate Action on the Asterisk Manager to place calls between two extensions in async mode. Is there any way to cancel the Originate Action before I get the OriginateResponse action? I'm unable to perform a

[asterisk-users] Manager Originate Action and Cancel

2007-09-26 Thread Santiago Aguiar
I'm using the Originate Action on the Asterisk Manager to place calls between two extensions in async mode. Is there any way to cancel the Originate Action before I get the OriginateResponse action? I'm unable to perform a Hangup because I can't know the channel name before I get the response...

Re: [asterisk-users] Manager Originate without phone off hook?

2007-09-04 Thread Russell Brown
Quoth Moises Silva... May be I am missing something, but, manager command DBPut should do the trick of putting the DB value. And, since you are already using the manager interface, you are using PHP or PERL to connect to the Database, why not wait for the DBPut command response and from the

Re: [asterisk-users] Manager Originate without phone off hook?

2007-09-04 Thread Russell Brown
To answer my own question I found a way to acheive what I wanted so here's my solution for the record (might help someone else if they search the archives). In the Dialplan setup the following entries: [snom_setdndon] exten = _.,1,NoOp(Dummy Routine Called for ${EXTEN})

[asterisk-users] Manager Originate without phone off hook?

2007-09-03 Thread Russell Brown
I'm trying to keep the DND status of my Snom phones and the astdb in line but I'm stuck on integrating my gui DND button which talks to * using the manager interface (actually it uses Astmanproxy as the gui host is on a different network to asterisk and can't see the Snom's across the network).

Re: [asterisk-users] Manager Originate without phone off hook?

2007-09-03 Thread Moises Silva
May be I am missing something, but, manager command DBPut should do the trick of putting the DB value. And, since you are already using the manager interface, you are using PHP or PERL to connect to the Database, why not wait for the DBPut command response and from the script execute wget??

[asterisk-users] Manager Originate and Var to long

2007-04-08 Thread Thomas Winter
Hi, I use Originate to make a call. I have problems to bring my vars into the channel. Are there restrictions more then only 24 vars at mentioned at www.voip-info.org? Any workaround to get this running? WARNING[4641]: manager.c:1365 get_input: Dumping long line with no return from

Re: [asterisk-users] Manager Originate and Var to long

2007-04-08 Thread Moises Silva
you can easily increment the buffer size changing include/asterisk/manager.h #define AST_MAX_MANHEADER_LEN 256 chage that line for something like this #define AST_MAX_MANHEADER_LEN 512 and recompile Asterisk, Is the only way I know, Regards On 4/8/07, Thomas Winter [EMAIL PROTECTED] wrote:

[Asterisk-Users] Manager originate command from SIP to Zap not working

2004-06-25 Thread Paul Zimm
I'm running Asterisk CVS-HEAD-06/07/04. When I try to originate a call from a SIP channel to a ZAP channel using manager everything works up to the point when I pickup the ringing ZAP phone. Originate ZAP to SIP works fine. This is the error from my asterisk debug. Jun 25 09:41:26

[Asterisk-Users] Manager/Originate

2003-10-28 Thread David Broker
Hi, I am using the manager interface to make a web-based interface to making calls. Our system is configured to dial a certain number to get an outside line, you then hear the dial tone of the PSTN and dial your number. I would like to know if it is possible to do this via the manager

[Asterisk-Users] Manager/Originate

2003-10-28 Thread David Broker
Hi, I am using the manager interface to make a web-based interface to making calls. Our system is configured to dial a certain number to get an outside line, you then hear the dial tone of the PSTN and dial your number. I would like to know if it is possible to do this via the manager

Re: [Asterisk-Users] Manager/Originate

2003-10-28 Thread Eric Wieling
w only works on Zap channels, as far as I know. On Tue, 2003-10-28 at 17:42, David Broker wrote: Hi, I am using the manager interface to make a web-based interface to making calls. Our system is configured to dial a certain number to get an outside line, you then hear the dial tone of