[Amportal-users] Callback without password?

Hi list!

I tried using callback in Moscow but the line quality sucked so the pbx
wasn’t able to recognize the DTMF tones. Quite annoying.

Also dialback based on callerid doesn’t work because a Moscow mobile
changes the prefix and leaves the local prefix 8 in front of the
number while the country code is +7 and this should replace the 8

So i tried creating a callback by using a free DID that, when called would
always dial a fixed number.

This worked but I couldn’t figure out how to drop the call immediately in
the internal context, without asking for a pin, the only possible /
suitable destination i found was DISA which will always ask for a PIN.

Is this possible? Really when dialling a pre-set number there is no need
for a pin is there?

Thanks!


This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)

On Wed, 18 Apr 2007, Rami IS wrote:

[quote]there you go :

[custom-disa]
exten => 1,1,Set(TIMEOUT(digit)=6)
exten => 1,n,Set(TIMEOUT(response)=10)
exten => 1,n,DISA(no-password|from-internal)
[/quote]
Thanks!!

I will try that. Strange that this feature is in Asterisk but not in
FreePBX. I would guess more people would have a need for this.

Thanks again for the replies to my post.


This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)

Hi,

I am fairly certain that there is an option of not using a PIN with
DISA. You may specify “no-password” for the password and it will let
you in without a PIN.

See http://www.voip-info.org/wiki/view/Asterisk+cmd+DISA for more info.
All you need to do is skip the authentication.

Good Luck!

Remco Barendse wrote:

[quote]Hi list!

I tried using callback in Moscow but the line quality sucked so the pbx
wasn’t able to recognize the DTMF tones. Quite annoying.

Also dialback based on callerid doesn’t work because a Moscow mobile
changes the prefix and leaves the local prefix 8 in front of the
number while the country code is +7 and this should replace the 8

So i tried creating a callback by using a free DID that, when called would
always dial a fixed number.

This worked but I couldn’t figure out how to drop the call immediately in
the internal context, without asking for a pin, the only possible /
suitable destination i found was DISA which will always ask for a PIN.

Is this possible? Really when dialling a pre-set number there is no need
for a pin is there?

Thanks!


This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

[/quote]

This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)

there you go :

[custom-disa]
exten => 1,1,Set(TIMEOUT(digit)=6)
exten => 1,n,Set(TIMEOUT(response)=10)
exten => 1,n,DISA(no-password|from-internal)

On 4/17/07, Remco Barendse [email protected] wrote:

[quote]
Hi list!

I tried using callback in Moscow but the line quality sucked so the pbx
wasn’t able to recognize the DTMF tones. Quite annoying.

Also dialback based on callerid doesn’t work because a Moscow mobile
changes the prefix and leaves the local prefix 8 in front of the
number while the country code is +7 and this should replace the 8

So i tried creating a callback by using a free DID that, when called would
always dial a fixed number.

This worked but I couldn’t figure out how to drop the call immediately in
the internal context, without asking for a pin, the only possible /
suitable destination i found was DISA which will always ask for a PIN.

Is this possible? Really when dialling a pre-set number there is no need
for a pin is there?

Thanks!


This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

[/quote]-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)