Re: [asterisk-users] hey please help me my 3rd email of how to change From fileld username in sip packet

2009-12-04 Thread Masood Ahmed
Dear Hakan,

thank you for your information on this issue it does change but it only
changed in REQUEST URI field not in From Field,


Date: Fri, 4 Dec 2009 11:32:59 +0500
 From: Masood Ahmed masoo...@gmail.com
 Subject: [asterisk-users] hey please help me my 3rd email of how to
change  From fileld username in sip packet
 To: asterisk-users@lists.digium.com
 Message-ID:
1fda62f80912032232o56fe6969se02526bf4ccf1...@mail.gmail.com
 Content-Type: text/plain; charset=iso-8859-1

 hy
 Hope everyone is fine, I have one issue coming in asterisk , What i am
 doing
 is i am generating a callback if some one calls at a specif access number
 on
 asterisk,

 Asterisk sends a busy signal to the calling party that he received a
 request
 from party and then sends the call back to the person from where asterisk
 received a request but in From field as you can see below astrisk is
 sending
 the calling ID as asterisk and username same ,

 What i want is that it should forward some CLI in From Field ,


 I have done my best effort but still not resolved i am adding a callerid in
 script still same please help me if some one can


  IP1:5060 - IP2:5060
  INVITE sip:0423347871...@ip2:5060 SIP/2.0..Via: SIP/2.0/UDP
 IP1:5060;branch=z9hG4bK-
 966123148--16781
  75694--693700493-4-..Via: SIP/2.0/UDP
 IP1:5065;branch=z9hG4bK00749b6d;rport..Call-Id: 4f8a33b207cd65f060b083b57
  804d...@ip1..to 804d...@117.20.20.234..to: sip:3347871...@ip1..
 *
 *From: asterisksip:aster...@ip1:5065;tag=as0cae0b**

 see the last part this is what that i want to change here in from it should
 be some CLI

 thanks
 Masood
 -- next part --
 An HTML attachment was scrubbed...
 URL:
 http://lists.digium.com/pipermail/asterisk-users/attachments/20091204/9a953328/attachment-0002.htm

 --

 Message: 24
 Date: Fri, 4 Dec 2009 11:32:59 +0500
 From: Masood Ahmed masoo...@gmail.com
 Subject: [asterisk-users] hey please help me my 3rd email of how to
change  From fileld username in sip packet
 To: asterisk-users@lists.digium.com
 Message-ID:
1fda62f80912032232o56fe6969se02526bf4ccf1...@mail.gmail.com
 Content-Type: text/plain; charset=iso-8859-1

 hy
 Hope everyone is fine, I have one issue coming in asterisk , What i am
 doing
 is i am generating a callback if some one calls at a specif access number
 on
 asterisk,

 Asterisk sends a busy signal to the calling party that he received a
 request
 from party and then sends the call back to the person from where asterisk
 received a request but in From field as you can see below astrisk is
 sending
 the calling ID as asterisk and username same ,

 What i want is that it should forward some CLI in From Field ,


 I have done my best effort but still not resolved i am adding a callerid in
 script still same please help me if some one can


  IP1:5060 - IP2:5060
  INVITE sip:0423347871...@ip2:5060 SIP/2.0..Via: SIP/2.0/UDP
 IP1:5060;branch=z9hG4bK-
 966123148--16781
  75694--693700493-4-..Via: SIP/2.0/UDP
 IP1:5065;branch=z9hG4bK00749b6d;rport..Call-Id: 4f8a33b207cd65f060b083b57
  804d...@ip1..to 804d...@117.20.20.234..to: sip:3347871...@ip1..
 *
 *From: asterisksip:aster...@ip1:5065;tag=as0cae0b**

 see the last part this is what that i want to change here in from it should
 be some CLI

 thanks
 Masood
 -- next part --
 An HTML attachment was scrubbed...
 URL:
 http://lists.digium.com/pipermail/asterisk-users/attachments/20091204/9a953328/attachment-0003.htm

 --

 Message: 25
 Date: Fri, 4 Dec 2009 09:29:35 +0200
 From: Hakan C ella4e...@gmail.com
 Subject: Re: [asterisk-users] hey please help me my 3rd email of how
to  change From fileld username in sip packet
 To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
 Message-ID:
