On Fri, Jun 10, 2011 at 12:52 PM, Warren Selby wrote:
> I'm on my phone, otherwise I'd give example dialplan and sip.conf snippets.
>
>
I'm back home, so here's some examples. I'm using a template in sip.conf
that provides a lot of the common, duplicated settings for the phones on
site, like typ
What I do is add a setvar=extclid=xxx to each entry in sip.conf, matching the
appropriate external callerid with its respective internal extension. Then, in
my outbound context, just before dial, I set CALLERID(num)=${extclid}.
I'm on my phone, otherwise I'd give example dialplan and sip.conf s
On Fri, Jun 10, 2011 at 5:23 PM, A J Stiles
wrote:
> On Friday 10 Jun 2011, Steve Totaro wrote:
> > I never understood hy people who have block of DIDs in a row choose to
> > make life difficult by not incrementing extensions by one, send caller
> > ID by prepending the common numbers and only sen
On Fri, Jun 10, 2011 at 5:23 PM, A J Stiles
wrote:
> On Friday 10 Jun 2011, Steve Totaro wrote:
> > I never understood hy people who have block of DIDs in a row choose to
> > make life difficult by not incrementing extensions by one, send caller
> > ID by prepending the common numbers and only sen
On Friday 10 Jun 2011, Steve Totaro wrote:
> I never understood hy people who have block of DIDs in a row choose to
> make life difficult by not incrementing extensions by one, send caller
> ID by prepending the common numbers and only sending four digits.
Well, to be fair, that's what most people
On Fri, Jun 10, 2011 at 4:00 PM, Steve Totaro
wrote:
> On Fri, Jun 10, 2011 at 5:35 AM, mahesh katta
> wrote:
> > Hi,
> > I have 44578900 to 44578999 DID's. and I have extensions(100) for this
> > DID's. but problem is
> > callerid Extensions
> > 44578900 100
> > 44578901 101
-Original Message-
From: Steve Totaro
Sender: asterisk-users-boun...@lists.digium.com
Date: Fri, 10 Jun 2011 06:30:53
To: Asterisk Users Mailing List - Non-Commercial
Discussion
Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users
On Friday 10 Jun 2011, Steve Totaro wrote:
> Why do programmers try to make solution so elegant when an entries for
> each phone in sip.conf is all that is needed.
>
> No need for mathematical formulas, AGIs, and databases. You just took
> over engineering to a new level.
Because doing it your wa
Steve Totaro wrote:
For each phone, add "callerid="Joe Smith"<1551212> " no quotes in sip.conf
The problem with that solution is that station to station calls will
show the same CID and not the extension.
I'd vote for the database approach.
Doug
--
Ben Franklin quote:
"Those who wo
On Fri, Jun 10, 2011 at 6:27 AM, A J Stiles
wrote:
> On Friday 10 Jun 2011, mahesh katta wrote:
>> Hi,
>> I have 44578900 to 44578999 DID's. and I have extensions(100) for this
>> DID's. but problem is
>> callerid Extensions
>> 44578900 100
>> 44578901 101
>> 44578902 102
On Fri, Jun 10, 2011 at 5:35 AM, mahesh katta wrote:
> Hi,
> I have 44578900 to 44578999 DID's. and I have extensions(100) for this
> DID's. but problem is
> callerid Extensions
> 44578900 100
> 44578901 101
> 44578902 102
> 44578902 103
> 44578903 104
> 44578905
On Friday 10 Jun 2011, mahesh katta wrote:
> Hi,
> I have 44578900 to 44578999 DID's. and I have extensions(100) for this
> DID's. but problem is
> callerid Extensions
> 44578900 100
> 44578901 101
> 44578902 102
> 44578902 103
> 44578903 104
> 44578905 200
>
Hi,
I have 44578900 to 44578999 DID's. and I have extensions(100) for this
DID's. but problem is
callerid Extensions
44578900 100
44578901 101
44578902 102
44578902 103
44578903 104
44578905 200
44578906 275
44578907 277
44578908 354
I need to
Hi List,
I am making outgoing call from asterisk to GSM network with the help of VoIP
trunk(SIP trunk) then I am not geting any caller ID at destination end. Is
this the asterisk issue or VoIP trunk issue?
Is this is due to asterisk then how we solve it? I already user
Set(CALLERID(num)=XX
Am Mittwoch, den 13.12.2006, 20:56 +0100 schrieb Sven Beisiegel:
> Hi everybody...
>
> I have a similar problem... I don't get the ID of the person that i
> called on my phone... Does anyone know something about this problem?
>
> greets,
> Sven
Well, this sounds as specific as "my computer is br
Hi everybody...
I have a similar problem... I don't get the ID of the person that i
called on my phone... Does anyone know something about this problem?
greets,
Sven
2006/12/13, Bruce Ferrell <[EMAIL PROTECTED]>:
Anselm Martin Hoffmeister wrote:
> Am Mittwoch, den 13.12.2006, 15:03 + schri
Anselm Martin Hoffmeister wrote:
Am Mittwoch, den 13.12.2006, 15:03 + schrieb
[EMAIL PROTECTED]:
Hi guys. This is my 1st post here (after much reading). I have a test
asterisk system setup using X-Lite Soft Phones, and the issue I am
running into is that caller id shows up as "asterisk"
Am Mittwoch, den 13.12.2006, 15:03 + schrieb
[EMAIL PROTECTED]:
> Hi guys. This is my 1st post here (after much reading). I have a test
> asterisk system setup using X-Lite Soft Phones, and the issue I am
> running into is that caller id shows up as "asterisk" on all incoming
> calls and
Hi guys. This is my 1st post here (after much reading). I have a test
asterisk system setup using X-Lite Soft Phones, and the issue I am
running into is that caller id shows up as "asterisk" on all incoming
calls and on all local to local calls (internal). I have showcallerid,
etc. configur
Hello,
In my sip.conf I have each IP phones defined as
follows.
[ext13]type=friendsecret=123qualify=yes[EMAIL PROTECTED]language=ptcontext=geralfromuser=ext13username=ext13host=dynamicdisallow=allallow=g729allow=ulaw
But, when I call from ext13 to ext12, the caller id
that appears on Phone
Adam Moffett wrote:
Hello.
I'm having trouble with callerid on outgoing calls. The recipient of
the call only sees "unknown" rather than the number I'm specifying.
If I set callerid info when calling an internal extension then I see
the callerid name and number when I call that extension.
> >That's kind of odd. Log into your accout at teliax.com and there is
> >a page where 'you' specify the callerid string for both sip and iax.
> >Its their web page, not mine, but that works for me.
> >
> >Their web page is sort of odd as you have to click on SIP or IAX before
> >entering the call
That's kind of odd. Log into your accout at teliax.com and there is
a page where 'you' specify the callerid string for both sip and iax.
Its their web page, not mine, but that works for me.
Their web page is sort of odd as you have to click on SIP or IAX before
entering the callerid string, bu
> I'm having trouble with callerid on outgoing calls. The recipient of
> the call only sees "unknown" rather than the number I'm specifying.
>
> If I set callerid info when calling an internal extension then I see the
> callerid name and number when I call that extension.
> I did that thusly:
>
This is with asterisk 1.2 Beta1. Is there a known callerid issue
with the beta? Has anyone experienced something like this before?
For me, caller-id is pretty much broken on outgoing from our PRI. I'm
planning on reverting to 1.09 this weekend to see if it comes back.
Well I just c
Adam Moffett wrote:
This is with asterisk 1.2 Beta1. Is there a known callerid issue with
the beta? Has anyone experienced something like this before?
For me, caller-id is pretty much broken on outgoing from our PRI. I'm
planning on reverting to 1.09 this weekend to see if it comes ba
Hello.
I'm having trouble with callerid on outgoing calls. The recipient of
the call only sees "unknown" rather than the number I'm specifying.
If I set callerid info when calling an internal extension then I see the
callerid name and number when I call that extension.
I did that thusly:
27 matches
Mail list logo