[asterisk-users] How to add SipAddHeader in outgoing call file.

2009-01-19 Thread Mian M Asif
How to add SipAddHeader in outgoing call file. I am implementing a Callback scenario, in which a user makes a call to Local Access Number. The system have to callback to the user. During callback a call file is generated. All I want, is to add SipAddHeader(pchargingvector,val) in outgoing Invite.

[asterisk-users] want to add SipAddHeader in call out file

2009-01-16 Thread Mian M Asif
How to add SipAddHeader in outgoing call file. I am implementing a Callback scenario, in which a user makes a call to Local Access Number. The system have to callback to the user. During callback a call file is generated. All I want, is to add SipAddHeader(pchargingvector,val) in outgoing Invite.

[asterisk-users] want to add SipAddHeader in call out file

2009-01-16 Thread Mian M Asif
SipAddHeader() and tack on the header. Mian M Asif wrote: How to add SipAddHeader in outgoing call file. I am implementing a Callback scenario, in which a user makes a call to Local Access Number. The system have to callback to the user. During callback a call file is generated. All I want

[asterisk-users] IAX user register problem

2008-03-28 Thread Mian M Asif
hi, i want to call PC2PC between to IAX client without authentication i want to allow every user to use PC2PC no any password required. Please let me know what i have need to do in IAX.conf or any other file to allow any user to call Pc2Pc. My IAX.conf [guest] type=user context=default

Re: [asterisk-users] IAX user register problem

2008-03-28 Thread Mian M Asif
[203.99.57.80:47641] CAUSE : Registration Refused CAUSE CODE : 29 On Fri, Mar 28, 2008 at 3:13 AM, Mian M Asif [EMAIL PROTECTED] wrote: hi, i want to call PC2PC between to IAX client without authentication i want to allow every user to use PC2PC no any password required

[asterisk-users] how to register IAX user without password

2008-03-28 Thread Mian M Asif
hi, i want to call PC2PC between to IAX client without authentication i want to allow every user to use PC2PC no any password required. Please let me know what i have need to do in IAX.conf or any other file to allow any user to call Pc2Pc. My IAX.conf [guest] type=user

[asterisk-users] how to register IAX user without password for any user

2008-03-28 Thread Mian M Asif
Dear Sanjay, Sorry sanjay i miss to explain completely. My PC2PC mean is Dialer2Dialer i want to allow call between Dialer with out any registry and authentication through IAX. so i need to setup Asterisk accept calls from any user and users can call to each other without any password and

[asterisk-users] How to configure Voice mail for multi users.

2008-03-20 Thread Mian M Asif
Voice mail for multi users. To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-1; format=flowed Mian M Asif wrote: Hi All, i want to configure voice mail on Asterisk

[asterisk-users] How configure Voice mail for multi users.

2008-03-19 Thread Mian M Asif
Hi All, i want to configure voice mail on Asterisk 1.4 for multiple users. let me explain you the scenario. i have 10 users with the name of 1000,2000,3000,4000,5000,6000,...and these user can call to each other. Now i want to configure separate voice mail box for separate user. my

[asterisk-users] How to configure Voice mail for multi users.

2008-03-19 Thread Mian M Asif
Hi All, i want to configure voice mail on Asterisk 1.4 for multiple users. let me explain you the scenario. i have 10 users with the name of 1000,2000,3000,4000,5000,6000,...and these user can call to each other. Now i want to configure separate voice mail box for separate user. my

[asterisk-users] Loop Break

2008-01-21 Thread Mian M Asif
Hi All, please see my below dialplan, i want to break this loop after three attempts without AGI script. exten = s,1,Background(Balance-Inquiries) exten = s,n,Background(commanOptions) exten = s,n,WaitExten(2) exten = s,n,Goto(,s,1) Please Help me how can i break this loop in Asterisk.