ef4e56e70912032329m659f0b89p8946f3c96c2c8...@mail.gmail.com
 Content-Type: text/plain; charset=iso-8859-1

 exten = 111,1,Set(CallerID(num)=123456)

 On Fri, Dec 4, 2009 at 8:32 AM, Masood Ahmed masoo...@gmail.com wrote:

  hy
  Hope everyone is fine, I have one issue coming in asterisk , What i am
  doing
  is i am generating a callback if some one calls at a specif access number
  on
  asterisk,
 
  Asterisk sends a busy signal to the calling party that he received a
  request
  from party and then sends the call back to the person from where asterisk
  received a request but in From field as you can see below astrisk is
  sending
  the calling ID as asterisk and username same ,
 
  What i want is that it should forward some CLI in From Field ,
 
 
  I have done my best effort but still not resolved i am adding a callerid
 in
  script still same please help me if some one can
 
 
   IP1:5060 - IP2:5060
   INVITE sip:0423347871...@ip2:5060 SIP/2.0..Via: SIP/2.0/UDP
  IP1:5060;branch=z9hG4bK-
  966123148--16781
   75694--693700493-4-..Via: SIP/2.0/UDP
  IP1:5065;branch=z9hG4bK00749b6d;rport

Re: [asterisk-users] hey please help me my 3rd email of how to change From fileld username in sip packet

2009-12-04 Thread Hakan C
exten = 111,1,Set(CallerID(name)=MyPBX)

or

exten = 111,1,Set(CallerID(all)=123456)

On 12/4/09, Masood Ahmed masoo...@gmail.com wrote:
 Dear Hakan,

 thank you for your information on this issue it does change but it only
 changed in REQUEST URI field not in From Field,


 Date: Fri, 4 Dec 2009 11:32:59 +0500
 From: Masood Ahmed masoo...@gmail.com
 Subject: [asterisk-users] hey please help me my 3rd email of how to
change  From fileld username in sip packet
 To: asterisk-users@lists.digium.com
 Message-ID:
1fda62f80912032232o56fe6969se02526bf4ccf1...@mail.gmail.com
 Content-Type: text/plain; charset=iso-8859-1

 hy
 Hope everyone is fine, I have one issue coming in asterisk , What i am
 doing
 is i am generating a callback if some one calls at a specif access number
 on
 asterisk,

 Asterisk sends a busy signal to the calling party that he received a
 request
 from party and then sends the call back to the person from where asterisk
 received a request but in From field as you can see below astrisk is
 sending
 the calling ID as asterisk and username same ,

 What i want is that it should forward some CLI in From Field ,


 I have done my best effort but still not resolved i am adding a callerid
 in
 script still same please help me if some one can


  IP1:5060 - IP2:5060
  INVITE sip:0423347871...@ip2:5060 SIP/2.0..Via: SIP/2.0/UDP
 IP1:5060;branch=z9hG4bK-
 966123148--16781
  75694--693700493-4-..Via: SIP/2.0/UDP
 IP1:5065;branch=z9hG4bK00749b6d;rport..Call-Id: 4f8a33b207cd65f060b083b57
  804d...@ip1..to 804d...@117.20.20.234..to: sip:3347871...@ip1..
 *
 *From: asterisksip:aster...@ip1:5065;tag=as0cae0b**

 see the last part this is what that i want to change here in from it
 should
 be some CLI

 thanks
 Masood
 -- next part --
 An HTML attachment was scrubbed...
 URL:
 http://lists.digium.com/pipermail/asterisk-users/attachments/20091204/9a953328/attachment-0002.htm

 --

 Message: 24
 Date: Fri, 4 Dec 2009 11:32:59 +0500
 From: Masood Ahmed masoo...@gmail.com
 Subject: [asterisk-users] hey please help me my 3rd email of how to
change  From fileld username in sip packet
 To: asterisk-users@lists.digium.com
 Message-ID:
1fda62f80912032232o56fe6969se02526bf4ccf1...@mail.gmail.com
 Content-Type: text/plain; charset=iso-8859-1

 hy
 Hope everyone is fine, I have one issue coming in asterisk , What i am
 doing
 is i am generating a callback if some one calls at a specif access number
 on
 asterisk,

 Asterisk sends a busy signal to the calling party that he received a
 request
 from party and then sends the call back to the person from where asterisk
 received a request but in From field as you can see below astrisk is
 sending
 the calling ID as asterisk and username same ,

 What i want is that it should forward some CLI in From Field ,


 I have done my best effort but still not resolved i am adding a callerid
 in
 script still same please help me if some one can


  IP1:5060 - IP2:5060
  INVITE sip:0423347871...@ip2:5060 SIP/2.0..Via: SIP/2.0/UDP
 IP1:5060;branch=z9hG4bK-
 966123148--16781
  75694--693700493-4-..Via: SIP/2.0/UDP
 IP1:5065;branch=z9hG4bK00749b6d;rport..Call-Id: 4f8a33b207cd65f060b083b57
  804d...@ip1..to 804d...@117.20.20.234..to: sip:3347871...@ip1..
 *
 *From: asterisksip:aster...@ip1:5065;tag=as0cae0b**

 see the last part this is what that i want to change here in from it
 should
 be some CLI

 thanks
 Masood
 -- next part --
 An HTML attachment was scrubbed...
 URL:
 http://lists.digium.com/pipermail/asterisk-users/attachments/20091204/9a953328/attachment-0003.htm

 --

 Message: 25
 Date: Fri, 4 Dec 2009 09:29:35 +0200
 From: Hakan C ella4e...@gmail.com
 Subject: Re: [asterisk-users] hey please help me my 3rd email of how
