Displaying 7 results from an estimated 7 matches for "mainnumb".
Did you mean:
main_usb
2005 Feb 24
7
CallerID problem
Guys...
Ive been having problems with my callerid and I have no more clues as to
what I could be.. dates and times stamped on voicemail and info received on
the phones display are off by +6 hours and also the date for example today
is Jan 02 :)
What can I do to modify this?
__________________________________________________________________
Anton Krall
2006 Feb 01
1
SV: Re: CallerID Problem
...I'm not including the <> -- I was trying to show that it was
something that I removed from my example..
Thanks.
On 2/1/06, Bromont Quebec <Bromont@shaw.ca> wrote:
> Are you actually putting the < > in there?
>
> try:
>
> exten => _9.,1,Set(CALLERID(number)=MAINNUMBER)
>
> Hey,
>
> I'm using a Cisco 2811 to make calls out to a PRI. My asterisk box
> connects to it using SIP. The asterisk version is 1.2.0.
>
> In my sip.conf, I set callerid="First Last" <exten>
>
> When I make a an outbound call with the following...
2006 Feb 01
0
SV: Re: CallerID Problem
...I'm not including the <> -- I was trying to show that it was
something that I removed from my example..
Thanks.
On 2/1/06, Bromont Quebec <Bromont@shaw.ca> wrote:
> Are you actually putting the < > in there?
>
> try:
>
> exten => _9.,1,Set(CALLERID(number)=MAINNUMBER)
>
> Hey,
>
> I'm using a Cisco 2811 to make calls out to a PRI. My asterisk box
> connects to it using SIP. The asterisk version is 1.2.0.
>
> In my sip.conf, I set callerid="First Last" <exten>
>
> When I make a an outbound call with the following...
2009 Jun 06
1
Teliax: where's the space in CALLERID(num) from?
...for dialing out.
exten => s,1,NoOp(Context: DialOut called with outgoing number ${ARG1} )
exten => s,n,NoOp(${CALLERID(num)}XXXX)
exten => s,n,GotoIf($[${CALLERID(num)} > 200]?dial-out)
exten => s,n,Set(CALLERID(num)=${IF($[0${CALLERID(num)} > 140] ?
${MAINSTUB}${CALLERID(num)}:${MAINNUMBER} )} )
exten => s,n(dial-out),Dial(${First-Preferred-Out}/${ARG1})
...............
Here's the CLI when dialing out:
-- Executing [917yyyxxxx at longdistance:2] Gosub("SIP/178-081c52a0",
"DialOut,s,1(917yyyxxxx)") in new stack
-- Executing [s at DialOut:1] N...
2005 Sep 18
1
DID from an analog phone
hi all,
I wanted to call my asterisk on the Zapchannel with mainnumber+DID number:
it's ok for calls from handy and from sip i get the right
extension(DID) on phone, but when i call from an analog telephone the
DID number is not mentioned by asterisk.
in my zapata.conf:
overlapdial = yes
immediate = no
That should take care of the waiting for DID numbers, whic...
2007 Jun 26
1
Modification of Caller ID based on context
Hi,
I have been looking for an example of accomplishing this, but I've been
unable to locate something similar to what I'm trying to do.
Here's the scenario:
Users caller ID is set to their internal extension (200-250). This is set in
sip.conf for each user. Each user has a local DID as well (hosted through
Vitelity, for example (555)111-2222). The problem is that this extension was
2004 Oct 01
3
Nuvox PRI - CCITT (ITU??) vs. ANSI
All,
Having problems terminating to a Nuvox PRI, the tech at Nuvox is
saying Asterisk is transmitting in CCITT (aka ITU?) when they're
expecting (and will only accept) ANSI. The question is, is there a
simple way to change this or am I stuck with rewriting code? I googled
and checked the mailing list and found nothing, I could be barking up
the wrong tree I guess. PRI is not my forte.