[asterisk-users] Setting caller id value on outgoing calls using .call files

2007-10-04 Thread Arpit Mehta
Hi all, I was looking at a way to add the caller id to the outgoing calls (which are made using .call files) using asterisk. Any ideas how to do this ? Currently I get 'Unknown' number displayed on my phone when asterisk makes an outgoing call. Also using something like this is not working as it

Re: [asterisk-users] Setting caller id value on outgoing calls using .call files

2007-10-04 Thread Arpit Mehta
Thanks guys. No need to reply. I got my answer from someone. On 10/4/07, Arpit Mehta [EMAIL PROTECTED] wrote: Hi all, I was looking at a way to add the caller id to the outgoing calls (which are made using .call files) using asterisk. Any ideas how to do this ? Currently I get 'Unknown'

Re: [asterisk-users] Setting caller id value on outgoing calls using .call files

2007-10-04 Thread Philipp Kempgen
Arpit Mehta wrote: I was looking at a way to add the caller id to the outgoing calls (which are made using .call files) using asterisk. Any ideas how to do this ? Add Callerid: Name 123 to the call file. Regards, Philipp Kempgen -- amooma GmbH - Bachstr. 126 - 56566 Neuwied -

Re: [asterisk-users] Setting caller id value on outgoing calls using .call files

2007-10-04 Thread James FitzGibbon
On 10/4/07, Arpit Mehta [EMAIL PROTECTED] wrote: I was looking at a way to add the caller id to the outgoing calls (which are made using .call files) using asterisk. Any ideas how to do this ? Currently I get 'Unknown' number displayed on my phone when asterisk makes an outgoing call. Add a

Re: [asterisk-users] Setting caller id value on outgoing calls using .call files

2007-10-04 Thread Jared Smith
On Thu, 2007-10-04 at 16:10 -0400, Arpit Mehta wrote: exten = _.,4,Set(CALLERID(all)=Joe 911) exten = _.,5,system(cp /var/spool/asterisk/1.call /var/spool/asterisk/outgoing/) You need to set the Caller ID in the call file itself. The sample call file (sample.call) in the Asterisk source

Re: [asterisk-users] Setting caller id value on outgoing calls using .call files

2007-10-04 Thread Tzafrir Cohen
On Thu, Oct 04, 2007 at 04:10:09PM -0400, Arpit Mehta wrote: Hi all, I was looking at a way to add the caller id to the outgoing calls (which are made using .call files) using asterisk. Any ideas how to do this ? Currently I get 'Unknown' number displayed on my phone when asterisk makes an