to  change From fileld username in sip packet
 To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
 Message-ID:
ef4e56e70912032329m659f0b89p8946f3c96c2c8...@mail.gmail.com
 Content-Type: text/plain; charset=iso-8859-1

 exten = 111,1,Set(CallerID(num)=123456)

 On Fri, Dec 4, 2009 at 8:32 AM, Masood Ahmed masoo...@gmail.com wrote:

  hy
  Hope everyone is fine, I have one issue coming in asterisk , What i am
  doing
  is i am generating a callback if some one calls at a specif access
  number
  on
  asterisk,
 
  Asterisk sends a busy signal to the calling party that he received a
  request
  from party and then sends the call back to the person from where
  asterisk
  received a request but in From field as you can see below astrisk is
  sending
  the calling ID as asterisk and username same ,
 
  What i want is that it should forward some CLI in From Field ,
 
 
  I have done my best effort but still not resolved i am adding a callerid
 in
  script still same please help me if some one can
 
 
   IP1:5060 - IP2:5060
   INVITE sip:0423347871...@ip2:5060 SIP

[asterisk-users] hey please help me my 3rd email of how to change From fileld username in sip packet

2009-12-03 Thread Masood Ahmed
hy
Hope everyone is fine, I have one issue coming in asterisk , What i am doing
is i am generating a callback if some one calls at a specif access number on
asterisk,

Asterisk sends a busy signal to the calling party that he received a request
from party and then sends the call back to the person from where asterisk
received a request but in From field as you can see below astrisk is sending
the calling ID as asterisk and username same ,

What i want is that it should forward some CLI in From Field ,


I have done my best effort but still not resolved i am adding a callerid in
script still same please help me if some one can


 IP1:5060 - IP2:5060
 INVITE sip:0423347871...@ip2:5060 SIP/2.0..Via: SIP/2.0/UDP
IP1:5060;branch=z9hG4bK-
966123148--16781
 75694--693700493-4-..Via: SIP/2.0/UDP
IP1:5065;branch=z9hG4bK00749b6d;rport..Call-Id: 4f8a33b207cd65f060b083b57
 804d...@ip1..to 804d...@117.20.20.234..to: sip:3347871...@ip1..
*
*From: asterisksip:aster...@ip1:5065;tag=as0cae0b**

see the last part this is what that i want to change here in from it should
be some CLI

thanks
Masood
___
-- 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-users

Re: [asterisk-users] hey please help me my 3rd email of how to change From fileld username in sip packet

2009-12-03 Thread Hakan C
exten = 111,1,Set(CallerID(num)=123456)

On Fri, Dec 4, 2009 at 8:32 AM, Masood Ahmed masoo...@gmail.com wrote:

 hy
 Hope everyone is fine, I have one issue coming in asterisk , What i am
 doing
 is i am generating a callback if some one calls at a specif access number
 on
 asterisk,

 Asterisk sends a busy signal to the calling party that he received a
 request
 from party and then sends the call back to the person from where asterisk
 received a request but in From field as you can see below astrisk is
 sending
 the calling ID as asterisk and username same ,

 What i want is that it should forward some CLI in From Field ,


 I have done my best effort but still not resolved i am adding a callerid in
 script still same please help me if some one can


  IP1:5060 - IP2:5060
  INVITE sip:0423347871...@ip2:5060 SIP/2.0..Via: SIP/2.0/UDP
 IP1:5060;branch=z9hG4bK-
 966123148--16781
  75694--693700493-4-..Via: SIP/2.0/UDP
 IP1:5065;branch=z9hG4bK00749b6d;rport..Call-Id: 4f8a33b207cd65f060b083b57
  804d...@ip1..to 804d...@117.20.20.234..to: sip:3347871...@ip1..
 *
 *From: asterisksip:aster...@ip1:5065;tag=as0cae0b**

 see the last part this is what that i want to change here in from it should
 be some CLI

 thanks
 Masood

 ___
 -- 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-users

___
-- 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-users

Re: [asterisk-users] Hey

2007-10-03 Thread Steve Totaro

For me this is very common.  As soon as you define a problem in words 
(Email or otherwise) instead of concepts in your head, boom, the answer 
jumps out.

That's why I really like whiteboards.  I can draw the concept and then 
put it into words, side by side.  Almost always figure out my issue this 
way.

Thanks,
Steve Totaro

Ken Williams wrote:
 Just a quick thanks for all being here.  I started to type up a message 
 and realized my problem, so instead I'm saying thanks for all the good 
 information you all pass through my mailbox every day and giving me a 
 place to realize my error before I even ask the question.
 


___
--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-users


[asterisk-users] Hey

2007-10-02 Thread Ken Williams
Just a quick thanks for all being here.  I started to type up a message
and realized my problem, so instead I'm saying thanks for all the good
information you all pass through my mailbox every day and giving me a
place to realize my error before I even ask the question.
___
--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-users

Re: [asterisk-users] Hey

2007-10-02 Thread Mojo with Horan Company, LLC
Yes, I second that.  I talk and talk and talk but haven't said thank you 
enough!

Ken Williams wrote:
 Just a quick thanks for all being here.  I started to type up a 
 message and realized my problem, so instead I'm saying thanks for all 
 the good information you all pass through my mailbox every day and 
 giving me a place to realize my error before I even ask the question.
 

 ___
 --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-users


___
--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-users


[Asterisk-Users] Hey look ma, it's not an RPM...

2005-01-04 Thread Andrew McRory

I created a tarball for redhat 7.3 with kernel 2.4.28, asterisk
v1.0.3-CVS-01.04.05 and alsa-1.0.6a... see the README / download it here:

ftp://ftp.linuxsys.com/pub/packages/rh73/asterisk/


-- 
Andrew McRory - President/CTO 
Linux Systems Engineers, Inc. - http://www.linuxsys.com
Located in beautiful Tallahassee, Florida
Office  850-224-5737
Office  850-575-7213
Mobile  850-294-7567


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Hey admin: Do we have to have a 92-char reply-to header?

2004-08-27 Thread Steve Szmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 27 August 2004 12:32 am, Brian Capouch wrote:
 I don't know who else may be suffering from this, but the ultra-long
 Reply-to: header seems to break my mail reader.

 I have been suffering the zanies for the last week or so--mainly showing
 up as the scrollbar disappearing off the right side of my mail window.

 Tonight I figured out that it's due to the browser reacting to fit the
 length of the header.

 The fix was to stretch my mail window out to about 24, occupying my
 whole screen.

 This is Mozilla 1.7/Linux, Slackware 9.0.

 Thanks.

 B.

This is a Mozilla bug. If you can report it to Mozilla. 

I use 21 screens running at 1600x1200, the point being that I could not 
imagine NOT using the whole screen for my email client. I want the one-view 
see-it-all, view. 

- -- 
Steve

They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
Benjamin Franklin

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBL2AbljK16xgETzkRAsPkAKCIzJYnrJplEMpca8FFt7ecMdpKkQCfXmA4
Byz9F8Pj12UgO8jYCUXfU7Y=
=o+3I
-END PGP SIGNATURE-
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Hey admin: Do we have to have a 92-char reply-to header?

2004-08-26 Thread Brian Capouch
I don't know who else may be suffering from this, but the ultra-long 
Reply-to: header seems to break my mail reader.

I have been suffering the zanies for the last week or so--mainly showing 
up as the scrollbar disappearing off the right side of my mail window.

Tonight I figured out that it's due to the browser reacting to fit the 
length of the header.

The fix was to stretch my mail window out to about 24, occupying my 
whole screen.

This is Mozilla 1.7/Linux, Slackware 9.0.
Thanks.
B.
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Hey!! I read all the way to the bottom ofMark's email!!

2003-03-21 Thread Ryan Butler
On Fri, 2003-03-21 at 12:38, Brian Capouch wrote:
 But the link in Mark's mail to the pdf of the rev II manual comes up 
 Cannot find link target or somesuch.
 
 Is there something wrong with the server, or is it on my end?
 
 B.
 


I was able to sucessfully download it this morning.


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Hey!! I read all the way to the bottom of Mark's email!!

2003-03-21 Thread Richard Lyman
it seems as though this is the week of weeks for mark/digium. 
mark just mentioned that while doing some work on the other
suites in the building, bell cut their T1 line.  (it's back up
now)

but considering the week digium's had, maybe we should just 'go
with the flow' till next week, then start wondering what going
on. G

Brian Capouch wrote:
 
 But the link in Mark's mail to the pdf of the rev II manual comes up
 Cannot find link target or somesuch.
 
 Is there something wrong with the server, or is it on my end?
 
 B.
 
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Hey!! I read all the way to the bottom of Mark'semail!!

2003-03-21 Thread Mark Spencer
In case I typed it wrong:

http://www.digium.com/handbook-draft.pdf

Mark

On Fri, 21 Mar 2003, Brian Capouch wrote:

 But the link in Mark's mail to the pdf of the rev II manual comes up
 Cannot find link target or somesuch.

 Is there something wrong with the server, or is it on my end?

 B.

 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users